OK... I'm trying to patch the keyboard lights (thanks for the files, BTW), but I think I missed a step somewhere. When I attempt to go to adb shell, I'm getting...No problem... glad I could help!
OFFICIAL NEWS - The problem with the keyboard lights has been fixed.
(If anyone else has an easier way, let me know. This is just how I did it.)
As always - Proceed at your own risk.
libhw.zip
Most people suggest taking steps to back up your phone, but lets face it... at this point in the game, anyone who would be doing this has probably got everything backed up with Nandroid anyway, so I am just going to skip it.
First, plug your phone into your PC and mount the SD card. Extract contents of the zip folder to the root of your SD card. (Not inside the folder... each file individually.) Unmount the card. (Make sure your phone is plugged in and in debug mode)
Open a command window, switch to adb shell
Here are the commands to type out as follows:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
busybox cp -R /sdcard/gralloc.default.so /system/lib/hw
busybox cp -R /sdcard/gralloc.omap3.so /system/lib/hw
busybox cp -R /sdcard/lights.sholes.so /system/lib/hw
busybox cp -R /sdcard/overlay.omap3.so /system/lib/hw
busybox cp -R /sdcard/sensors.sholes.so /system/lib/hw
cd /system/lib/hw
chmod 644 gralloc.default.so
chmod 644 gralloc.omap3.so
chmod 644 lights.sholes.so
chmod 644 overlay.omap3.so
chmod 644 sensors.sholes.so
sync
reboot
The ZIP was provided by Greek35T at Alldroid. All thanks go to him.
sh: /sdcard/bash_profile: Permission denied
sh-3.2$
This is my first attempt at doing anything to the phone since installing 2.1V1.

ermission denied
anyone know how to do this?
