Before i has been write about How To Remove Navigation Bar on Zenfone Max Pro M1 ( No Root ), today i will do the same but different device. Today will do with Zenfone Max M1. This device was using Android 10 Beta (not yet release the Official by ASUS).
DO THIS WITH YOUR OWN RISK.
First thing you need to prepared is Adb dan Driver. You can check my previous post regarding adb if you are still confused. Make sure your Zenfone Max M1 has been have Android 10 installed. But if you are missing the link, you can download form below on my blog gwrangerbiru.blogspot :
ADB
DRIVER
Now Check if you has been enable developer option, if not Open Settings, go to About Phone and continuously tap for around 6-8 times for enabling Developer Options, Then enable USB Debugging.
type adb devices
if show list of letter and number means your are ok to continue.
Now let continue. For enabling Android 10 Gestures, run the following command:
adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural
Android 10 Gestures will be now enabled. To DISABLE Android 10 Gestures you just need to do the same, only command will change from ENABLE to DISABLE
adb shell cmd overlay disable com.android.internal.systemui.navbar.gestural
Now Check if youre Zenfone Max M1 has been enable Android 10 Gestures ?
Here is some others Commands :
How to enable fully gestural navigation:
adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural
How to disable fully gestural navigation:
adb shell cmd overlay disable com.android.internal.systemui.navbar.gestural
How to enable 2-button navigation:
adb shell cmd overlay enable com.android.internal.systemui.navbar.twobutton
How to disable 2-button navigation:
adb shell cmd overlay disable com.android.internal.systemui.navbar.twobutton
Please note:
To switch from one navigation method to another you need to first disable the previous one.
You can check on my youtube channel ( link on blog gwrangerbiru.blogspot) . Dont forget to subscribe.
source : XDA Developer