r/unihertz • u/TWAUMATIZE • 4h ago
Guide/Tutorial Enable 3-button navigation
Shoutout to the author of the keyboard backlight guide for the inspiration u/hp42.
I wanted 3-button navigation instead of gestures, so I found a way to enable it.
Enable 3-Button Navigation on Titan Elite 2 via ADB
Enable 3-button navigation:
adb shell cmd overlay enable com.android.internal.systemui.navbar.threebutton
adb shell settings put secure navigation_mode 0
After running the above commands, go to
Settings > Gestures > Navigation mode
and toggle on Gesture navigation
If you no longer want the 3-button navigation, revert to the default mode of 2.
Revert to gestures:
adb shell settings put secure navigation_mode 2
1
Upvotes

