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.
NookColor Enable MultiTouch
From nookDevs
Revision as of 15:45, 3 December 2010 by Rboatright (Talk | contribs)
Part of the NookColor portal
|
Enable Multitouch
The NOOKcolor doesn't enable multitouch by default for Android applications (although it does work in apps that use the Native Development Kit, like Firefox or Google Earth). However, you can enable it easily.
- Download android.hardware.touchscreen.multitouch.xml to your pc. (Right click and save target as.)
- Open a command prompt window and cd to the location of the new file.
-
adb shell
-
mount -o remount,rw /dev/block/mmcblk0p5 /system
- exit
-
adb push android.hardware.touchscreen.multitouch.xml /system/etc/permissions/android.hardware.touchscreen.multitouch.xml
-
adb reboot
This process remounts your system root as readwrite, copies the file into the right place, and reboots the nook.
The XML file you are installing is as follows: