Open rgpgithub2 opened 7 months ago
Using these commands to change the display properties of your phone is generally safe and shouldn't cause any permanent damage to your device. These commands are used to modify the display settings temporarily and can be reset to the original values, as you've noted. I utilize these commands, adjusting only the size to match my laptop's display aspect ratio without altering the density.
Hello, as I see, from scrcpy I can't change the aspect ratio, so for usinf the phone I cant use the screen of the pc totally, in internet I found a post wich makes that with adb commands:
adb shell wm size 1600x2400 adb shell wm density 270 scrcpy -K
but it changes the aspect ratio inthe phone, for going back to the original I use:
adb shell wm size reset adb shell wm density reset
In my case it works, but can I damage my cell phone?
Thanks in advance