• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Browser multi touch and zoom buttons

hondapro

Newbie
Nov 6, 2009
39
0
I finally installed bugless beast 7.4 and really like it. I like the multi touch in all the applications but I found that I miss having the zoom buttons in the browser. I like the multi touch for fine zoom control but I like just hitting the zoom button and it automatically fits the text to the screen. Does anyone know of a way to have both? I know you can double tap the screen but I find I like the button better.
 
So I removed the the multi touch browser files and put the original browser.apk and browser.odex back in /system/app but then the phone wont boot. I put the mtbrowser files back and it works fine again. I thought that would work but apparently not. Does anyone know how I would go about doing this? :thinking:
 
Upvote 0
I finally got the stock version working. I found that Pete put up a deodexed stock 2.0.1 nandroid backup here. I removed the mt browser and copied the stock Browser.apk to the phone and it works great.

I did this with adb but you can do it from the phone too.

From Phone:
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
rm /system/lib/libmtwebcore.so
cat sdcard/Browser.apk > /system/app/Browser.apk
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
From Computer:
Code:
adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
# rm /system/lib/libmtwebcore.so
# rm /system/app/Browser.apk
# exit
adb push (location of stock Browser.apk) /system/app/Browser.apk
adb shell
# mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
# sync
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones