After x Close app the (empty) /e/ standard wallpaper is displayed without any characters.
After the system is set up, I installed the OpenLauncher activated it as Home app (Yes). This quiets the BlissLauncher for the time being, but the message “BlissLauncher keeps stopping” pops up again and again at regular intervals, so I deactivated it completely via adb shell pm disable foundation.e.blisslauncher
I’ve now customized the OpenLauncher a tiny bit (screenshot): Murena
The OpenLauncher is not a BlissLauncher, but the overall result is much better than with system startup and I can get comfortable with it.
Ok, could do it now, one need to swipe to times from top to button to go to the settings. There one can install f-droid and the open launcher app.
However if I run
adb shell pm disable foundation.e.blisslauncher
Exception occurred while executing ‘disable’:
java.lang.SecurityException: Shell cannot change component state for foundation.e.blisslauncher/null to 2
at com.android.server.pm.PackageManagerService.setEnabledSetting(PackageManagerService.java:24283)
at com.android.server.pm.PackageManagerService.setApplicationEnabledSetting(PackageManagerService.java:24079)
at com.android.server.pm.PackageManagerShellCommand.runSetEnabledSetting(PackageManagerShellCommand.java:2194)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:240)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:24948)
at android.os.Binder.shellCommand(Binder.java:950)
at android.os.Binder.onTransact(Binder.java:834)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4818)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:8937)
at android.os.Binder.execTransactInternal(Binder.java:1184)
at android.os.Binder.execTransact(Binder.java:1143)
(base) ronnz@ronnz-mint:~/Downloads$