Android: DPI change - how to with and without Root

Android: DPI change - how to with and without Root

  • May 30, 2024
  • 938
  • 0

You want to at your Android Display, the DPI-number change, only a few hand grips. In this practical tip we will show you how it works with and without Root.

Android: DPI change without Root

  1. First, enable USB Debugging. You can find this setting in the "developer options".
  2. Download after Minimal ADB and Fastboot and install the Tools.
  3. Connect your Smartphone via USB to the PC and start "Minimal ADB/Fastboot".
  4. Enter the command "adb shell wm density DPI-NUMBER && adb reboot" and replace the "DPI NUMBER" with the desired number.
  5. Press the [Enter] key to execute the command. Confirm this Change by Pressing "OK" on your Smartphone.
  6. In order to make this Change back, just enter "adb shell wm size reset && adb reboot" in "Minimal ADB/Fastboot".
DPI in Android without Root change

Android: DPI change with Root

  1. Search with the Explorer on your phone after the file "build.prop".
  2. The entry "ro.sf.lcd_density=640" defines the DPI resolution on your Smartphone.
  3. Adjust the number at the end, to change the resolution of your smartphone.
  4. Save the Changes in order for them to be effective.
Do you want your Android to root, we will show you in the next practice tip on how to do this.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =