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 :
ADB
DRIVER
After finis download, please install your driver and open folder. Press Windows logo and r, and click Ok as below picture.
You will navigate to correct folder :
Inside folder, press Shift + Right Click on Mouse.
Now, take your Zenfone Max M1 then connect with usb cable. Then type adb devices, if result is like this picture :
Means your phone not connected yet. How to make your phone connected
1. 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.
2. Scroll down on Developer Options and enable USB Debugging.
3. Now try again, 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
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
How to enable 3-button navigation: (NOT RECOMENDED)
adb shell cmd overlay enable com.android.internal.systemui.navbar.threebutton
How to disable 3-button navigation:
adb shell cmd overlay disable com.android.internal.systemui.navbar.threebutton
To switch from one navigation method to another you need to first disable the previous one.
You can check on my VIDEO TUTORIAL HERE . Dont forget to subscribe.
Good Luck
Source : xda developers
COMMENTS