Re: NAND Boot Testing - HW3D Fixed: 10-21, Auto-brightness Testing: 10-24
Quote:
Originally Posted by Lmiller1708
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
}
|
so just put this in a text and rename it to froyo.user.conf?...also should i delete the old one??
|