How To Guide Oppo find n Default launcher change - no root or adb required - Oppo Find N

Hi guys,
I used to use Microsoft launcher as my default launcher in all phones but oppo find n does not let you do that unfortunately.
I didn't want to try adb methods (of uninstalling default launcher) that may lead to boot loop stucking if something went wrong.
So I thought to share with you finally a simple trick I came up with by using Tasker to automatically launch your favorite launcher based on UI change of default color os launcher of oppo.
First you need to install Tasker and give it all permissions required
GitHub - joaomgcd/Tasker-Permissions: Utility to easily grant Tasker permissions
Utility to easily grant Tasker permissions. Contribute to joaomgcd/Tasker-Permissions development by creating an account on GitHub.
github.com
Then you add a task and profile as follows:
Tasks > add > name it > add an action > search for if > add if condition: %WIN ~ Page 1 of 2** (**please note depends on how many pages you have on default launcher home screen, you should name the window label above (page 1 of 2 or page 1 of 3... Etc)) > from the add button > add another condition > %WIN ~ Page 2 of 2 (so the profile works on all pages of home screen) > add another action > search for wait > wait > 3 ms (milliseconds) > ok > add another action > app > launch app > Microsoft launcher (your launcher) > ok
Add profile > event > app changed > all apps (from bottom in Tasker) > system launcher
Choose the task you created with above actions in the profile
Done
Result:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Just a quick question: did you test this on Android 13 or Android 11? Because I'm using Android 13, and sometimes it works, sometimes it doesn't.

nimumo said:
Just a quick question: did you test this on Android 13 or Android 11? Because I'm using Android 13, and sometimes it works, sometimes it doesn't.
Click to expand...
Click to collapse
I am using Android 13...
Have been using this method for couple of days with no issues ))

In that case, I'm doing something wrong, for sure, because, sometimes, the Microsoft Launcher doesn't appear. As an example, if I press the Task Switcher button, and then press the Home button, I still get the default Oppo Launcher. Also, sometimes, when I press the Task Switch button, it opens and closes immediately. Just to clarify, I don't use gestures for the Back, Home and Task Switcher; I'm using the onscreen buttons.
The only difference is that I already used ADB to change the default system launcher to Microsoft Launcher. Could this be the problem?

nimumo said:
In that case, I'm doing something wrong, for sure, because, sometimes, the Microsoft Launcher doesn't appear. As an example, if I press the Task Switcher button, and then press the Home button, I still get the default Oppo Launcher. Also, sometimes, when I press the Task Switch button, it opens and closes immediately. Just to clarify, I don't use gestures for the Back, Home and Task Switcher; I'm using the onscreen buttons.
The only difference is that I already used ADB to change the default system launcher to Microsoft Launcher. Could this be the problem?
Click to expand...
Click to collapse
Yes it could be.
I am using Tasker to automatically launch Microsoft launcher based on oppo default color os launcher itself, so if you uninstalled the default launcher Tasker won't recognize the UI change of default launcher and hence of course won't give you correct actions...
You may reinstall the default launcher and try Tasker method and please let me know if it works fine afterwards..

Just to clarify, I managed to get your solution up and running. Note that I didn't uninstall the default launcher; I only forced Microsoft Launcher to be the default launcher, using ADB commands.
The problem was something that we always forget: battery optimization. I had to change all the settings related to battery management (Battery menu and also App menu) and had to allow to run in background (Tasker App). Now I can have your script running 99% of the time.
The problem I noticed is if I press the Task Switcher button, for a short period I can see the running apps but then, it shows my home screen. If I press the Task Switch 3 times in a row, the Task Switch stays on but, as soon I press the Home button, it doesn't revert to Microsoft Launcher. To solve that, I need to disable and enable Tasker again.
Your solution, for me, it's not 100% fault proof, but it's much better that having to press the Microsoft Launcher button that I had to put on the Home screen, so, I thank you for sharing this other method for having a different launcher
If only we could put a "decent" ROM...

nimumo said:
Just to clarify, I managed to get your solution up and running. Note that I didn't uninstall the default launcher; I only forced Microsoft Launcher to be the default launcher, using ADB commands.
The problem was something that we always forget: battery optimization. I had to change all the settings related to battery management (Battery menu and also App menu) and had to allow to run in background (Tasker App). Now I can have your script running 99% of the time.
The problem I noticed is if I press the Task Switcher button, for a short period I can see the running apps but then, it shows my home screen. If I press the Task Switch 3 times in a row, the Task Switch stays on but, as soon I press the Home button, it doesn't revert to Microsoft Launcher. To solve that, I need to disable and enable Tasker again.
Your solution, for me, it's not 100% fault proof, but it's much better that having to press the Microsoft Launcher button that I had to put on the Home screen, so, I thank you for sharing this other method for having a different launcher
If only we could put a "decent" ROM...
Click to expand...
Click to collapse
Yeah you are right. Tasker method have some bugs and sometimes it forces to home screen of Microsoft launcher in somewhere in settings.
Then like you said turn off the profile and turn on again later...
Thank you for your reply and yeah "If only we could put a "decent" ROM... "... Can't agree more

nimumo said:
Just to clarify, I managed to get your solution up and running. Note that I didn't uninstall the default launcher; I only forced Microsoft Launcher to be the default launcher, using ADB commands.
The problem was something that we always forget: battery optimization. I had to change all the settings related to battery management (Battery menu and also App menu) and had to allow to run in background (Tasker App). Now I can have your script running 99% of the time.
The problem I noticed is if I press the Task Switcher button, for a short period I can see the running apps but then, it shows my home screen. If I press the Task Switch 3 times in a row, the Task Switch stays on but, as soon I press the Home button, it doesn't revert to Microsoft Launcher. To solve that, I need to disable and enable Tasker again.
Your solution, for me, it's not 100% fault proof, but it's much better that having to press the Microsoft Launcher button that I had to put on the Home screen, so, I thank you for sharing this other method for having a different launcher
If only we could put a "decent" ROM...
Click to expand...
Click to collapse
Good news I was able to fix that bug by adding a condition of the profile only works on home screen.
So it doesn't not work on recent tasks or settings that related to oppo system launcher app (lock screen wallpaper settings for example).
I will edit the original post adding the "if" condition...
Tasker will read the window label which is unique for each window in same app, so the actions will only be executed on home screen.
Please note the window label of oppo system launcher changes based on number of pages you have on system launcher home screen.
It's called "page 1 of x"
Where x is the number of pages you have in the launcher it self.

I was trying to reproduce your steps, but I'm getting stuck on the "if" condition. Whatever I do, I cannot put the "green" line (the one next to the conditions), it's always "red". I already tried to use Tasker Permission Manager to sort my Tasker's permissions (all green now) but looks like Tasker cannot "read" the WINDOW LABEL from the phone. I say this because if I try to press the PLAY button on the bottom of the task, it doesn't do anything. If I remove the "if" condition, it works as previously.
What am I missing?

nimumo said:
I was trying to reproduce your steps, but I'm getting stuck on the "if" condition. Whatever I do, I cannot put the "green" line (the one next to the conditions), it's always "red". I already tried to use Tasker Permission Manager to sort my Tasker's permissions (all green now) but looks like Tasker cannot "read" the WINDOW LABEL from the phone. I say this because if I try to press the PLAY button on the bottom of the task, it doesn't do anything. If I remove the "if" condition, it works as previously.
What am I missing?
Click to expand...
Click to collapse
The green line means the if condition is true and this only happens when you go to home screen which gives the label name page1 of...
It won't go green unless Tasker reads home screen label.
I took the screen shot after pressing play then going to home screen then going back to Tasker using gestures. It was not on purpose
Regardless the line going to green or stays red, if it works then it works. Even though you may not be able to make the line goes to green...

After a lot of testing, I finally found the reason why this method was not working for me:
Tasker App Check Method - Accessibility
I found that I had this option set to "App Usage Stats" (because I never changed it) and it must be set to "Accessibility"
After changing to this option (Tasker) and after activating Tasker in Accessibility menu (phone), it started to work.
But I found that this method doesn't work all the time. As example, if you click on the "Task Switcher" button, choose an opened app and them go back (via the "Back" button), the Microsoft Launcher doesn't open.
But, instead of complaining, I want to thank you for this method because it's works, and it's easy to set up.

nimumo said:
After a lot of testing, I finally found the reason why this method was not working for me:
Tasker App Check Method - Accessibility
I found that I had this option set to "App Usage Stats" (because I never changed it) and it must be set to "Accessibility"
After changing to this option (Tasker) and after activating Tasker in Accessibility menu (phone), it started to work.
But I found that this method doesn't work all the time. As example, if you click on the "Task Switcher" button, choose an opened app and them go back (via the "Back" button), the Microsoft Launcher doesn't open.
But, instead of complaining, I want to thank you for this method because it's works, and it's easy to set up.
Click to expand...
Click to collapse
Thank you my friend for sharing your experience
I really appreciate any ono who shares his feedback
Wish you all the best

nimumo said:
I only forced Microsoft Launcher to be the default launcher, using ADB commands.
Click to expand...
Click to collapse
Could you share the exact command? When i tried it awhile back, i wasnt sure which microsoft package to use.

Hadron001 said:
Could you share the exact command? When i tried it awhile back, i wasnt sure which microsoft package to use.
Click to expand...
Click to collapse
The code
cmd package set-home-activity "com.microsoft.launcher/com.microsoft.launcher.Launcher"
And the task under adb wifi
But my advise is not to use it as when you go home screen and want to open recent tasks it messes up and you won't see any open recent applications, just lines..
(try it you will know what I mean)
Also it goes to oppo launcher sometimes and you have to go to home screen several times to get back to Microsoft launcher
Other thing Microsoft launcher icons stops working sometimes with me when I used that method
So I went back to my method of this original thread
Much stable and just a mask of oppo launcher on the top so everything goes fine (just like pressing Microsoft launcher icon to start it normally every time you go to home screen

Thanks a lot for the advice. I did try:
Code:
adb shell
pm disable com.android.launcher
pm enable com.microsoft.launcher
Which worked, except the 'swipe from bottom' gesture completely stops working. Can't swipe to exit foreground app, nor can you swipe and hold to see all recent apps.
I'm going to look around to see why that's the case, but maybe I'll just have to use your method eventually.

Hadron001 said:
Thanks a lot for the advice. I did try:
Code:
adb shell
pm disable com.android.launcher
pm enable com.microsoft.launcher
Which worked, except the 'swipe from bottom' gesture completely stops working. Can't swipe to exit foreground app, nor can you swipe and hold to see all recent apps.
I'm going to look around to see why that's the case, but maybe I'll just have to use your method eventually.
Click to expand...
Click to collapse
Thank you for sharing your experience.
I guess recent tasks and home buttons are forced to be used by oppo launcher some how since even by not disabling the oppo launcher completely still some odd behavior happens by recent tasks and home button swiping.
Wish you the best of luck.

hesham1216 said:
Hi guys,
I used to use Microsoft launcher as my default launcher in all phones but oppo find n does not let you do that unfortunately.
I didn't want to try adb methods (of uninstalling default launcher) that may lead to boot loop stucking if something went wrong.
So I thought to share with you finally a simple trick I came up with by using Tasker to automatically launch your favorite launcher based on UI change of default color os launcher of oppo.
First you need to install Tasker and give it all permissions required
GitHub - joaomgcd/Tasker-Permissions: Utility to easily grant Tasker permissions
Utility to easily grant Tasker permissions. Contribute to joaomgcd/Tasker-Permissions development by creating an account on GitHub.
github.com
Then you add a task and profile as follows:
Tasks > add > name it > add an action > search for if > add if condition: %WIN ~ Page 1 of 2** (**please note depends on how many pages you have on default launcher home screen, you should name the window label above (page 1 of 2 or page 1 of 3... Etc)) > from the add button > add another condition > %WIN ~ Page 2 of 2 (so the profile works on all pages of home screen) > add another action > search for wait > wait > 3 ms (milliseconds) > ok > add another action > app > launch app > Microsoft launcher (your launcher) > ok
Add profile > event > app changed > all apps (from bottom in Tasker) > system launcher
Choose the task you created with above actions in the profile
Done
Result:
View attachment 5780089
Click to expand...
Click to collapse
Hello
I try uses in my Oppo Find X6 Pro 0 china
I dont now why not can make correctly , please helped
Maybe have correct import in files for tasker ?
I use Nova launcher, but if disable system launcher ( in adb ) not working recent tasks - button last app

Hadron001 said:
Thanks a lot for the advice. I did try:
Code:
adb shell
pm disable com.android.launcher
pm enable com.microsoft.launcher
Which worked, except the 'swipe from bottom' gesture completely stops working. Can't swipe to exit foreground app, nor can you swipe and hold to see all recent apps.
I'm going to look around to see why that's the case, but maybe I'll just have to use your method eventually.
Click to expand...
Click to collapse
Hi, thanks for your efforts. Have you by any chance been able to achieve further progress on setting up the Microsoft Launcher as the default launcher?
Thanks a lot !
Best regards, Lars

hesham1216 said:
Hi guys,
I used to use Microsoft launcher as my default launcher in all phones but oppo find n does not let you do that unfortunately.
I didn't want to try adb methods (of uninstalling default launcher) that may lead to boot loop stucking if something went wrong.
So I thought to share with you finally a simple trick I came up with by using Tasker to automatically launch your favorite launcher based on UI change of default color os launcher of oppo.
First you need to install Tasker and give it all permissions required
GitHub - joaomgcd/Tasker-Permissions: Utility to easily grant Tasker permissions
Utility to easily grant Tasker permissions. Contribute to joaomgcd/Tasker-Permissions development by creating an account on GitHub.
github.com
Then you add a task and profile as follows:
Tasks > add > name it > add an action > search for if > add if condition: %WIN ~ Page 1 of 2** (**please note depends on how many pages you have on default launcher home screen, you should name the window label above (page 1 of 2 or page 1 of 3... Etc)) > from the add button > add another condition > %WIN ~ Page 2 of 2 (so the profile works on all pages of home screen) > add another action > search for wait > wait > 3 ms (milliseconds) > ok > add another action > app > launch app > Microsoft launcher (your launcher) > ok
Add profile > event > app changed > all apps (from bottom in Tasker) > system launcher
Choose the task you created with above actions in the profile
Done
Result:
View attachment 5780089
Click to expand...
Click to collapse
I have done everything in Tasker but when i use gestures to swipe up from the bottom it always goes back to the system launcher ?

Related

turn off touch flo

Is there a way that I can use the default interface on the hero instead of touch Flo? I just find it a little slow and pointless.
Go to
Settings --> Applications ---> Manage Applications ---> Touch Flo
Clear defaults.
Now press the home button and select home and set as a default.
Been asked a couple of times earlier
slimfady said:
Go to
Settings --> Applications ---> Manage Applications ---> Touch Flo
Clear defaults.
Now press the home button and select home and set as a default.
Been asked a couple of times earlier
Click to expand...
Click to collapse
If I do this can I turn Touch Flo back on again easily with exactly the same program, widget layout and settings as I have now?
You can clear the default setting like this:
Settings - Apps - Manage Apps - (long delay) - TouchFlo - Clear Defaults
that will cause the Home button to prompt you as to "Home" or "TouchFlo". The former is the default Android home, the latter is HTC Sense UI.
The prompt also has a checkbox to re-enable the default, for either choice, to avoid being prompted in future.
EDIT: sigh, wish I had reloaded before posting
Floejen said:
If I do this can I turn Touch Flo back on again easily with exactly the same program, widget layout and settings as I have now?
Click to expand...
Click to collapse
Yes, just go through the Clear Default again, to get the prompt, select the tickbox and press TouchFlo; that will make TouchFlo the default.
There is also a free app called Home Switcher which lets you quickly and easily switch between the two, you don't lose anything when you switch

[Q] -SOLVED- Work around twlauncher crash loop w/o wipe?

--twlauncher crash problem solved, see below. Feel free to answer general question though
Hi all!
Ran into a problem with my Galaxy S that I'd be really greatful if you could help me with.
THE QUESTION:
Is there some way of accessing the phone from my PC via USB and changing settings?
THE THING:
I have been running my system without problem for a while. Haven't made a backup though, stupid #%ยค as I am. When I was using the (stock) Internet browser I tried to add a (mobile) web page to the Start panel (or whatever it is called). Since then I get the error message "The application Start (process com.sec.android.app.twlauncher) has stopped unexpectedly." Gives option to "Force Close". Whenever I do, the error comes back after a few seconds if I am at the default screen and don't quickly go into the phone or sms app. Basically, I can't do anything that my Ericsson T10 couldn't do in 1999...
I think all of my "start screens" were already filled with apps, that there wasn't room for another, and this might be the problem that causes the twlauncher crash loop.
THE QUESTION (again, in context):
So, is there some way of accessing the phone from my PC via USB and changing settings? During my searching I've come to believe that two possible solutions might be to clear twlauncher's settings or to set another launcher as default, but in the current state I can't get to the settings neither from the started phone or from the Darky recovery console.
I know I could just wipe and reinstall everything but that feels like nuking a mosquito...and it's so tedious... If there is some smoother way to get at the problem that would be nice. Also I'm curious if it can be done, and I'm probably not alone.
THE SYSTEM:
Samsung Galaxy S (GT I9000)
Rooted
Android 2.2.1
Darkys' ROM v9.4 Extreme edition
Voodoo
Any pointers would be greatly appreciated, thanks a lot!
/Fredrik
Ok folks, I am happy again!
It seems things fix themselves for me if I only write a thorough post on some forum...
I went to android market with my PC, logged in with my google account (where I had apparently added my phone before) and downloaded another launcher (ADW) to replace my crashed twlauncher. After that I fiddled some more with the phone - obviously turned off network mode from the power menu (the menu that you get when holding the power button 3 sec). And then I wrote the above post.
Just now I was going to make a phone call (which was about the only thing working, remember?) but the screen had gone all black except from the status bar at the top, which didn't respond when I tried to pull its menu down. Brought up the power menu. At first it didn't respond to my touch but after a while it agreed to turn on network mode for me. Then ADW downloaded and installed itself. I still couldn't pull down the status bar menu to click on the "Download complete" icon and launch ADW that way, but I pressed the Home button and got a menu asking "Complete this task with:" and some choices. I ticked the box "always use this program" and selected ADW. Now, ADW started and I am back on track! No wipe or reinstall needed!
SO, short version solution to twlauncher crash loop: log into your Android market account from a PC, search for "launcher" and install one of your choice, then wait for the phone to download and install it. Then press Home, tick "Always use this program to complete this task" and select your new launcher!
Yeah, that solved my problem with Tw.launcher but if anyone has an answer to the question in the thread - is there a way to log into the phone from a PC to change settings - feel free to share your knowledge!
Addition - resetting twlauncher to be able to use Kies
Ok, after installing another launcher as described above, proceed with the following to prevent twlauncher from crashing in the future. You will need to this do if you want to connect with your computer using Kies, since Kies apparently cannot connect to other launchers (such as GO launcher or ADW).
1. Open Settings | Applications | Manage Applications.
2. Go to the tab "All" and scroll down and tap on twlauncher (or maybe it is called something else, on mine it is "Start" - check the twlauncher crash message to get it, or follow the instructions below under "Another way..." to find it in the Home button menu. You still need to complete the whole procedure to get it running though).
3. Tap the "Clear data" button. This clears your settings, i.e. the app shortcuts that you put on your start screens.
DONE!
In my case I believe the twlauncher crash was due to adding one more shortcut to an already full app drawer, so when I cleared the settings I can use twlauncher again.
USING TWLAUNCHER TO CONNECT WITH KIES
Now you can use the Home Swithcher app to launch twlauncher if you want to use Kies, and when you are done you can use Home Switcher again to switch back if you prefer the other launcher you installed.
Another way to get back to twlauncher if you don't have Home Switcher, is to go to Settings | Applications | Manage Applications, find your current launcher (e.g. GO launcher or ADW) and tap the "Clear default" button. Then (when you have exited back to the start screen) if you press the Home button, you will be asked which launcher you would like to use to complete the task. Select twlauncher (or "Start" whatever it's called). After you're done with Kies you can switch back the same way if you don't want to use twlauncher as default.
maratonic said:
Ok, after installing another launcher as described above, proceed with the following to prevent twlauncher from crashing in the future. You will need to this do if you want to connect with your computer using Kies, since Kies apparently cannot connect to other launchers (such as GO launcher or ADW).
1. Open Settings | Applications | Manage Applications.
2. Go to the tab "All" and scroll down and tap on twlauncher (or maybe it is called something else, on mine it is "Start" - check the twlauncher crash message to get it, or follow the instructions below under "Another way..." to find it in the Home button menu. You still need to complete the whole procedure to get it running though).
3. Tap the "Clear data" button. This clears your settings, i.e. the app shortcuts that you put on your start screens.
DONE!
In my case I believe the twlauncher crash was due to adding one more shortcut to an already full app drawer, so when I cleared the settings I can use twlauncher again.
USING TWLAUNCHER TO CONNECT WITH KIES
Now you can use the Home Swithcher app to launch twlauncher if you want to use Kies, and when you are done you can use Home Switcher again to switch back if you prefer the other launcher you installed.
Another way to get back to twlauncher if you don't have Home Switcher, is to go to Settings | Applications | Manage Applications, find your current launcher (e.g. GO launcher or ADW) and tap the "Clear default" button. Then (when you have exited back to the start screen) if you press the Home button, you will be asked which launcher you would like to use to complete the task. Select twlauncher (or "Start" whatever it's called). After you're done with Kies you can switch back the same way if you don't want to use twlauncher as default.
Click to expand...
Click to collapse
Such a great thread and no one else has added anything else to it I'm dealing with this crap atm and it is even worst. Holding power doesn't pop up the power menu. Cant access settings. I can bring the notification bar down and turn on wifi but it doesnt actuallly connect to my wifi so I can't do the remote app installation from the web store. I really don't want to do a factory reset.
as was asked here, is there a way to clear the data of the TWLAUNCHER app by using my pc and usb connection to the phone? I'm able to turn on usb storage and access it. Halp!

How to remove a widget? (it won't go away!)

I'm trying to remove widgets from my phone (using CM7, last version) but when I long press the widget, I receive the feedback (vibration) and the trash icon do not appear, neither I can move the widget.
It will be much better if it's no necessary for me to format the phone and install all the apps again!
Could someone help me?
Which launcher are you using?
just uninstall the program and reinstall the program again. no need to reformat the phone.
if it is adwlauncher, press the menu button (at left) > more > unlock desktop. And then try to delete it. Or check the trash can icon position on adw settings
blackkzero said:
if it is adwlauncher, press the menu button (at left) > more > unlock desktop. And then try to delete it. Or check the trash can icon position on adw settings
Click to expand...
Click to collapse
That's it!
I'm yet a little confused moving from WinMo 6 to Android.
Thank you.
some launchers bring this option, is useful when you lend your phone and don't want to someone modify the desktop
You can try delete the app on Settings -> Applications -> Manage Applications

Preventing the phone from killing background apps

Hi, this may have been asked before, but I can't seem to find a straight answer for it:
I've got a Huawei Mate 10 Pro. The damn phone keeps killing apps running in the background, no matter how I configure the "Launch" menu. Is there any way to prevent the phone from killing apps running in the background? Even the 'Lock' button on the apps in the app manager screen doesn't prevent that from happening!
It's worth mentioning that my phone is not rooted, nor is going to be any time soon, since it seems so much riskier to root this phone than it is with other phones.
.......delet.....
Go to settings - battery - launch and find the app you don't want to be terminated then change to manual mode(ensure that you enable the 3 options especially run in background)
Or go to special access - ignore Battery optimization - select all apps then scroll to the app you want not to be terminated, tap on it, select allow then click OK and exit
zayidhs said:
Go to settings - battery - launch and find the app you don't want to be terminated then change to manual mode(ensure that you enable the 3 options especially run in background)
Or go to special access - ignore Battery optimization - select all apps then scroll to the app you want not to be terminated, tap on it, select allow then click OK and exit
Click to expand...
Click to collapse
Amazing, thank you very very much!!
Honestly, the power settings on this phone are horrible!
You're welcome
A lot of settings need to do.
https://consumer.huawei.com/en/support/how-to/newbie-guide/en-us00428704/

Nova Prime Accessibility Fix

I really dont like the bug about the accessibility so I decided to contact the Nova Devs team hoping to get an answer or maybe they can make a patch on their app but I decided to look at this matter on my own.
In my issue when I press the home button successively it would ask me to re-enable the accessibility with that in mind, I noticed that Long Press for Home Button activates the assist and voice app so I thought maybe that is whats interfering with the Nova Launcher and heres how I did it.
1. Go to settings
2. Then Apps & Notifications
3. Default Apps
4. Select "Assist & voice input"
5. Select "Assist App"
6. and press the on the google icon
7. Select "none"
8. Go back to Home Screen and test it out
Ive been pressing the home button for like 100 times now and it never asked for accessibility.
I tried using the Shark Space, play for a few minutes and turn off Shark Space it still ask to choose the home launcher but I didnt asked for accessibility. I'm 95% sure I fixed it, need someone else to confirm
Well, screen lock gesture works better when Nova is set as device admin unless you use fingerprint. Thanks for sharing though. Will have my feedback later.

Categories

Resources