Hi everyone!
I recently bought a Mudita Kompakt and wanted to share my mostly FOSS setup and some tips that helped me get the most out of the device. Maybe this helps others looking for a privacy-friendly, minimal smartphone experience!
This launcher looks really nice, IMO! How did you set it up, and did you have any issues during the setup? I’ve read that other people have had problems setting up the Niagara launcher involving external Bluetooth keyboards and yada yada.
EDIT: Someone skilled in development should create a minimal launcher that provides simple notifications! Just like Light Phone OS does with an asterisk (*) when you receive an SMS, message, or whatever.
@kohjakob, how does Bitwarden works for you? I’m worried about downloading Bitwarden in my Mudita due to the old AOSP issue mentioned before in the forum
How did you set it up, and did you have any issues during the setup?
I had no issues so far. A detail worth mentioning is disabling the default Mudita launcher after you are satisfied with the Minimo launcher setup using adb: adb shell pm disable com.mudita.launcher - without this, the Home-button redirects back to the default launcher.
Someone (…) should create a minimal launcher that provides simple notifications. (…) with an asterisk (*) when you receive an SMS, message, or whatever.
Yes, that would be great! If anybody picks up the idea: Another great feature would be an option to disable/minimize animations (e.g. when opening the app drawer) and adding up/down arrow-keys to paginate the app drawer instead of animated scrolling.
I use bitwarden as well and, aside from the animations in the app that you can’t disable chugging on this phone, it works fine. I also could not authenticate through web authentication and my Solo key for two-factor to log in, so I needed to authenticate with an email, but that was really the only hangup.
The answers by the developers to security requests are a little vague, e.g.:
To me these rather vague answers sadly point towards the team planning to prioritize their own Mudita OS K security updates (Mudita OS K 2.0, Mudita OS K 3.0, …), only providing security for default device configuration. For now i am waiting for any updates in Security Updates topic.
I removed credit-card, banking and PayPal info from the Bitwarden vault for now. In my country cash payment still works almost anywhere. Losing other credentials would be painful but not detrimental. For now I use 2FA authenticaton on my old secure device and keep it in my drawer.> I uninstalled Bitwarden for now.
Does disabling MuditaOS also remove the notifications seen on the lock screen that say “x unread SMS” or “x missed calls”, if there are any?
EDIT: Does the Control Panel Button work with the Minimo Launcher as well?
And just to ease my worries: if I want to enable MuditaOS again, do I use this command adb shell pm enable com.mudita.launcher? And can I uninstall Minimolauncher like any other app via ADB after that?
“MuditaOS K” is the custom operating system that Mudita has built for the Kompakt. “Mudita Launcher” is just an app installed on that operating system. In the case of this phone, the “control panel” is a separate app, and so is the lock screen. Both function normally when the Mudita Launcher is disabled.
Does disabling MuditaOS also remove the notifications seen on the lock screen (…)?
No, the launcher only affects the unlocked screen.
Does the Control Panel Button work with the Minimo Launcher as well?
Yes, and you can still use it to access the MuditaOS settings etc.
(…) if I want to enable MuditaOS again, do I use this command adb shell pm enable com.mudita.launcher? And can I uninstall Minimolauncher like any other app via ADB after that?
Yes (or adb shell pm disable-user --user 0 com.mudita.launcher, when referring to my original post). Yes Minimo Launcher is just an app like every other.
I now have Minimo Launcher installed and I’m already satisfied! I only encountered one problem that might be good to know if someone else wants to install a different launcher. When I tried to disable Mudita Launcher with the command adb shell pm disable com.mudita.launcher, I received a SecurityException error in my Terminal (using a MacBook), and I don’t know why. However, the following command worked: adb shell pm disable-user --user 0 com.mudita.launcher
I’m pretty useless with tech–do you mind helping me? I would like to use Minimo launcher but I’m not sure where/how to input the command you have here.
Sure! Are you using a mac or windows computer? I’m using the Terminal on my Mac and find it quite easy that way. But you can also install apps via your Browser. This thread shows you how: Instructions on how to sideload apps on Mudita Kompakt