Custom Sleep/Lock Screen in a rooted device (no tutorial here, sorry).

Custom Sleep/Lock Screen in a rooted device (no tutorial here, sorry).

Doing some tests I discovered the images for power off, sleep screen (or what users here call lock screen due to the lock icon) live in Kernel. Four of them: sleep screen with the padlock, logo, powered off, and flat battery. Plain 480×800 bitmaps, no files anywhere. (drivers/misc/mudita/eink/).

Problem is you can’t just rebuild the kernel with your own. Mudita’s published source is missing the eink/ folder that holds them. So the workaround is a small Magisk-loaded kernel module that swaps them in memory at runtime. Reboot restores the originals, so it re-applies each boot.

You can also tell the kernel to paint the power off image any time, and it doesn’t actually power off, it just draws. So that slot works as a repaint channel, letting notifications show up on the sleep screen without waking the phone. (kinda like an Always on display, which this technically it’s not).

In addition to the text notification it turns on the LED (green for whatsapp, blue for signal and red for anything else).

Battery cost for these features is negligible. Nothing runs on a timer, the screen only draws when a notification arrives, which already wakes the phone anyway. Once it’s drawn the phone goes straight back to sleep. The LED draws almost nothing and switches off as soon as you check the phone or you view the notification in aother device (phone, pc).

Please don’t ask for a tutorial, this was just to show that the sleep/locked display can do much more than just show you a lock icon.

u/BurekMaster1990 — 1 day ago
▲ 49 r/MuditaKompakt+1 crossposts

Katapult 1.3 with Lockscreen Notifications

Hello guys, v1.3 has been released.

https://www.youtube.com/watch?v=m7vobm0FJdE

I've made a video explaining most of the features. If you're interested for Lockscreen notifications and Screensaver jump at min 11, but I'd recommend watching the whole thing to see the other features added in v1.3

To download:
https://katapult.gez.im/

Download link links directly to github apk, but here's the releases link in Github just in case:
https://github.com/gezimos/Katapult/releases

I made a post on the Mudita Forums as well:
https://forum.mudita.com/t/katapult-launcher-v1-3-with-lockscreen-notifications/14847

And if you'd like to support the project:
https://buymeacoffee.com/gezimos

Liking the video/subscribing would also help a lot :)

u/BurekMaster1990 — 1 month ago

Lockscreen Notifications & AOD Screensaver Sneak Peek

Something I'm testing for Katapult Launcher.

  1. Lockscreen notifications widget
  2. Screensaver workaround to mimic Always on Display (with support for wallpapers, notification widget).
  3. And stolen idea form jbtennessee to add the option for text backgrounds for those that use wallpapers.
youtube.com
u/BurekMaster1990 — 1 month ago

Katapult Launcher v1.2 update

Hey Everyone,

v1.2 Has been released. Go to https://katapult.gez.im/ for direct link to the apk (it just links to the github apk), or click on releases and navigate to 1.2 apk yourself.

Katapult v1.2 changelog:

Added
• Clock Format setting - cycle the home clock between System, 20:24 (24-hour), 08:24 PM, 8:24 PM, and 8:24. Replaces the old Show AM/PM toggle; the AM/PM suffix now appears automatically for the 12-hour formats that include it.
• Date Format setting - cycle the home date between System (locale long date), Mon, Jun 8 / Monday, June 8 / June 8, 2026 / 6/8/2026 / 2026-06-08.
• Disable Music Widget setting - hides the home-screen music widget.
• Bundled icons for Discord and Libro.fm.

Fixed
• The Home button now dismisses any open bottom sheet window - previously only Back closed them.

Fun fact: There have been 447 downloads for v1.1 :) which is not bad for a Kompakt exclusive launcher.

u/BurekMaster1990 — 2 months ago