Friday, 9 September 2016

How To Change Your Android’s Screen Resolution Without Rooting

10:08 Posted by Unknown No comments

The method is quite easy and you will just need to add up some commands to change resolution of your device by executing them through USB debugging. So follow the below steps to proceed.

First of all, you need to enable developer option which you can enable by heading to Settings -> About Phone -> Build Number (Tap on build number 7-10 times and your developer options will get activated). Now you will see developer option in your settings and tap on it and scroll down and enable USB Debugging.Now you need to install android ADB package and all the relative drivers and for that you can follow the guides.

Remove-Stock-Apps-in-Android-without-RooMinimal ADB and fastboot USB driver

Now you need to connect your device to your PC and when you are connected you will get popup on your android, click on ok

Change-Your-Androids-Screen-Resolution-W

Now on step 2 a command line will appear where you need to execute the below command. adb shell wm density “DPI value” && adb reboot Replace DPI Value to the resolution value that you want to set in your device.

Change-Your-Androids-Screen-Resolution-W

Now your device will get rebooted and after reboot your device resolution will get changes and there is no need to root at all.

0 comments:

Post a Comment