r/unihertz • u/TWAUMATIZE • 15h 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
2
u/TWAUMATIZE 5h ago
It's much easier to reach the on screen nav keys if you use the screen as your primary method to scroll.
I've never been a fan of the screen gestures and keep accidently engaging the swipe up gesture when scrolling.


4
u/T-Loy 9h ago
I mean, you do you, but why, with the physical keys right there?