hide nav bar - OnePlus 5T Questions & Answers

Hi,
I have update my oneplus 5t with the latest official android 8.1, and the nav bar does not hide automatically anymore after the update it hide. (I don't remember if it's a android or nova feature).
Do you know where is the settings to enable the hide of navbar?
Thanks.

I reply to me because I found where it is.
go to settings, bottons, navigation bar & gesture and choose hide the nav bar

Does anyone know anything about this?
Because I went to; Settings > Buttons > Navigation bar & gestures > Hide the navigation bar - marked it
But this is only hiding it while I'm in the Settings.
I thought this is going to hide it always even while at the HOME screen?

DoR3M3 said:
Does anyone know anything about this?
Because I went to; Settings > Buttons > Navigation bar & gestures > Hide the navigation bar - marked it
But this is only hiding it while I'm in the Settings.
I thought this is going to hide it always even while at the HOME screen?
Click to expand...
Click to collapse
Try this: https://play.google.com/store/apps/details?id=jp.sakeapps.immersivesettings
After installing app, you need to give it permission by adb, use command: adb shell pm grant jp.sakeapps.immersivesettings android.permission.WRITE_SECURE_SETTINGS

anatoly1983 said:
Try this: https://play.google.com/store/apps/details?id=jp.sakeapps.immersivesettings
After installing app, you need to give it permission by adb, use command: adb shell pm grant jp.sakeapps.immersivesettings android.permission.WRITE_SECURE_SETTINGS
Click to expand...
Click to collapse
Don't care for any 3rd party apps, but thanks anyways...
For now I'm just using "Navigation Gestures" and quite liking it, at least it hides the nav bar too...

Related

Invisible, but functional, nav bar? (not immersive mode)

So someone else mentioned this idea in another thread but I thought it was a great question/idea that deserved it's own Q&A thread.
Is there a way (preferably without root) to get the nav bar invisible (like in immersive mode) but fully functional?
By this I mean not like immersive mode where you swipe up to make the bar appear, but rather the bar would be there all the time and the buttons work, it would simply be invisible (both the bar and buttons). It's not hard to tap in the general area of the 3 buttons. For this to really work, it would have to overlay all apps and what not such that it appeared as if it wasn't there - like immersive mode - (even though it actually was).
Would be even better than immersive mode in my opinion. Anyway, just thought I'd ask. Thanks!
byproxy said:
So someone else mentioned this idea in another thread but I thought it was a great question/idea that deserved it's own Q&A thread.
Is there a way (preferably without root) to get the nav bar invisible (like in immersive mode) but fully functional?
By this I mean not like immersive mode where you swipe up to make the bar appear, but rather the bar would be there all the time and the buttons work, it would simply be invisible (both the bar and buttons). It's not hard to tap in the general area of the 3 buttons. For this to really work, it would have to overlay all apps and what not such that it appeared as if it wasn't there - like immersive mode - (even though it actually was).
Would be even better than immersive mode in my opinion. Anyway, just thought I'd ask. Thanks!
Click to expand...
Click to collapse
Download Custom Navigation Bar. Then you just need to grant permission via ADB and you can make the navbar buttons invisible. That's what I've done. No Root needed.
RoccoN4 said:
Download Custom Navigation Bar. Then you just need to grant permission via ADB and you can make the navbar buttons invisible. That's what I've done. No Root needed.
Click to expand...
Click to collapse
Would you mind posting a screenshot?
RoccoN4 said:
Download Custom Navigation Bar. Then you just need to grant permission via ADB and you can make the navbar buttons invisible. That's what I've done. No Root needed.
Click to expand...
Click to collapse
cool app for quickly adjusting immersive mode, but it doesn't actually do what im looking for.
the option to make nav buttons doesn't work the way im asking for since the nav bar is still visible... just blank. i dont want the bar taking up space.
basically what im looking for is an invisible, overlayed, nav bar in all apps.
byproxy said:
cool app for quickly adjusting immersive mode, but it doesn't actually do what im looking for.
the option to make nav buttons doesn't work the way im asking for since the nav bar is still visible... just blank. i dont want the bar taking up space.
basically what im looking for is an invisible, overlayed, nav bar in all apps.
Click to expand...
Click to collapse
I see. Ok also download navigation bar hider from the play store. This to needs a simple adb command to grant permissions. Use both the apps together. With this app, you can hide the navbar through out the whole system or on an app per app basis. Add the invisible navbar icons from the first app as well.
Hmm sounds interesting..subscribing to see if somebody gets it working...I don't have my Pixel yet to try this

Disable or auto hide nav keys

Is it possible to disable navbar keys so I can use like the auto hide feature??
parky169 said:
Is it possible to disable navbar keys so I can use like the auto hide feature??
Click to expand...
Click to collapse
Yes, it is possible. You can do it by running an ADB command. I don't remember, but you can google "ADB command to hide nav bar on Android" or something similar.
Unfortunately, when I tried this on my phone, it started having a delay to wake up after pressing the power button.

DP5 and Gestures Navigation

I just installed the OTA for DP5. I was prompted to accept a permission for Google Fit, and then my navigation buttons reverted to the old 8.1 style (triangle, circle, square). Anyone have this happen to them? How can I get the gestures navigation back?
Go to settings > system > gestures > Swipe up on home button and activate that.
praveen6585 said:
Go to settings > system > gestures > Swipe up on home button and activate that.
Click to expand...
Click to collapse
Thanks. Worked.

How To Disable Immersive Mode And Keep The Software Buttons Always On?

Hey all,
Does anyone know how to disable immersive mode and keep the software buttons always on? My mother has really shaky hands and performing gestures is not really viable for her so I'd like to just disable immersive mode all together that way she has the software buttons on at all times. I have came across multiple commands to hide the navbar and status bar but, nothing to keep it always enabled. Here is all of the commands that I've came across so far
Change Navigation Bar Color
settings put global navigationbar_color <Android value>
Change Navigation Bar Color
settings put global navigationbar_current_color <Android value>
Hide Status Bar Only
adb shell settings put global policy_control immersive.status=*
Hide Navigation Bar Only
adb shell settings put global policy_control immersive.navigation=*
Hide Status Bar and Navigation Bar
adb shell settings put global policy_control immersive.full=*
+ Immersive Mode In All Apps Except Certain Apps
adb shell settings put global policy_control immersive.full=apps,-"app location",-"another app location"
+ Immersive Mode In All Apps But With Certain Apps Having Status Bar Not Hidden
adb shell settings put global policy_control immersive.navigation=apps,:immersive.status=apps,-"app location",-"second app location"
+ Immersive In All Apps But With Certain Apps Having Navigation Bar Not Hidden
adb shell settings put global policy_control immersive.status=apps,:immersive.navigation=apps,-"app location",-"second app location"
Put Status Bar and Navigation Bar Back to Normal/Default State
adb shell settings put global policy_control null*
Any and all help is appreciated.
Aceolus said:
Hey all,
Does anyone know how to disable immersive mode and keep the software buttons always on? My mother has really shaky hands and performing gestures is not really viable for her so I'd like to just disable immersive mode all together that way she has the software buttons on at all times. I have came across multiple commands to hide the navbar and status bar but, nothing to keep it always enabled. Here is all of the commands that I've came across so far
Change Navigation Bar Color
settings put global navigationbar_color <Android value>
Change Navigation Bar Color
settings put global navigationbar_current_color <Android value>
Hide Status Bar Only
adb shell settings put global policy_control immersive.status=*
Hide Navigation Bar Only
adb shell settings put global policy_control immersive.navigation=*
Hide Status Bar and Navigation Bar
adb shell settings put global policy_control immersive.full=*
+ Immersive Mode In All Apps Except Certain Apps
adb shell settings put global policy_control immersive.full=apps,-"app location",-"another app location"
+ Immersive Mode In All Apps But With Certain Apps Having Status Bar Not Hidden
adb shell settings put global policy_control immersive.navigation=apps,:immersive.status=apps,-"app location",-"second app location"
+ Immersive In All Apps But With Certain Apps Having Navigation Bar Not Hidden
adb shell settings put global policy_control immersive.status=apps,:immersive.navigation=apps,-"app location",-"second app location"
Put Status Bar and Navigation Bar Back to Normal/Default State
adb shell settings put global policy_control null*
Any and all help is appreciated.
Click to expand...
Click to collapse
MS launcher has that option. Disable swipe and always on nav buttons
wfred said:
MS launcher has that option. Disable swipe and always on nav buttons
Click to expand...
Click to collapse
I will check that out, thank you!
Aceolus said:
I will check that out, thank you!
Click to expand...
Click to collapse
Keep the dock visible and the buttons will stay visible
Does anyone happen to know another solution? I'm specfically looking to keep the navbar even when opening a fullscreen app. Either via adb, a launcher or another app, I don't mind. Tried MS launcher and it did not work, I opened a fullscreen game and the navbar of course disappeared.
Hi, looking for the same functionality. My understanding is that you can enable Immersive Mode (Full Screen) for apps not enabling it them selv, but unfortunately not the other way around. I.e. if an app activate Full Screen you cannot override it. I am exploring now the feasibility to remove the Immersive Mode from the individual app via apps like APK Editor.

Question Anyone know removing navigation bar?

I am a S22 user and want to use FNG or VNG.
To use FNG or VNG, it needs to remove navigation bar.
Anyone know removing navigation bar??
I cant find any way to remove it completely.
I've found a solution
Hex installer works completely on one ui 5.0.
Thanks.
omnik3000 said:
I am a S22 user and want to use FNG or VNG.
To use FNG or VNG, it needs to remove navigation bar.
Anyone know removing navigation bar??
I cant find any way to remove it
Click to expand...
Click to collapse
Adb app control
skinza said:
Adb app control
Click to expand...
Click to collapse
what Adb?
I tried some adb commands like below
"adb shell wm overscan 0,0,0,-200"
but it doesnt work.
Did I do something wrong?
As far as I know, there is no method to remove the navbar on s22. The only thing I know, you can suppress back gestures in "swipe gestures" mode using ADB command. In that way, you will be able to utilize only the sides of the screen for FNG.
For that just use this command with ADB:
adb shell pm grant com.fb.fluid android.permission.WRITE_SECURE_SETTINGS
and then chose "One UI full screen gestures" option in FNG settings.
Oleroma said:
As far as I know, there is no method to remove the navbar on s22. The only thing I know, you can suppress back gestures in "swipe gestures" mode using ADB command. In that way, you will be able to utilize only the sides of the screen for FNG.
For that just use this command with ADB:
adb shell pm grant com.fb.fluid android.permission.WRITE_SECURE_SETTINGS
and then chose "One UI full screen gestures" option in FNG settings.
Click to expand...
Click to collapse
Oh, and that would last ONLY untill reboot if you have no root.
If you install Samsung "Good Lock" and the install "NavStar" there is an option "Show and hide button". Then you have a little point on the left of the navbar. With double tab on it you could switch between hide ansd show.
braunie said:
If you install Samsung "Good Lock" and the install "NavStar" there is an option "Show and hide button". Then you have a little point on the left of the navbar. With double tab on it you could switch between hide ansd show.
Click to expand...
Click to collapse
want to remove not to hide
Both Good Lock and One ui display option have only a hide function.

Categories

Resources