Nexus One launched in the U.S. supposedly doesn’t come with multi-touch simply because Apple would “sue” Google if it did. But it’s okay, I believe it was Google’s mastermind plan to let hackers hack the Android OS 2.1 to add multi-touch support, here it is!
(I will have an updated video of this working too btw.)
Only 7 lines of code!
Who wants multitouch for their N1 browser?
I just whipped this up, this will be in my upcoming ROM.
WARNING: You may lose your bookmarks and browser settings by doing this.
Get the following files:
http://n0rp.chemlab.org/android/nexus/Browser.apk
http://n0rp.chemlab.org/android/nexu…od.android.xml
http://n0rp.chemlab.org/android/nexu…od.android.jarAdd them to your device:
Code:adb shell stop
adb remount
adb shell rm /system/app/Browser.odex
adb push Browser.apk /system/app
adb push com.cyanogenmod.android.jar /system/framework
adb push com.cyanogenmod.android.xml /system/etc/permissions
adb shell rebootEnjoy.
