Quote:
Originally Posted by damage_them
its dims and the screen is off..still having a hard time waking it back up..if i hit the end button it come on and goes straight back off..hmm
|
Add this to your froyo.user file in your andboot/conf folder. Change your lcd density to either 210 or 240. Your blacklight will turn off for a little bit but then this will turn it back on.
Code:
NAND_Settings{
#BACKLIGHT
echo 50 >/sys/class/leds/lcd-backlight/brightness
#LCD_Density
echo "ro.sf.lcd_density=240" >> /etc/default.prop #210 or 240
echo Setting ro.sf.lcd_density=240 #210 or 240
}