Originally Posted by taypotts
Could this work? Anyone?
Now for the droid multitouch browser. Download the file from this link
RapidShare: 1-CLICK Web hosting - Easy Filehosting
and extract it. copy both browser.apk and libwebmtcore.so to the root of your sd card. Then download Terminal Emulator for free from the Android Market. Launch it and type these commands in one at a time and press the enter key (the button directly below delete on the hard keyboard) after each one.
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
rm /system/app/Browser.odex
cat /sdcard/Browser.apk > /system/app/Browser.apk
cat /sdcard/libmtwebcore.so > /system/lib/libmtwebcore.so
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
*Note: when i typed the rm /system/app/Browser.odex it said file does not exist, yet it still worked for me. Some people say this could cause problems down the line, but if it didnt exist in the first place on my phone (i checked ) than it is basically deleted.
|
i actually made the original apk and odex into .bak files that way i could go back if i wanted to, of course i did a nandroid backup too but i figured it couldnt hurt to have a backup without the nandroid
if anyone is interested i entered this into adb, or terminal
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mv /system/app/Browser.odex /system/app/Browser.odex.bak
mv /system/app/Browser.apk /system/app/Browser.apk.bak
cat /sdcard/Browser.apk > /system/app/Browser.apk
cat /sdcard/libmtwebcore.so > /system/lib/libmtwebcore.so
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
and just to report my browser does have multi touch and it seems to be working very well