Congratulations to Cicadaman & co. for getting Froyo running on the Nook Color! Visit the nook Color portal!
See Rooting new hardware FIRST if you have a nook original with a 1003* serial# or above.
Talk:NookColor Enable Live Wallpapers
From nookDevs
A somewhat streamlined set of ADB instructions...
If you mount the /system partition as read-write first, you can simply push the files to their final location.
- Use ADB to remount the /system partition as read-write:
adb shell
- mount -o remount rw /system
- exit
- Use ADB to transfer the files to your NOOKcolor.
adb push LiveWallpapersPicker.apk /system/app/LiveWallpapersPicker.apk adb push libRS.so /system/lib/libRS.so adb push librs_jni.so /system/lib/librs_jni.so
- Reboot NOOKcolor.
adb reboot