10.08.2016, 00:20
You can change the display resolution to 1080p (or even 720p) with a simple adb command on ANY android 5.0+ smartphone.
enter any resolution, it will work
just make sure to adjust the screen density so it looks correct:
(480 is usually what most phones use on 1080p)
After you do this, some items on your phone's screen may look glitched. All you need to do is restart your phone after this and it will look perfect.
For some reason, almost no one knows about this and it's super easy. Whenever I get a new phone, I reduce its resolution - it runs so much faster and it improves the battery life slightly.
Код:
adb shell wm size 1080x1920
just make sure to adjust the screen density so it looks correct:
Код:
adb shell wm density 480
After you do this, some items on your phone's screen may look glitched. All you need to do is restart your phone after this and it will look perfect.
For some reason, almost no one knows about this and it's super easy. Whenever I get a new phone, I reduce its resolution - it runs so much faster and it improves the battery life slightly.