VIM1S Quickstep Issue with changed launcher

Which system do you use? Android, Ubuntu, OOWOW or others?

VIM1S OOWOW

Which version of system do you use? Please provide the version of the system here:

Android 11

Please describe your issue below:

I have installed my single app that i want to start automatically at startup, and set it as a Home Launcher, i changed the default Launcher to use my app, and it works, upon restart my app loads

But after about 10 seconds i get a message asking what default launcher i want to use, My app or Quickstep, even if i select the ‘always’ option to use my app, i still get this message after every restart

How to stop this message from asking?, or how can i force remove of quickstep so no other choice is available?

Post a console log of your issue below:


**Delete this line and post your log here.**

@billysdomain Please add the following code to the Android.mk file of your application.

LOCAL_OVERRIDES_PACKAGES := Home Launcher2 Launcher3 Launcher3QuickStep

Hi, many thanks for the reply.

I am currently installing the app using AndroidStudio using the wifi debugging connection, as such i do not have a Android.mk file, the Vim uses the standard install from oowow, and then the app is installed and the default home app setting is changed.

Is there a way to modify a file already located on the system to make this change?

@billysdomain You can delete Launcher3QuickStep through adb. For example:

C:\Users\25348>adb root && adb remount
C:\Users\25348>adb shell
# rm -rf system_ext/priv-app/Launcher3QuickStep
# sync
# reboot

Great, that worked, many thanks