Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a noname Android tab with 7 inch display, but in the firmware it's defined as 9 inch, so the dpi is calculated incorrectly. How can I change the defined display size to the correct 7 inch, if I have root?

share|improve this question

1 Answer

up vote 1 down vote accepted

Edit your build.prop file:

ro.sf.lcd_density = $desired_value

Refer to http://www.freeyourandroid.com/guide/how-to-edit-build-prop to know how to do this with a file manager.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.