Related
Are there any apps that would let non-root users add more apps to the Multi-Window window / bar? Thanks
LeoNote4 said:
Are there any apps that would let non-root users add more apps to the Multi-Window window / bar? Thanks
Click to expand...
Click to collapse
You could check this out - LINK
I tried pop-up window on Netflix with this app and it works. Thanks a lot
Fantastic. Thank you.
Hi Guys,
I've made a video demonstrating how I accidentally enabled the Android Oreo style multitasking cards, pretty cool as I hate the new Android P style.
https://youtu.be/-gra_UFSBGE
the commands is:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Ensure you have another launcher installed and enabled BEFORE removing the stock launcher.
Also note you will loose the stock gestures if you enable it, only the back command works.
So I had to overscan the screen to remove the Nav bar, as using immersive mode broke the lock screen.
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
e_mc_square said:
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
Click to expand...
Click to collapse
Yer the only way to revert back is to reset the phone back to factory settings, unless you side load the APK file for the Huawei EMUI 9.0 Launcher (if you save a copy).
But no love lost for me, IMHO it's a crap launcher and multitasking interface...
sevanig said:
Hi Guys,
I've made a video demonstrating how I accidentally enabled the Android Oreo style multitasking cards, pretty cool as I hate the new Android P style.
https://youtu.be/-gra_UFSBGE
the commands is:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Ensure you have another launcher installed and enabled BEFORE removing the stock launcher.
Also note you will loose the stock gestures if you enable it, only the back command works.
So I had to overscan the screen to remove the Nav bar, as using immersive mode broke the lock screen.
Click to expand...
Click to collapse
Interesting!
I also dislike the way multitasking works.
Does doing this remove the gestures option that the Mate 20 Pro has?
e_mc_square said:
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
Click to expand...
Click to collapse
You can grab a backup first with this command
Code:
adb pull /system/app/HwLauncher6/HwLauncher6.apk
I haven't tried to reinstall but it should just be an adb push instead.
senjiroh said:
Interesting!
I also dislike the way multitasking works.
Does doing this remove the gestures option that the Mate 20 Pro has?
Click to expand...
Click to collapse
When using the system gesture navigation mode, It breaks the swipe up and swipe up and hold from the bottom of the screen.
And unfortunately even using the edge gesture application to replace those, it won't allow it, it's somehow blocks it.
The back gestures work tho.
You can use the regular nav bar and then a gesture application and then swipe up works, but enabling immersive mode breaks the lock screen (shows up black with a delay to display the lock screen).
So I use and combination of system gesture mode, for the back command and full screen mode, and edge gestures for the rest (from the sides of the screen), however tap and tap and hold do work on the btm of the screen using edge gestures, just not swipe up as described above.
If anyone can get the swipe up to work that would be greatly appreciated.
e_mc_square said:
Great! By the way, how can I revert back if I ever want to have the Huawei Launcher back?
Click to expand...
Click to collapse
You don't need to Uninstall important packages that you might want to re-enable later.
It is possible to just disable them, and keep the files available for easy re-enabling!
* FIRST OF ALL:
adb shell
* TO LIST ALL INSTALLED STUFF:
pm list packages | sort
* TO DISABLE A PACKAGE (for example the Huawei launcher):
pm disable-user --user 0 <Package Name>
* TO UNDO (re-enable):
pm enable --user 0 <Package Name>
saturnspike said:
You can grab a backup first with this command
Code:
adb pull /system/app/HwLauncher6/HwLauncher6.apk
I haven't tried to reinstall but it should just be an adb push instead.
Click to expand...
Click to collapse
You cannot push if you're not rooted
I like the new P multitasking. The old stack multitasking was nightmare. You were able only to switch to the previuos apps since all others were hidden behind. The EMUI 9 implementation is similar to the EMUI 4.1. The only thing that I miss from 4.1 is the long press action on the recent app. In the EMUI 9 task switcher you need to long press the icon which is too small.
The EMUI 4.1 task switcher is maybe the best Android stock switcher.
Изпратено от моят LYA-L29 с помощта на Tapatalk
gamekill said:
You don't need to Uninstall important packages that you might want to re-enable later.
It is possible to just disable them, and keep the files available for easy re-enabling!
* FIRST OF ALL:
adb shell
* TO LIST ALL INSTALLED STUFF:
pm list packages | sort
* TO DISABLE A PACKAGE (for example the Huawei launcher):
pm disable-user --user 0 <Package Name>
* TO UNDO (re-enable):
pm enable --user 0 <Package Name>
Click to expand...
Click to collapse
This is the best answer. My phone's lag just gone.
You should start a new thread to tell others. Even XDA homepage shows uninstalling option.
can someone who has uninstalled the launcher do a quick check for me?
please install the newest pixe launcher or 1 of the newest pie launchers and set the navbar to the keys (no gestures), give the new launcher all permissens that it wants and reboot.
i would like to know if the new nav gestures and recents overview will kick in and work
which launcher do you mean, do you have link? I had installed the Google Pixel Launcher, but it cannot be set as default launcher, cause it crashes.
webpatrick said:
which launcher do you mean, do you have link? I had installed the Google Pixel Launcher, but it cannot be set as default launcher, cause it crashes.
Click to expand...
Click to collapse
did you uninstalled huiawei home first?, try lawnchair from apk mirror please
demon2112 said:
did you uninstalled huiawei home first?, try lawnchair from apk mirror please
Click to expand...
Click to collapse
No I did not uninstall it, I don't want to, I had it disabled via adb shell, but now I have re-enabled it cause I'm trying the horizontal resent app-view.
webpatrick said:
which launcher do you mean, do you have link? I had installed the Google Pixel Launcher, but it cannot be set as default launcher, cause it crashes.
Click to expand...
Click to collapse
I was having the same issue. You need to manually add permissions in the apps settings, then set the Pixel Launcher as your default and it won't crash.
So is this specific to Mate 20 pro? I'd like to try this on my Honor 8x.
I wish we could do this without breaking the gestures, I love them as they are more intuitive and donde waste any space like the nav bar did,
I wish Huawei copied Xiaomi's MIUI recents UI for EMUI 10, Xiaomi's implementation is the very best one out there, better than stock, even better than the old LP-Oreo recents
Fidelator said:
I wish we could do this without breaking the gestures, I love them as they are more intuitive and donde waste any space like the nav bar did,
I wish Huawei copied Xiaomi's MIUI recents UI for EMUI 10, Xiaomi's implementation is the very best one out there, better than stock, even better than the old LP-Oreo recents
Click to expand...
Click to collapse
Download the app fluid N.G on the store
Sent from my HUAWEI LYA-L29 using XDA Labs
It looks nice, however, my experience so far with these third party apps is that they end up turning into battery and RAM hogging bottlenecks, I don't know if it is the case with his one.
Just FYI
You can reinstall the launcher with this command, as the apk is actually still in the phones memory...
adb shell cmd package install-existing com.huawei.android.launcher
Also you can block background usage of the Home launcher if you're using an alternative one with this command;
adb shell cmd appops set com.huawei.android.launcher RUN_IN_BACKGROUND ignore
You can access this settings through Nova launcher Activities or any other shortcut manager app.
saltgirl said:
You can access this settings through Nova launcher Activities or any other shortcut manager app.
Click to expand...
Click to collapse
I dont follow at all.
is it working?
saltgirl said:
You can access this settings through Nova launcher Activities or any other shortcut manager app.
Click to expand...
Click to collapse
Which activity of nova?
Hi.
Can anyone take a photo of the the screen protecter? Mine seems to be small and don't cover the whole screen..
saltgirl said:
You can access this settings through Nova launcher Activities or any other shortcut manager app.
Click to expand...
Click to collapse
This is NOT Working!
can you please explain more on where to access these settings , the attachments are unclear
I did not find that Glance settings but I found some interesting things.
xidian said:
can you please explain more on where to access these settings , the attachments are unclear
Click to expand...
Click to collapse
You need Nova Launcher and ad a Widget.
Glance: Actions/System-UI/Glance Style
Navbar: Actions/Settings/Navigations Bar
This is Not Working!
xidian said:
can you please explain more on where to access these settings , the attachments are unclear
Click to expand...
Click to collapse
first.. setting from #1 is nit working (only switch between old a pie navbar, but this is already in gesture aettings)
second... all app have diferent activities (~screens), some not access via menu/buttons from main activity showed while you run apk...
but "all" activities you can run (and create shortcut)via:
https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher
or
https://play.google.com/store/apps/details?id=com.majeur.applicationsinfo
or on NovaLauncher created ocon/shortcut to selected activity...
you can try run (with some of above method) activities f(r)om Settings app...
---------- Post added at 01:12 AM ---------- Previous post was at 01:09 AM ----------
dimdom1919 said:
Glance: Actions/System-UI/Glance Style[...]
This is Not Working!
Click to expand...
Click to collapse
in SystemUI is working settings icons or time mode in status bar,:
com.android.systemui.DemoMode
...
Didn't understand a word.
k3dar7 said:
first.. setting from #1 is nit working (only switch between old a pie navbar, but this is already in gesture aettings)
second... all app have diferent activities (~screens), some not access via menu/buttons from main activity showed while you run apk...
but "all" activities you can run (and create shortcut)via:
https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher
or
https://play.google.com/store/apps/details?id=com.majeur.applicationsinfo
or on NovaLauncher created ocon/shortcut to selected activity...
you can try run (with some of above method) activities f(r)om Settings app...
---------- Post added at 01:12 AM ---------- Previous post was at 01:09 AM ----------
in SystemUI is working settings icons or time mode in status bar,:
com.android.systemui.DemoMode
Click to expand...
Click to collapse
k3dar7 said:
first.. setting from #1 is nit working (only switch between old a pie navbar, but this is already in gesture aettings)
second... all app have diferent activities (~screens), some not access via menu/buttons from main activity showed while you run apk...
but "all" activities you can run (and create shortcut)via:
https://play.google.com/store/apps/details?id=de.szalkowski.activitylauncher
or
https://play.google.com/store/apps/details?id=com.majeur.applicationsinfo
or on NovaLauncher created ocon/shortcut to selected activity...
you can try run (with some of above method) activities f(r)om Settings app...
---------- Post added at 01:12 AM ---------- Previous post was at 01:09 AM ----------
in SystemUI is working settings icons or time mode in status bar,:
com.android.systemui.DemoMode
Click to expand...
Click to collapse
Thanks allot as always @k3dar7 somewhat disappointed for it
someone explain more pls
Hi all
I need someone to explain more how to activate the navigation bar for my nokia 7 plus.
I didnt understand what you posted.
dariusz666 said:
I did not find that Glance settings but I found some interesting things.
Click to expand...
Click to collapse
Face unlock???
hondaaccord99 said:
Hi all
I need someone to explain more how to activate the navigation bar for my nokia 7 plus.
I didnt understand what you posted.
Click to expand...
Click to collapse
switch between gesture and buttons is in:
Settings/System/Gestures/SwipeUpOnHomeButton
I use Fluid Navigation Gestures and it works better than the built in gestures
stefiliev123 said:
I use Fluid Navigation Gestures and it works better than the built in gestures
Click to expand...
Click to collapse
I use XDA Navigation Gestures and it works better than the built in gestures
k3dar7 said:
I use XDA Navigation Gestures and it works better than the built in gestures
Click to expand...
Click to collapse
I tried it but it was slow and sometimes it registers 2 clicks
stefiliev123 said:
I tried it but it was slow and sometimes it registers 2 clicks
Click to expand...
Click to collapse
for me is fast, i have disabled animation(set to 0), and don't use click, only swipe(+hold) and transparent color with small pill height
any one able to install new Pixel 4 Styles & Wallpapers theme which changes font, icon design for the quick settings menu/status bar, and accent colors
kratozzumar said:
any one able to install new Pixel 4 Styles & Wallpapers theme which changes font, icon design for the quick settings menu/status bar, and accent colors
Click to expand...
Click to collapse
Took me a while to remember where we had the conversation, but it was here starting at post 47. https://forum.xda-developers.com/pixel-3-xl/how-to/impromptu-update-t3971761/page5. The last post (mine) links a better step by step. https://9to5google.com/2019/09/27/download-google-pixel-themes/
sliding_billy said:
Took me a while to remember where we had the conversation, but it was here starting at post 47. https://forum.xda-developers.com/pixel-3-xl/how-to/impromptu-update-t3971761/page5. The last post (mine) links a better step by step. https://9to5google.com/2019/09/27/download-google-pixel-themes/
Click to expand...
Click to collapse
Any luck on the getting lockscreen clocks yet?
Zehlek said:
Any luck on the getting lockscreen clocks yet?
Click to expand...
Click to collapse
Didn't even try since the amount of things that could be edited was very limited. Getting the font on lock screen, but that's it.
ADB command
sliding_billy said:
Took me a while to remember where we had the conversation, but it was here starting at post 47. https://forum.xda-developers.com/pixel-3-xl/how-to/impromptu-update-t3971761/page5. The last post (mine) links a better step by step. https://9to5google.com/2019/09/27/download-google-pixel-themes/
Click to expand...
Click to collapse
ADB command is working for you?
adb shell pm grant com.google.android.apps.wallpaper android.permission.WRITE_SECURE_SETTINGS
im getting errors saying denied.
kratozzumar said:
ADB command is working for you?
adb shell pm grant com.google.android.apps.wallpaper android.permission.WRITE_SECURE_SETTINGS
im getting errors saying denied.
Click to expand...
Click to collapse
I did use the adb command from phone connected to PC using a command prompt window. Make sure to cut and paste since there are ADB commands that are case sensitive. Of course make sure to check adb devices that your connection is OK.
Too bad that there is no red color for the theme icon color
Zehlek said:
Any luck on the getting lockscreen clocks yet?
Click to expand...
Click to collapse
How did you manage to get them working? I've tried the linked post, I get fc when I tap on styles adn theres no clock option!
iAMv7 said:
How did you manage to get them working? I've tried the linked post, I get fc when I tap on styles adn theres no clock option!
Click to expand...
Click to collapse
It's still not available
iAMv7 said:
How did you manage to get them working? I've tried the linked post, I get fc when I tap on styles adn theres no clock option!
Click to expand...
Click to collapse
Clocks will not work on stock until Google decides to release to older pixels. It only is on custom roms
FYI if you run the following command in ADB setting a 3rd party launcher as the default, it will switch back to Gesture Nav.
Code:
adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural
I love Nova and this works great for me.
Source:
https://www.reddit.com/r/galaxys10/...re_navigation_can_be_enabled/?sort=confidence
On my S10+ there was a weird navigation bug using the adv command to enable gestures. Do you experience anything different on the S20?
There is a quick flash that makes the multi task view show for a fraction of a second, but it is super quick and totally bearable.
I love you. Super needed this.
Is there anyway to have this continue after a reboot? It seems to stop working after one.
Yeah worked for me as well - seems like a little lag but overall bearable.
Works with Shade Launcher! Thanks!
chris5h said:
FYI if you run the following command in ADB setting a 3rd party launcher as the default, it will switch back to Gesture Nav.
I love Nova and this works great for me.
Source:
https://www.reddit.com/r/galaxys10/...re_navigation_can_be_enabled/?sort=confidence
Click to expand...
Click to collapse
Just doubling back. Is there anyway to make the change stick after a reboot?
Didn't action launcher have the gestures problem solved ?
watchnj said:
Didn't action launcher have the gestures problem solved ?
Click to expand...
Click to collapse
The manufacturers need make Google's patch that fix this issue available, most OEMs haven't made it available yet. Without root, there isn't a way to make it stick or work flawless unless we get that patch
The initial Android 10 release wasn't playing nicely with third-party launchers — to use the
---------- Post added at 04:20 PM ---------- Previous post was at 04:17 PM ----------
No they got it patched, I tried it and it works without the ADP command
...
chris5h said:
FYI if you run the following command in ADB setting a 3rd party launcher as the default, it will switch back to Gesture Nav.
I love Nova and this works great for me.
Source:
https://www.reddit.com/r/galaxys10/...re_navigation_can_be_enabled/?sort=confidence
Click to expand...
Click to collapse
Sorry but how exactly do you do this?? Where do I locate ADB settings?
skylinegtr116 said:
Sorry but how exactly do you do this?? Where do I locate ADB settings?
Click to expand...
Click to collapse
You have to turn on USB Debugging in Developer settings and have adb on your PC. Connect your phone to your PC then run the adb command in terminal.
I'm patiently waiting and hoping they patch this so I can go back to Nova i don't have a PC to do this method
Darkmx2000 said:
I'm patiently waiting and hoping they patch this so I can go back to Nova i don't have a PC to do this method
Click to expand...
Click to collapse
You can use the onehand operation+ app from the galaxy store instead. I find it even better than the default Samsung's gesture in term of customization. Work with Nova
Adrenalight said:
You can use the onehand operation+ app from the galaxy store instead. I find it even better than the default Samsung's gesture in term of customization. Work with Nova
Click to expand...
Click to collapse
I second that. One Hand Operation+ is awesome. I have been using it on S9+. As an addition I encourage to use other GoodLock apps with the use of NiceLock.
Adrenalight said:
You can use the onehand operation+ app from the galaxy store instead. I find it even better than the default Samsung's gesture in term of customization. Work with Nova
Click to expand...
Click to collapse
Thanks for the info! Appreciate it.
Adrenalight said:
You can use the onehand operation+ app from the galaxy store instead. I find it even better than the default Samsung's gesture in term of customization. Work with Nova
Click to expand...
Click to collapse
One handed operation app is awesome. I use it too.
What I am looking for, personally, is way to have a similar task switcher like Android 10 default in junction with this. I super hate the 3 button layout but I want the Google feed so I had to swap to a new launcher.
"Vivid NG" app is all you need
So I enabled Onehanded Operation+, and when I set Nova as my default launcher, it still seems to want to use the other navigation buttons along with Onehanded Operation+ . Is there a way to only use Onehanded Operation+ and hide or disable the system navigation?