Dpi changer non root - Nexus 6P Q&A, Help & Troubleshooting

Any dpi changer without root? I really don't wanna root this phone everything is perfect
Sent from my Nexus 6P using Tapatalk

digweed4me said:
Any dpi changer without root? I really don't wanna root this phone everything is perfect
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
Don't have a 6P. but on my Nexus 5 I changed DPI by using an adb command:
adb shell wm density DPI && adb reboot (where DPI is a value of your choice)
see: http://www.androidbeat.com/2015/07/how-to-change-dpi-of-android-device-without-root/
cheers!

hr_kaleu said:
Don't have a 6P. but on my Nexus 5 I changed DPI by using an adb command:
adb shell wm density DPI && adb reboot (where DPI is a value of your choice)
Click to expand...
Click to collapse
That could cause some problems in apps. One of the common is Swiftkey being enormous. Best way to do it is to change ro.sf.lcd_desnity in the build.prop but that require root.
Still worth to give it a shot, just remember this if you see any problems with scaling after using the adb method.

See this thread for changing dpi without root: http://forum.xda-developers.com/nexus-6p/general/guide-modify-partition-root-t3240721
Note you still need to have an unlocked bootloader.

Related

DPI

How to change the DPI in Oxygen OS? Every app I've used in the past to do so no longer works. Thanks in advance!
Download Terminal Emulator from Play Store
Type "su"
Accept
Then type "wm density (whatever number)"
Sent from my ONE A2005 using Tapatalk
I used Le DPI changer and option with build.prop int the app worked for me without problems. Hope this helps!
cdnutter said:
Download Terminal Emulator from Play Store
Type "su"
Accept
Then type "wm density (whatever number)"
Sent from my ONE A2005 using Tapatalk
Click to expand...
Click to collapse
That's a bad idea because some apps will be displayed in a bad resolution. You have to edit the /system/build.prop file (on a rooted device) and edit the ro.sf.lcd_density line to (for example) : ro.sf.lcd_density=400 (or what you want). And just reboot the device.
Have fun !

Change app icon grid

Is there a way to change the grid size of the homescreen without using another launcher? I would like to have 5 app in one line.
Thanks for the help!
yeah if you are rooted. simply go to /system/build.prop and look for ''ro.sf.lcd_density=480'' and change it to 440 or 430.
Actually you don't have to be rooted. All you need is adb and few commands:
Take a note on your current density
Code:
adb shell dumpsys display | grep mBaseDisplayInfo
there will be density: parameter (it is the current one)
In order to change screen's density:
Code:
adb shell wm density $density
Replace $density with desired value (e.g. 480).
To get back to default execute following command:
Code:
adb shell wm density reset
Make sure to reboot your phone after making changes for them to be reflected.
Not that these settings change density of the screen. Some applications may behave incorrectly with values other than default.
bablu048 said:
yeah if you are rooted. simply go to /system/build.prop and look for ''ro.sf.lcd_density=480'' and change it to 440 or 430.
Click to expand...
Click to collapse
460 dpi is a must try!

How do you change DPI on S7E without root?

Hey,
I'm trying to do the rootless DPI change with adb but it keeps reverting back to the stock DPI.
What am I doing wrong?
C:\sdk\platform-tools>adb devices
List of devices attached
a670a011 device
C:\sdk\platform-tools>adb shell wm density 560 && adb reboot
C:\sdk\platform-tools>adb shell getprop ro.sf.lcd_density
640
[Deleted]
The last command you are entering will still show the default DPI of 640 as this will stay in the prop file. I would recommend downloading DPI Checker from the play store to confirm that your DPI has changed to 560

Nexus 6p DPI scaling problems

I had to put stock back onto my phone because snapchat wasn't happy with the root and i needed my snapchat but I HAD to scale my dpi. Stock dpi was just to big. I changed the dpi in stock by using CMD lines "adb devices" and " adb shell wm density 400&& adb reboot" Which changed most the of phones dpi. The only thing it didn't hit were the notification bar/draw and the capacitive buttons.
Anyone know what i can do to scale these in stock?
jvongsana said:
I had to put stock back onto my phone because snapchat wasn't happy with the root and i needed my snapchat but I HAD to scale my dpi. Stock dpi was just to big. I changed the dpi in stock by using CMD lines "adb devices" and " adb shell wm density 400&& adb reboot" Which changed most the of phones dpi. The only thing it didn't hit were the notification bar/draw and the capacitive buttons.
Anyone know what i can do to scale these in stock?
Click to expand...
Click to collapse
well goto display and change the display size to small... after that goto to dev. options and change the smallest width to 515 dp.... and boom...

Change dpi?

Any way to change the phones dpi without root?
ya,
adb shell wm density 560 && adb reboot
from a pc with adb, 560 is the dpi it gets changed to
ya but that will mess up some of the apps that don't support that dpi. with root people are using xposed to change dpi per application to avoid this.

Categories

Resources