Skip to content

Instantly share code, notes, and snippets.

@rwp0
Created August 17, 2025 15:54
Show Gist options
  • Save rwp0/ecf1fd39041ec223e71de12585b23101 to your computer and use it in GitHub Desktop.
Save rwp0/ecf1fd39041ec223e71de12585b23101 to your computer and use it in GitHub Desktop.
ADB Rotate Android Screen
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