Created
November 11, 2022 21:17
-
-
Save mjarkk/90040a267da799eb70b35b1df491b8b0 to your computer and use it in GitHub Desktop.
Change the screen resolution of the samsung galaxy s9 using adb
This file contains 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 | |
# 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