Tips & Tricks

How to Change Screen Resolution via ADB

Leader Android devices of today yield an abundance of pixels-per-inch on the screen, so much that our human eyes can’t see them. In any case, that is the manner by which things are with leaders, you get things that are aren’t really useful. So, why not try to Change Screen Resolution of your device and see whether it makes any difference or not.

Anyway, aside from the unnecessity, there’s likewise an exhibition issue with higher resolution on your device — decreased battery life. The more pixels the screen will yield, the more battery control it’ll require, and consequently the diminished battery life.

Change Screen Resolution via ADB

So if you possess one of these Flagships with superfluously higher resolution like 1440 x 2560 pixels, then changing the resolution can significantly decrease the battery utilization of Screen on the device.

Now decreasing the resolution may seem like a thing that requires root get to, however, because of Google, in the ongoing arrivals of Android, it’s now conceivable to change the screen resolution by means of a straightforward ADB direction without the need of root get to.

Instructions to Change Screen Resolution on Android by means of ADB (without Root)

  1. Setup ADB on your PC.
  2. Enable USB debugging on your phone:
    • Open Settings » go to About phone and tap multiple times on Build number, this will empower Developer choices.
    • Now return to Settings and you’ll see “Developer Options” there, open it.
  3. Tick the USB Debugging checkbox.
  4. Connect the phone to the PC.
  5. Open a command window on the PC. Then issue the accompanying directions to change the screen resolution to 1080 x 1920 and thickness to 390:
    adb shell wm measure 1080x1920
    
    adb shell wm thickness 390
  6. Reboot phone with the accompanying order:
    adb reboot
  7. There’s nothing more to it. Your phone will downsize the resolution to 1080 x 1920 Full HD, and you’ll have expanded battery life. Good health!

About the author

Huda Zaidi

Leave a Reply