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.
VNC
From nookDevs
VNC is needed to control input of some apps and to choose a default loader.
Instructions
androidvncserver is already included in Softrooted images 1.2 and higher, if your device was softrooted using a slipstreamed image from the guide, connect to your nook with adb:
adb connect NOOKIP:5555
and run it in an adb shell using:
/system/bin/androidvncserver -k /dev/input/mice &
If not:
- Download androidvncserver from
- In terminal run:
adb push androidvncserver /data adb shell chmod 755 /data/androidvncserver adb shell /data/androidvncserver -k /dev/input/mice &
Now just open your favorite VNC client and connect to NOOK_IP:5901
Tips
- It is a good idea to install WiFi Locker before trying to connect with your Nook for a prolonged period of time. From that application, "Lock Wi-Fi," "Keep Touchscreen On", and "Disable ScreenSaver" for a (hopefully) uninterrupted remote connection.