inkOS: Text Based Launcher with Notifications for Mudita Kompakt

@jimmyclickclack

Read these guide on sideloading if you haven’t done it yet:

Or you can do it through normal ADB if you have experience doing it.

During installation (or in settings) of inkOS it will ask you to choose it as a default Launcher, do it. However the Mudita Launcher will still appear when you press the home button so you need to disable it.

if you’re doing it through web adb:

 pm disable-user --user 0 com.mudita.launcher

if you’re doing it through normal adb:

adb shell pm disable-user --user 0 com.mudita.launcher

You can also disable it using Universal Android Debloater.

To renable the mudita launcher in case you want to go back to it:
pm enable com.mudita.launcher (for web adb)
adb shell pm enable com.mudita.launcher (normal adb)

Warning DO NOT UNINSTALL MUDITA LAUNCHER ONLY DISABLE IT

2 Likes