Skip to content

Instantly share code, notes, and snippets.

@mjarkk
Created November 11, 2022 21:17
Show Gist options
  • Save mjarkk/90040a267da799eb70b35b1df491b8b0 to your computer and use it in GitHub Desktop.
Save mjarkk/90040a267da799eb70b35b1df491b8b0 to your computer and use it in GitHub Desktop.
Change the screen resolution of the samsung galaxy s9 using adb
adb shell
# Most battery efficent
wm size 720x1480
wm density 280
# Original
wm size 1440x2960
wm density 560
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment