Hide your Navigation Bar

mackentosh

Senior Member
Jun 30, 2010
2,905
3,514
0
Orlando FL.
You can hide your navigation bar using the "Custom Navigation Bar" app. It works great, no root needed just Grant permission using adb. It'll definitely give your screen more real estate and prevent screen burn ins. Just swipe up and the navigation bar reappears with a transparent background.

https://play.google.com/store/apps/details?id=xyz.paphonb.systemuituner
 
Last edited:
  • Like
Reactions: derausgewanderte

mackentosh

Senior Member
Jun 30, 2010
2,905
3,514
0
Orlando FL.
Is there a way to re-enable long press home for google assistant and long press apps for dual window?
It's workiing for me but I had to turn immersive mode off and back on after I installed this app to get GA working. Don't theme the buttons or GA won't work
 
Last edited:

mackentosh

Senior Member
Jun 30, 2010
2,905
3,514
0
Orlando FL.
can use adb to hide only navigation bar, or only status bar or both.
i am currently hiding only navigation bar and loving it so far.
Hiding the status bar doesn't work well with device, it throw off the touch sensor, for example if you were to try and click on a link you couldn't youd have to touch just below the link to click the link
 

king23adrianc

Senior Member
Hiding the status bar doesn't work well with device, it throw off the touch sensor, for example if you were to try and click on a link you couldn't youd have to touch just below the link to click the link
yes that's why I said did adb hide navigation bar only

Im going to buy the pro as im very satisfied on it. The youtube is displaying correctly vs the layout was offering to the other thread.
yes youtube is weird. so I chose adb hide navigation bar except youtube, launcher, camera and photos.
 

ad78

Senior Member
Mar 22, 2011
701
106
0
Connecticut
yes that's why I said did adb hide navigation bar only



yes youtube is weird. so I chose adb hide navigation bar except youtube, launcher, camera and photos.
i uninstalled layout. instead i whitelist "*" then install custom navigation bar
all my apps were full screen now and youtube is full screen as well.
 

Wanya79

Senior Member
Sep 5, 2010
113
4
0
My Phone arrived today, unlocked the Bootloader and installed the Android 8.0 Beta on it, the Commands for whitelisting every app doesn't work here, can someone help? The Commands are accepted on adb, but after Reboot for example the Youtube App is still NOT Fullscreen or Instagram either
 

mackentosh

Senior Member
Jun 30, 2010
2,905
3,514
0
Orlando FL.
  • Like
Reactions: caballon

TheDethEgineer

Senior Member
Apr 5, 2016
336
92
0
30
Juarez
My Phone arrived today, unlocked the Bootloader and installed the Android 8.0 Beta on it, the Commands for whitelisting every app doesn't work here, can someone help? The Commands are accepted on adb, but after Reboot for example the Youtube App is still NOT Fullscreen or Instagram either
thats because essential removed the whitelist since the last 2 Nougat builds
 

qnc

Senior Member
Apr 27, 2007
331
91
58
Great info was looking for something like this.
With custom nav bar the keyboard pops up like it is suppose to.
with the other app the keyboard had problems displaying, bought the pro version.
 

tech_head

Senior Member
Nov 22, 2007
3,725
1,225
243
California
Great info was looking for something like this.
With custom nav bar the keyboard pops up like it is suppose to.
with the other app the keyboard had problems displaying, bought the pro version.
No need for an App.
· Hide Status Bar only type:
adb shell settings put global policy_control immersive.status=*

· Hide Navigation Bar only type:
adb shell settings put global policy_control immersive.navigation=*

· Hide Both Bars type:
adb shell settings put global policy_control immersive.full=*

· Back to normal/default state:
adb shell settings put global policy_control null*

Exclude Google apps
adb shell settings put global policy_control immersive.navigation=apps,-com.android.chrome,-com.android.vending,-com.google.android.gm,-com.google.android.googlequicksearchbox
 
  • Like
Reactions: qnc and spotmark