Changing DPI

Search This thread

cy88

Senior Member
Nov 14, 2010
200
105
Hi all,

I could be wrong, but the fonts and icons (UI in general) on the M8 seems to be awfully big. I've tried editing the build.prop to a different dpi but it gets reverted back to default (480).

I've tried xposed and per app settings for a temp fix on some of the chat applications, it works, but that's not efficient.

Anyone got a way to change the dpi on our M8?

Thanks!
 

djkinetic

Senior Member
Feb 26, 2011
3,641
1,387
Chicago
pull the build.prop via adb
edit with notepad ++ to the dpi u want
reboot phone into TWRP
adb push /sdcard/build.prop
adb shell
mount /system
cp -p /sdcard/build.prop /system/
chmod 777 the build.prop
reboot
 

cy88

Senior Member
Nov 14, 2010
200
105
pull the build.prop via adb
edit with notepad ++ to the dpi u want
reboot phone into TWRP
adb push /sdcard/build.prop
adb shell
mount /system
cp -p /sdcard/build.prop /system/
chmod 777 the build.prop
reboot

Did that, and the phone wouldn't boot now..

All I did was modifying the build.prop, pushed it, copied the file over, chmod.
 

cy88

Senior Member
Nov 14, 2010
200
105
Chmod the modded build.prop to 644, it works flawless.

Widgets don't scale properly, blinkfeed works, everything else works as is. Most htc app didn't change dpi.

Changed to Nova launcher and everything looks much better.


Sent from my HTC One_M8 using Tapatalk
 

cy88

Senior Member
Nov 14, 2010
200
105
va7yzatu.jpg


Sent from my HTC One_M8 using Tapatalk