Skip to content

Instantly share code, notes, and snippets.

@nomi-san
Created July 10, 2022 22:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment