This is indeed the value you should be changing for your device.
However, this does not describe the actual density in dpis of your
display, but a "virtual" density. For instance, the HTC Dream has a
183 dpi display, but is set at 160 density. (ro.sf.lcd_density=160)
We do this to harmonize the various resolutions so that app developers
do not have to support too many. Currently, we support the following
densities: 120, 160 and 240. In your case, you should use 240.
Note that high-dpi support will not be complete at least before Donut
is released so you should not plan on releasing any high-dpi/low-dpi
device with Cupcake.
> Another concern is : Could modifying this value result in not being
> compatable with some apps on Android market?
Yes, and that's what Donut will address with a compatibility mode.
--
Romain Guy
Android framework engineer
roma...@android.com
Note: please don't send private questions to me, as I don't have time
to provide private support. All such questions should be posted on
public forums, where I and others can see and answer them