View Single Post
  #347 (permalink)  
Old 10-27-2010, 04:55 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming 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 Lmiller1708 View Post
I added this to the froyo user.conf file and everything works but the keyboard? Ideas why that would be?

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
     #Keyboard Layout
     cp -f /init.etc/keymaps/rhod500_microp-keypad.kl /etc/keymaps/microp-keypad.kl
     cp -f /init.etc/keymaps/rhod500_microp-keypad.kcm.bin /etc/keymaps/microp-keypad.kcm.bin
 }
Quote:
Originally Posted by Hugo381 View Post
Has the issue with the screen not completely shutting off been worked out yet? I wanna give this a try again. I had no luck getting it to boot past the boot screen last time. I didnt want to keep trying till the screen was fixed cause I wanna stick to Nand from now on.
The solution from Lmiller is great. Just add echo 50 >/sys/class/leds/lcd-backlight/brightness to your froyo.user.conf file in the andboot/conf folder and you should be good for now. I'm waiting for git to come back online so I can build a new rootfs with the command embedded.
Reply With Quote
This post has been thanked 1 times.