View Single Post
  #361 (permalink)  
Old 10-28-2010, 12:45 PM
Lmiller1708's Avatar
Lmiller1708
Flashaholic!
Offline
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
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 damage_them View Post
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
 }
__________________
Reply With Quote