Skip to content

Instantly share code, notes, and snippets.

@nomi-san
Created July 10, 2022 22:54
Show Gist options
  • Save nomi-san/9199a9607fdac47b6c975cbfaa2c128d to your computer and use it in GitHub Desktop.
Save nomi-san/9199a9607fdac47b6c975cbfaa2c128d to your computer and use it in GitHub Desktop.
Hide MIUI 13 gesture bar (Mi Pad 5)
adb start-server
adb connect LOCAL_IP:PORT
adb shell settings put global hide_gesture_line 1
# adb disconnect
# adb kill-server
@artitrue
Copy link

Gesture bar reappers after some time. Any way to make it persistent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment