Dear All,
Recently I'm working on an Android Phone model which has a high DPI (around 220) display panel with resolution 800x480. Probably because the high DPI, I find almost every thing on that display is unacceptable small. During my solution searching, I notice that there is a property named 'ro.sf.lcd_density' can be configured in /system/build.prop. After serveral try-and-modify, I find out that it can result in scaling every thing bigger by increasing that value. I think maybe somehow it changes the ratio converting dip (density-independent pixels) to device pixels. But yet I can be sure that whether this is the right answer to this issue. Any advice?
Another concern is : Could modifying this value result in not being compatable with some apps on Android market?
Regards,
Matt