Hey everyone, I just wanted to share a juicy little piece of information I came across today. If you already knew about it great, for those who don't, listen up!
On Oreo, setting the navbar height to 0pt does not work. So instead, do this!
adb shell wm overscan 0,0,0,-143
That's all you need. It can also be used to set the height of the navbar to your liking. -143 just happens to be the value at which no trace of the navbar can be seen, and apps will utilize the whole screen, similar to immersive.
Why would someone want this? Easy, gestures. I personally use OnePlus Gestures, but choose whatever you want!
Anyways, enjoy!
To reset back to original settings:
adb shell wm overscan 0,0,0,0
On Oreo, setting the navbar height to 0pt does not work. So instead, do this!
adb shell wm overscan 0,0,0,-143
That's all you need. It can also be used to set the height of the navbar to your liking. -143 just happens to be the value at which no trace of the navbar can be seen, and apps will utilize the whole screen, similar to immersive.
Why would someone want this? Easy, gestures. I personally use OnePlus Gestures, but choose whatever you want!
Anyways, enjoy!
To reset back to original settings:
adb shell wm overscan 0,0,0,0
Last edited: