Tuesday, September 08, 2009

Replace Android Browser Binary

Installation Instructions (you must have root access):

Download the updated Browser.apk
Run the following from the command prompt to back up your current Browser file to your sdcard and install the new one:
adb remount
adb pull /system/app/Browser.apk BrowserBackup.apk
adb push BrowserBackup.apk /sdcard
adb shell rm /system/app/Browser.odex
adb push Browser.apk /system/app

No comments:

Labels

Blog Archive

Contributors