Last active
November 13, 2024 08:34
-
-
Save 1d10t/a62a158bbd7e8921213a60ee0a6d7785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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