See Rooting new hardware FIRST if you have a nook original with a 1003* serial# or above.
Belated congratulations to [mbm] and pokey9000 for rooting the Nook Color. Check out our Nook Color portal also.
We're actively removing spam now. Need wiki help? Contact User:TimRiker or another Administrator.
NookColor Enable MultiTouch
From nookDevs
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: