Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 1d10t/a62a158bbd7e8921213a60ee0a6d7785 to your computer and use it in GitHub Desktop.
Save 1d10t/a62a158bbd7e8921213a60ee0a6d7785 to your computer and use it in GitHub Desktop.
# accelerometer_rotation: auto-rotation, 0 disable, 1 enable
# user_rotation: actual rotation, clockwise, 0 0°, 1 90°, 2 180°, 3 270°
adb connect 192.168.43.96:5555
adb shell settings put system accelerometer_rotation 0
adb shell settings put system user_rotation 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment