Joined
·
8 Posts
Hello,i've found something interessting in another Forum where am really active:Reduce LCD Density Setting in Build.Prop For Higher Res Look - xda-developersi'm just reposting this here because i think we can use it on the Tablet too!i Don't have my apad by me so i can't test this out yet!But maybe some brave boy or girl is here wiling to try... i also noticed that the setting is just working on some roms and on other not!the baddest thing what could happen is a black screen, i had this on my smartphone too!so i really suggest to adb pull /system/build.prop before doing anything!!(i just edited ith with subfs directly on the device and did no backup...
)just edit the following line:
to this:
i'm rather sure that there should be 240 originally because google says this to for default values:Supporting Multiple Screens | Android DevelopersLow density (120), ldpiMedium density (160), mdpiHigh density (240), hdpiSmall screen • QVGA (240x320), 2.6"-3.0" diagonal -> 120Normal screen • WQVGA (240x400), 3.2"-3.5" diagonal _> 120 • FWQVGA (240x432), 3.5"-3.8" diagonal -> 120 • HVGA (320x480), 3.0"-3.5" diagonal -> 160 • WVGA (480x800), 3.3"-4.0" diagonal -> 240 • FWVGA (480x854), 3.5"-4.0" diagonal -> 240Large screen • WVGA (480x800), 4.8"-5.5" diagonal -> 160 • FWVGA (480x854), 5.0"-5.8" diagonal -> 160there are some glitches known allready!eg. some apps didn't render correct with changed settings! but it should be usable all btw...give it a try...i'm gonna try this self not until next week because i'm on vaction the next week...Cheers Steve

Code:
ro.sf.lcd_density=240
Code:
ro.sf.lcd_density=160