Created
August 17, 2025 15:54
-
-
Save rwp0/ecf1fd39041ec223e71de12585b23101 to your computer and use it in GitHub Desktop.
ADB Rotate Android Screen
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
adb shell \ | |
settings put system \ | |
user_rotation 1 # Landscape | |
# user_rotation 0 # Portrait | |
# accelerometer_rotation 1 # Auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment