Quote:
Originally Posted by Lmiller1708
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
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.