Disabling Mudita Launcher on Kompakt

I can’t figure out how to do this.

I went to:
WebADB
Clicked on interactive shell
Entered this command: adb shell pm disable-user —user 0 com.mudita.launcher
Then I get a message saying: adb: inaccessible or not found.

I’m doing this on a Mac.

Thanks for any help.

1 Like
  1. Do you have developer options turned on + usb debugging enabled in your Mudita Kompakt?
  2. Try the normal ADB tools that you download.
  3. There are youtube videos how to use adb on Mac. (for the one I linked).
  4. There’s also universal android debloater which has a GUI
  5. Make sure you make a different launcher as default launcher before you disable the Mudita Kompakt one.
2 Likes

If you are using WebADB, don’t type ADB, you are already accessing android OS and don’t need to control it with a terminal window on your computer (which required the ADB to tell it to talk to the phone os) so the command you are looking for while use WebADB is:
pm disable-user --user 0 com.mudita.launcher

2 Likes

Thank you! This worked

1 Like