Updated 3/14 - Custom Nav bar works on 8.1 Final!
Use this - adb shell wm overscan 0,-143,0,0
For navigation - use J-touch and/or Navigation Swipes app
Hide Navigation Bar using Custom Nav Bar
Update 3/8/2018 - Custom Nav bar doent work on 8.1
Use this - adb shell wm overscan 0,-143,0,-150
For navigation - use J-touch and/or Navigation Swipes app
Update 01/30/2018
Use command - wm overscan 0,-143,0,0
and hide nav bar using custom nav bar app. Notification dropdown works !
Update -
Follow below post for good adb solution (Thanks qmc)
https://forum.xda-developers.com/showpost.php?p=74981323&postcount=24
Hide Status Bar
adb shell wm overscan 0,-160,0,0
Hide Nav Bar
adb shell wm overscan 0,0,0,-150
Hide Nav and Status bar
adb shell wm overscan 0,-160,0,-150
Go back to default setting
adb shell wm overscan 0,0,0,0
Example Video (Thanks Toyeboy )
Example Video (Thanks qnc)
https://drive.google.com/file/d/1Plkkq3BfTHA1bCofUr5I_3e76IHHozAl/view
Warning - It does not allow swipe down of the notification or use navigation bar. You have to use workaround to get navigation bar and notification bar. For example search for Pie control /Side bar apps on google play. You could also use gesture control apps.
Try below apps for navigation as nav bar and notifications are gone for good-
https://apkpure.com/side-apps-bar-edge-sidebar/infamous.apps.appsbarfree
https://play.google.com/store/apps/details?id=com.suphi.swipenavigation
I use fingerprint sensor swipe for notification bar pull down.
--------------------------
Found an app which actually hiding nav bar and notification bar and making full use of screen. It works with most apps including chrome.
https://play.google.com/store/apps/details?id=com.gmd.immersive&rdid=com.gmd.immersive
Keyboard is not working in immersive mode though.
This one works too
https://play.google.com/store/apps/details?id=in.omerjerk.fullscreenimmersive
Use this - adb shell wm overscan 0,-143,0,0
For navigation - use J-touch and/or Navigation Swipes app
Hide Navigation Bar using Custom Nav Bar
Update 3/8/2018 - Custom Nav bar doent work on 8.1
Use this - adb shell wm overscan 0,-143,0,-150
For navigation - use J-touch and/or Navigation Swipes app
Update 01/30/2018
Use command - wm overscan 0,-143,0,0
and hide nav bar using custom nav bar app. Notification dropdown works !
Update -
Follow below post for good adb solution (Thanks qmc)
https://forum.xda-developers.com/showpost.php?p=74981323&postcount=24
Hide Status Bar
adb shell wm overscan 0,-160,0,0
Hide Nav Bar
adb shell wm overscan 0,0,0,-150
Hide Nav and Status bar
adb shell wm overscan 0,-160,0,-150
Go back to default setting
adb shell wm overscan 0,0,0,0
Example Video (Thanks Toyeboy )
Example Video (Thanks qnc)
https://drive.google.com/file/d/1Plkkq3BfTHA1bCofUr5I_3e76IHHozAl/view
Warning - It does not allow swipe down of the notification or use navigation bar. You have to use workaround to get navigation bar and notification bar. For example search for Pie control /Side bar apps on google play. You could also use gesture control apps.
Try below apps for navigation as nav bar and notifications are gone for good-
https://apkpure.com/side-apps-bar-edge-sidebar/infamous.apps.appsbarfree
https://play.google.com/store/apps/details?id=com.suphi.swipenavigation
I use fingerprint sensor swipe for notification bar pull down.
--------------------------
Found an app which actually hiding nav bar and notification bar and making full use of screen. It works with most apps including chrome.
https://play.google.com/store/apps/details?id=com.gmd.immersive&rdid=com.gmd.immersive
Keyboard is not working in immersive mode though.
This one works too
https://play.google.com/store/apps/details?id=in.omerjerk.fullscreenimmersive
Last edited: