Samsung i9505 Google search icon issue - Greenify

Good day, all! I did not find any suggestion on my issue via search, unfortunately.
I just rooted my phone (i9505) some days ago, then I bought Greenify app. After that I noticed that Google search icon in recent applications menu (long press on Home Button) was replaced with big magnifier icon which does not affect usability, but affects the appearance much.
Do anyone have a decision on how could I fix this issue?
Thank you in advance.
PS.
Forum forbids me to post any link in my message, so screenshot could be found in my profile Issues album.

Kitocat said:
Good day, all! I did not find any suggestion on my issue via search, unfortunately.
I just rooted my phone (i9505) some days ago, then I bought Greenify app. After that I noticed that Google search icon in recent applications menu (long press on Home Button) was replaced with big magnifier icon which does not affect usability, but affects the appearance much.
Do anyone have a decision on how could I fix this issue?
Thank you in advance.
PS.
Forum forbids me to post any link in my message, so screenshot could be found in my profile Issues album.
Click to expand...
Click to collapse
Highly unlikely Greenify had anything to do with changes you are seeing. Need to broaden your search to general Google updates and those specific to your device. Failing that you may want to looking into Xposed Framework and modules like gravitybox that permit broad customization of functionality and eye candy.

Davey126 said:
Highly unlikely Greenify had anything to do with changes you are seeing. Need to broaden your search to general Google updates and those specific to your device. Failing that you may want to looking into Xposed Framework and modules like gravitybox that permit broad customization of functionality and eye candy.
Click to expand...
Click to collapse
Thanks for your answer! I noticed that Greenify really add itself to this menu in the role of search application ( S Voice and Google Now also could be found there). As soon as I appointed Google Now as default search app everything returned to their places.

Kitocat said:
Thanks for your answer! I noticed that Greenify really add itself to this menu in the role of search application ( S Voice and Google Now also could be found there). As soon as I appointed Google Now as default search app everything returned to their places.
Click to expand...
Click to collapse
Wow, thanks for detailing your findings. I never considered that angle which provides a clear explanation. Hadn't viewed Greenify as a generic search tool outside the app itself. Something to watch for.

Davey126 said:
Wow, thanks for detailing your findings. I never considered that angle which provides a clear explanation. Hadn't viewed Greenify as a generic search tool outside the app itself. Something to watch for.
Click to expand...
Click to collapse
I just want to add that it does not provide any search functions, it just introduce itself to system as generic search tool to add own Hybernation+ icon to this menu.

What @Kitocat means to say is that the Greenify shortcut for hibernation appears as one of the options on long pressing the home button. This can be eliminated from within the Greenify App if necessary. No search function though.

Kitocat said:
I just want to add that it does not provide any search functions, it just introduce itself to system as generic search tool to add own Hybernation+ icon to this menu.
Click to expand...
Click to collapse
tnsmani said:
What @Kitocat means to say is that the Greenify shortcut for hibernation appears as one of the options on long pressing the home button. This can be eliminated from within the Greenify App if necessary. No search function though.
Click to expand...
Click to collapse
Thank you both for the clarification. :good:

Related

[Q] Remove menu/back gestures

Hi all,
I'm running the custom monXDified ROM on my Omate Truesmart and request you some helps. All is fine now, except for the keyboard I installed : Touchpal X.
I use the swipe writing, and when words begin with the letters far left or far right, Touchpal does anything as the menu/back swipe action is triggered by android. Even I use "Ultimate dynamic navbar", and try to set "no action" for swipe left or right, these last are always triggered.
So I think the built-in gestures function is overrode somewhere in android. Does someone know how to fix it, I've tried many things but without success . Thanks in advance.
PS : sorry, I can't already post external links for the apps above.
Nobody interested in it ?
miosotys38 said:
So I think the built-in gestures function is overrode somewhere in android. Does someone know how to fix it, I've tried many things but without success . Thanks in advance.
Click to expand...
Click to collapse
This is deep in the Umeox ROM and cannot be configured (unless the ROM has secret settings).
It may be possible to use Xposed to replace the system calls, but you will probably remove other functionality too...
(Xposed is powerful, but Xposed apps have to be hacks.)
gerhardo said:
This is deep in the Umeox ROM and cannot be configured (unless the ROM has secret settings).
It may be possible to use Xposed to replace the system calls, but you will probably remove other functionality too...
(Xposed is powerful, but Xposed apps have to be hacks.)
Click to expand...
Click to collapse
I tried Xposed module, but it always triggers the native gestures and sometimes the custom action in Xposed module at the same time. So no solution yet, if someone finds it, please share.
miosotys38 said:
I tried Xposed module, but it always triggers the native gestures and sometimes the custom action in Xposed module at the same time. So no solution yet, if someone finds it, please share.
Click to expand...
Click to collapse
To clarify: You will have to trace the ROM and implement the Xposed hooks yourself to disable the built in gestures (unless Umeox has some secret settings).
I understand but I don't know how to do this exactly and which tools to use. I'm not friendly with android development tools yet. Can you give details please ?
miosotys38 said:
I understand but I don't know how to do this exactly and which tools to use. I'm not friendly with android development tools yet. Can you give details please ?
Click to expand...
Click to collapse
Xposed tutorial:
https://github.com/rovo89/XposedBridge/wiki/Development-tutorial
Developing Xposed is something in between kernel hacking and app development.
The tutorial suggests using the AOSP code, but this is not possible here. Maybe the modifications are included in the TS code drops, I do not where to start looking.
If you need to ask, you should probably not even think about it....
Thanks for all answers. So I'll see if it is really useful to solve this problem or not.

[APP][Xposed] Force 3 dots menu

Hi!
This is a very simple module: it forces all apps to use the 3 dots menu. I've created this because on CyanogenMod, for some reason, when i remap my menu button not all apps use the 3 dots menu. Some apps, like Titanium Backup, don't show any button at all, so i can't use the menu.
This module force that apps to show always the 3 dots menu, or a button to access it (Titanium shows an entire 'MENU' button).
No interface, just install and activate it.
Download link: http://repo.xposed.info/module/com.robertogl.yesmenubutton
Source: https://github.com/robertoglxda/Force-3-dots-menu
Tested on Cyanogen 5.1.1.
Changelog:
18/08/2015
V1.0
- Initial release
P.S. This is not a problem of all devices, so use this only if you need it.
P.S.2 I've looked inside MenuBeGone for this code (another Xposed module). Thanks to @adi1133 for that!
Just a quick suggestion for future development: you could work on adding a simple interface and let users toggle between force 3 dots and hide it
Either way keep up your good work with Xposed modules :highfive:
Markox89 said:
Just a quick suggestion for future development: you could work on adding a simple interface and let users toggle between force 3 dots and hide it
Either way keep up your good work with Xposed modules :highfive:
Click to expand...
Click to collapse
Well, thanks
I don't know if that is possible: I mean, if you want to disable the 3 dots you can disable the module, but the hook I've done is performed during the boot (at least, I think) of the phone, so an option like that won't work with a system turned on. A possibility is to create a list of app for which the users want the 3 dots menu, but I don't have time to look at it at the moment...
Inviato dal mio GT-I9505 utilizzando Tapatalk
robertogl said:
I don't know if that is possible: I mean, if you want to disable the 3 dots you can disable the module, but the hook I've done is performed during the boot (at least, I think) of the phone, so an option like that won't work with a system turned on.
Click to expand...
Click to collapse
What I meant was to let users choose if they want 3 dots always on (like it's now) or always off, both on a system wide basis
It could be a fair module improvement for its future if you'll have time, just my two cents
(I'm just speculating, no clue about what's possible, not really into Xposed development [emoji14] :angel
Markox89 said:
What I meant was to let users choose if they want 3 dots always on (like it's now) or always off, both on a system wide basis
It could be a fair module improvement for its future if you'll have time, just my two cents
Click to expand...
Click to collapse
This would be easy, but the same result can be achieved disabling the module from Xposed Installer. I really appreciate the suggestions, but for now i think i'll keep the module as it is. Less code, less problems
Also, it is not useful to enable a module that does nothing. It would not be a problem, but it would not be nice
Update first post with github's link with source.
Not working
Unfortunately it doesn't work an a Sony Xperia Z3 dual (D6633) running Xperia/AOSP NavBar Buttons
(also Xposed module which I use to do nothing else but to switch the back and recent apps-buttons.
Back moved to the right side, recent apps the other way.
No idea why.
Stockrom (rooted) 4.4.4
exis_tenz said:
Unfortunately it doesn't work an a Sony Xperia Z3 dual (D6633) running Xperia/AOSP NavBar Buttons
(also Xposed module which I use to do nothing else but to switch the back and recent apps-buttons.
Back moved to the right side, recent apps the other way.
No idea why.
Stockrom (rooted) 4.4.4
Click to expand...
Click to collapse
Have you tried disabling NavBar buttons module?
Inviato dal mio GT-I9505 utilizzando Tapatalk
This module is interesting to me because I'm a Nexus Player user. As discussed in other threads such as http://forum.xda-developers.com/nexus-player/help/3-dots-menu-t3067105 and http://forum.xda-developers.com/nex...sed-supports-android-5-0-x86-devices-t3146150, Google removed the 3-dots menu from Android TV devices as of Android v5.1 and higher. It is a very frustrating change that adversely affects multiple apps and your kind of module is what I was hoping to see as a possible solution. I just installed and enabled your module, then rebooted the device but I'm disappointed to report that this module does not yet restore the 3-dots menu on apps that are installed on the Nexus Player. Some examples of affected apps are AdAway, Xposed Installed and ZArchiver. The Xposed log does not indicate any errors with your module but I'd be happy to do any testing that may be needed to get this module working on the Nexus Player. I cannot overstate how helpful it would be if you could restore this critical feature to many apps that are limited in functionality by Android v5.1 and higher on Android TV devices.
Nope, because that isn't an option anyway.
I mean, I prefer NavBar over this. So probably it's a NavBar failure.
GabbyWC said:
This module is interesting to me because I'm a Nexus Player user. As discussed in other threads such as http://forum.xda-developers.com/nexus-player/help/3-dots-menu-t3067105 and http://forum.xda-developers.com/nex...sed-supports-android-5-0-x86-devices-t3146150, Google removed the 3-dots menu from Android TV devices as of Android v5.1 and higher. It is a very frustrating change that adversely affects multiple apps and your kind of module is what I was hoping to see as a possible solution. I just installed and enabled your module, then rebooted the device but I'm disappointed to report that this module does not yet restore the 3-dots menu on apps that are installed on the Nexus Player. Some examples of affected apps are AdAway, Xposed Installed and ZArchiver. The Xposed log does not indicate any errors with your module but I'd be happy to do any testing that may be needed to get this module working on the Nexus Player. I cannot overstate how helpful it would be if you could restore this critical feature to many apps that are limited in functionality by Android v5.1 and higher on Android TV devices.
Click to expand...
Click to collapse
I will look at this. I've you tried GravityBox? It should do a similar thing.
exis_tenz said:
Nope, because that isn't an option anyway.
I mean, I prefer NavBar over this. So probably it's a NavBar failure.
Click to expand...
Click to collapse
It's not an option, but the method this module hooks is here from android 4.x (maybe also 2.3), and it is the same on 5.x, so it should work. I don't know what NavBar does, so I can't say that there isn't an incompatibility. Or maybe Sony has changed a lot that...
Inviato dal mio GT-I9505 utilizzando Tapatalk
robertogl said:
I will look at this. I've you tried GravityBox? It should do a similar thing.
Click to expand...
Click to collapse
Hello, Roberto, and thanks for the reply. I did inquire about this matter with the developer of GravityBox, @C3C076, not too long ago. What he suggested was for me to try the "force overflow menu button" option found in his app's miscellaneous tweaks menu. It did not work, unfortunately, but he did state that the feature was carried over from Android 4.x and was not tested on Lollipop. I don't know if you happen to live in a country where the Nexus Player is sold but if you require the hardware in order to develop for it, this STB can be purchased for less than $100 USD at a retailer such as Walmart.
GabbyWC said:
Hello, Roberto, and thanks for the reply. I did inquire about this matter with the developer of GravityBox, @C3C076, not too long ago. What he suggested was for me to try the "force overflow menu button" option found in his app's miscellaneous tweaks menu. It did not work, unfortunately, but he did state that the feature was carried over from Android 4.x and was not tested on Lollipop. I don't know if you happen to live in a country where the Nexus Player is sold but if you require the hardware in order to test such a feature, this STB can be purchased for less than $100 USD at a retailer such as Walmart.
Click to expand...
Click to collapse
Yes, that options doesn't work for me too on lollipop. I'll search something in next days.
Inviato dal mio GT-I9505 utilizzando Tapatalk
I can see from your XDA profile that you live in Italy. Nexus Player should also be available in that country according to http://www.androidpolice.com/2015/0...nd-italy-norway-spain-sweden-and-switzerland/. I wish you the best of luck in solving this problem and am ready to help with any testing which you may require.
Just tried (uninstall NavBar). Than your app works.
Unfortunately I prefer NavBar over this handy add-on, so I will deinstall it.
But if definitely works an a Z3!
Sorry,didn't mean to be rude!
exis_tenz said:
Just tried (uninstall NavBar). Than your app works.
Unfortunately I prefer NavBar over this handy add-on, so I will deinstall it.
But if definitely works an a Z3!
Sorry,didn't mean to be rude!
Click to expand...
Click to collapse
No problem
Well, this modules work on similar things, so an incompatibility is expected. I don't think I can't make it compatible, sorry...
Maybe you can play with NavBar options and see if something change.
GabbyWC said:
I can see from your XDA profile that you live in Italy. Nexus Player should also be available in that country according to http://www.androidpolice.com/2015/0...nd-italy-norway-spain-sweden-and-switzerland/. I wish you the best of luck in solving this problem and am ready to help with any testing which you may require.
Click to expand...
Click to collapse
Could you people post here the Xposed log with my module active?
Inviato dal mio GT-I9505 utilizzando Tapatalk
Here's a screenshot which contains a recent Xposed log from my Nexus Player. The reason why I cannot copy-and-paste the text is because the 3 dot menu which provides the "Save to SD card" option is missing.
GabbyWC said:
Here's a screenshot which contains a recent Xposed log from my Nexus Player. The reason why I cannot copy-and-paste the text is because the 3 dot menu which provides the "Save to SD card" option is missing.
Click to expand...
Click to collapse
Could you please try the apk attached? Also, post the Xposed log after installing this.
Okay, I installed the test1 version and rebooted my Nexus Player. The 3 dot menu is still not restored but there's a lengthy Xposed log this time. There's currently no way of saving the log file as a document or copying-and-pasting the text inside of it so I had to take screenshots of the entire log (page by page) which required 49 screenshots in total. If you extract the contents of the two zip files in to one directory, you'll see that the PNG files are named in sequence with their date and time stamps. I hope this helps.
GabbyWC said:
Okay, I installed the test1 version and rebooted my Nexus Player. The 3 dot menu is still not restored but there's a lengthy Xposed log this time. There's currently no way of saving the log file as a document or copying-and-pasting the text inside of it so I had to take screenshots of the entire log (page by page) which required 49 screenshots in total. If you extract the contents of the two zip files in to one directory, you'll see that the PNG files are named in sequence with their date and time stamps. I hope this helps.
Click to expand...
Click to collapse
Well, thanks and sorry for that, i didn't imagine something like that. If this happens again, check the errors before doing such number of screenshot: they are always the same. So, try this. It seems that Google change something on Nexus Player...

Pano search

Does anyone know how to change the default search engine. I am using nova launcher and the persistent search bar brings up pano search rather than a normal Google search.
Defaults under App management, Panosearch maybe?
Sorry for bringing this thread to life again, but as the question is still unanswered.
Has anyone succeeded in solving this problem? Changing defaults under app management hasn't solved here. Actually, Pano Search shows there aren't any defaults assigned to it.
I know, I'm using the stock ROM with all that bloatware so I deserve this annoyance. Anyway, I'm just testing the original features to establish a comparison basis before moving to a custom and I'd like to have this sort of facility until then.
Thanks guys!
I had the same problem with Nova Launcher. Switching to the Google Now launcher solved the problem, but it obviously doesn't allow the customization options of Nova.
razmth said:
Sorry for bringing this thread to life again, but as the question is still unanswered.
Has anyone succeeded in solving this problem? Changing defaults under app management hasn't solved here. Actually, Pano Search shows there aren't any defaults assigned to it.
I know, I'm using the stock ROM with all that bloatware so I deserve this annoyance. Anyway, I'm just testing the original features to establish a comparison basis before moving to a custom and I'd like to have this sort of facility until then.
Thanks guys!
Click to expand...
Click to collapse
Long press on your home launcher, then swipe left on the upper hand of the screen shows an eye icon. You can just hide them but no totally disable them. :laugh:

Discussion for BoredSigns — Custom SignBoard Widgets

Ever wish that LG had given the V10/V20 more widgets in the second screen? Well, wish no more! BoredSigns adds many more widgets to your SignBoard (get it? SignBoard --> BoredSigns?), ones you may need and ones you may not.
The best part about BoredSigns? It doesn't need root! That's right; you can get some brand new widgets on your completely Stock V10 or V20. In the future, ADB may be necessary for certain widgets, but right now, you don't need your computer at all.
Current widgets:
— Information
— Weather
— Image
— Navigation Bar
This app is open source! If you aren't willing to pay $0.99 to buy it, feel free to build it for yourself. I only ask that it not be re-distributed without substantial modifications (i.e. more than changing the theme and name).
GitHub: https://github.com/zacharee/BoredSigns
Google+: https://plus.google.com/communities/105544332208886942595
Feel free to open an issue on GitHub to suggest a new widget!
Package name is com.zacharee1.boredsigns
I already have it and its working flawlesly ?
having issues with weather all I get is a moon icon
dudeawsome said:
having issues with weather all I get is a moon icon
Click to expand...
Click to collapse
Screenshot?
Zacharee1 said:
Screenshot?
Click to expand...
Click to collapse
how could I screenshot second screen
Hi @Zacharee1, same thing with me also with the weather, just get the icon and no info
Zacharee1 said:
Screenshot?
Click to expand...
Click to collapse
This is the issue
Alright. Try this APK.
(NOTE: It won't run unless you've purchased the app)
Zacharee1 said:
Alright. Try this APK.
(NOTE: It won't run unless you've purchased the app)
Click to expand...
Click to collapse
Working now,
wish you could make it like the HTC u ultra
dudeawsome said:
Working now,
wish you could make it like the HTC u ultra
Click to expand...
Click to collapse
I have to see if Yahoo will let me ask for future times with the API. If it does, I can make another widget.
Zacharee1 said:
I have to see if Yahoo will let me ask for future times with the API. If it does, I can make another widget.
Click to expand...
Click to collapse
You could try AccuWeather since the phone already uses it
dudeawsome said:
You could try AccuWeather since the phone already uses it
Click to expand...
Click to collapse
Their free API is limited to 50 calls per day, whereas Yahoo is at 2000.
Zacharee1 said:
Their free API is limited to 50 calls per day, whereas Yahoo is at 2000.
Click to expand...
Click to collapse
have you tried weather underground or openweathermap?
dudeawsome said:
have you tried weather underground or openweathermap?
Click to expand...
Click to collapse
Neither seems very accurate IMO.
Zacharee1 said:
Neither seems very accurate IMO.
Click to expand...
Click to collapse
imo weather underground has seemed to have the best data
there is also yr.no but don't really use it
Don't see the app in the store... Is it in the paid android apps section of the forums?
lyrical1278 said:
Don't see the app in the store... Is it in the paid android apps section of the forums?
Click to expand...
Click to collapse
Search by the package name in the play store.
Sent from my LG-H990 using Tapatalk
I bought it in the play store (I want to support any development for the 2nd screen).
I have to thank you just for the simple fact that at first, I didn't know how to run it... so I went into the 2nd screen options. I had no idea that I had other widgets that I could run. I never thought to tap the "..." on "Show when main screen on" so I have been stuck with the basic options this whole time. Worth my $1.05 right there.
So, after using it for a few minutes, I noticed the persistent notification for BoredSigns, so I long-pressed it and turned off all notifications. Will this negatively affect the operation of the app? I did notice that when I swiped my notification shade down, or when switching between widgets, the 2nd screen options would come on, so I restarted the phone. It doesn't seem to be doing that anymore, but I did have to toggle weather on and off a few times to get a real location and not 100*F in Philadelphia.
Bonus question... where can I find out more about the "yet unreleased AOSP implementation of the 2nd screen?"
Found the perfect image for the second screen a mod one of the best football team in the world...perfect fit and color !
Happy user here....thank you again for this :highfive:
So someone suggested I do a navigation bar widget. After lots of Java reflection (the actual tool, not thinking about my life with Java), I went with a simple Accessibility Service.
Because of that, these functions will be available:
- Back
- Home
- Recents
- Split Screen
- Power
- QS Pulldown
- Notification Pulldown
If there are any other (simple) buttons you might want, suggest them. I'll add them in if I can.
Here's what it looks like right now:

How-To Enable Two-Button Navigation on the OnePlus 8 Pro

I love that OnePlus gives us the option to use either gesture or three-button navigation. But I wish we had two-button navigation too! It's the best of both worlds! The good news is that it's super easy to enable Two Button Navigation with a super quick and easy ADB command. You will need USB Debugging enabled on your phone and ADB installed on your computer.
ADB Command: adb shell cmd overlay enable com.android.internal.systemui.navbar.twobutton
Check out the video here to see it in action.
If you are on Android 11, the first method will not work. Please watch this video for instructions on how to get Two Button Navigation working on Android 11 (root required):
Would you happen to know how to get the original OnePlus gestures back to? Just figured I'd ask. Thanks.
666syco said:
Would you happen to know how to get the original OnePlus gestures back to? Just figured I'd ask. Thanks.
Click to expand...
Click to collapse
I'm not sure which ones you're referring to. If you can give me an example, I might be able to figure something out though!
Sent from my IN2025 using Tapatalk
rwilco12 said:
I'm not sure which ones you're referring to. If you can give me an example, I might be able to figure something out though!
Click to expand...
Click to collapse
they were the OnePlus gestures found on the OnePlus 6t that's what I came from and the back was a swipe up from the bottom corner of the left or the right side and then swipe up home was straight up from the center and then recents was swipe up and hold and then you can also jump to your last app that you opened by swiping up and to the right.
666syco said:
they were the OnePlus gestures found on the OnePlus 6t that's what I came from and the back was a swipe up from the bottom corner of the left or the right side and then swipe up home was straight up from the center and then recents was swipe up and hold and then you can also jump to your last app that you opened by swiping up and to the right.
Click to expand...
Click to collapse
So it took me a few minutes to refresh my memory but I figured out what you're looking for! Good news is that I have the answer, bad news is that it's not what you're looking for.
When Google rolled out Android 10 they basically gave OEM's requirements on how the navigation bar had to work. The old implementation you're looking for is OnePlus's take on gesture navigation and Google basically says don't do it. So when they rolled out the OnePlus 7, they got rid of that option.
There might still be a way to enable it, but I haven't found anything yet. If I do, I'll be sure to let you know!
Here's a really good write up that explains the change. https://www.xda-developers.com/google-gesture-navigation-android-10/
Sent from my IN2025 using Tapatalk
rwilco12 said:
So it took me a few minutes to refresh my memory but I figured out what you're looking for! Good news is that I have the answer, bad news is that it's not what you're looking for.
When Google rolled out Android 10 they basically gave OEM's requirements on how the navigation bar had to work. The old implementation you're looking for is OnePlus's take on gesture navigation and Google basically says don't do it. So when they rolled out the OnePlus 7, they got rid of that option.
There might still be a way to enable it, but I haven't found anything yet. If I do, I'll be sure to let you know!
Here's a really good write up that explains the change. https://www.xda-developers.com/google-gesture-navigation-android-10/
Click to expand...
Click to collapse
Yes should be nice...
On 6T Android10 , we have both options to choose, google implementation and this one from OnePlus, for gesture navigation..
I believe this app will provide you all the gestures you need, posted elsewhere on these forums.
https://play.google.com/store/apps/details?id=com.ivianuu.oneplusgestures
Ryya said:
I believe this app will provide you all the gestures you need, posted elsewhere on these forums.
https://play.google.com/store/apps/details?id=com.ivianuu.oneplusgestures
Click to expand...
Click to collapse
I'm using fluid navigation control for now. Was just hoping to not have to use a app for gestures.
rwilco12 said:
So it took me a few minutes to refresh my memory but I figured out what you're looking for! Good news is that I have the answer, bad news is that it's not what you're looking for.
When Google rolled out Android 10 they basically gave OEM's requirements on how the navigation bar had to work. The old implementation you're looking for is OnePlus's take on gesture navigation and Google basically says don't do it. So when they rolled out the OnePlus 7, they got rid of that option.
There might still be a way to enable it, but I haven't found anything yet. If I do, I'll be sure to let you know!
Here's a really good write up that explains the change. https://www.xda-developers.com/google-gesture-navigation-android-10/
Sent from my IN2025 using Tapatalk
Click to expand...
Click to collapse
FWIW, Google doesn't force OEMs to get rid of their own gesture implementation - they just have to hide it behind one extra Settings layer. For example, on the OPPO Find X2 Pro running ColorOS 7.1, you can still enable the swipe-up gestures (the same one from older versions of OxygenOS) as well as Google's full-screen gestures.
MishaalRahman said:
FWIW, Google doesn't force OEMs to get rid of their own gesture implementation - they just have to hide it behind one extra Settings layer. For example, on the OPPO Find X2 Pro running ColorOS 7.1, you can still enable the swipe-up gestures (the same one from older versions of OxygenOS) as well as Google's full-screen gestures.
Click to expand...
Click to collapse
Thanks for the clarification friend!
And long time no see! We need another Android BBQ!
rwilco12 said:
Thanks for the clarification friend!
And long time no see! We need another Android BBQ!
Click to expand...
Click to collapse
Yeah, it's a shame that event is no longer around. It was the only event within driving distance for me
This command works also for the normal OnePlus 8 :good: I have done it and it works perfect and i'm happy to have the Two-Button Naqvigation back Thx for this tip :good:
GraveDigger176 said:
This command works also for the normal OnePlus 8 :good: I have done it and it works perfect and i'm happy to have the Two-Button Naqvigation back Thx for this tip :good:
Click to expand...
Click to collapse
You're very welcome! Enjoy!
Sent from my IN2025 using Tapatalk
Ok I found this and it works the OnePlus gestures are there and does work but can we disable the Google assistant so it stop popping up when I swipe to go back.?
https://www.xda-developers.com/how-...es-navigation-oneplus-5-5t-android-10-update/
+1
coming from op6 and im very used to the op6 gestures..
i always forward whatsapp messages with the "news" gesture haha
i/we need to get rid of google assistant to pop up
PLEASE!!!
Thanks for this. I was really missing the 2 button layout so it's great to have it back!! ☺
akri1337 said:
+1
coming from op6 and im very used to the op6 gestures..
i always forward whatsapp messages with the "news" gesture haha
i/we need to get rid of google assistant to pop up
PLEASE!!!
Click to expand...
Click to collapse
Search on Google play store for assistant shortcuts. You can change it to be back or map it to anything you want.its made by stjin
Doesn't work anymore with A11, what a pitty !
Another one for the 11 long bug list...
galaxys said:
Another one for the 11 long bug list...
Click to expand...
Click to collapse
I wish it was a bug! Unfortunately, it's 100% by design. With Android 10, Google basically retired any navigation options that weren't their gesture or three-button options. Manufacturers can still include their own options but they have to do it in a submenu and can't use the Google framework files for it. They basically have to repack a bunch of files to get their stuff in the right spot on the menus, to get the overlay to work correctly, and then they have to still push the Google options as the default. It's just not cost-effective for OnePlus (or any manufacturer other than maybe Samsung) to use another option now. This method worked because OnePlus already had the work done on the framework, they just didn't update the menu to show their navigation options. With Android 11, there was enough of a rebase going on that they didn't go through the effort of adding it back in. But hey, this is XDA. I'm sure we'll see some mods in the future that will bring it back though!

Categories

Resources