View Single Post
  #362 (permalink)  
Old 10-28-2010, 12:49 PM
damage_them's Avatar
damage_them
PPCGeeks Regular
Offline
 
Join Date: Feb 2010
Posts: 159
Reputation: 160
damage_them is keeping up the good workdamage_them is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - HW3D Fixed: 10-21, Auto-brightness Testing: 10-24

Quote:
Originally Posted by Lmiller1708 View Post
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??
Reply With Quote