[Solved][Q]How To FIX yourself the laggy deodexed browser.apk
How To FIX yourself the laggy deodexed browser.apk :
Credits :
1/ Download " smali from browser.apk.zip" at the end of the post
Extract it in a folder, you should have 3 files :
* BitmapWebViewSurface3D.smali
* BitmapWebViewLayout.smali
* BitmapWebView.smali
2/ Download smali-1.2.6.jar and baksmali-1.2.6.jar : HERE
and rename them in smali.jar and baksmali.jar
3/ Create a folder with :
Quote:
baksmali
smali
your stock deodexed browser.apk (with the Lag bug)
|
4/ With 7-Zip open (without extracting) your stock browser.apk and drag and drop classes.dex in the folder with baksmali
Don't close 7-Zip windows
5/ Open a CMD promt (start > run > cmd) and goto your folder : cd C:\path of your folder\
6/ Then run the command: (don't close CMD)
Code:
java -Xmx512m -jar baksmali.jar classes.dex
An OUT folder is created
7/ Copy the 3 .smali files in \out\com\android\browser and overwrite if prompted
8/ Then run the command :
Code:
java -Xmx512m -jar smali.jar out -o new_classes.dex
A new_classes.dex fils is created
9/ Delete out folder and classes.dex
10/ rename new_classes.dex in classes.dex
11/ In the 7-Zip windows : delete classes.dex and drag and drop the classes.dex you renamed. You can close 7-Zip
not an obligation : (using my how to Extract ...) :
12/ Put your Moded browser.apk in _Kit_Deodexage/app/ then run Deodex_Gingerbread.cmd in order to zipalign
13/ in Deodex_app you have your FIXED deodexed browser.apk
the end
Edit : fixed KF2 browser.apk added (attached)
This fix is not working anymore on 2.3.4 KG1 and KG2
|