smali/baksmali v1.2.1 bugfix release
March 6, 2010I’ve released v1.2.1, which is mostly a bugfix release to v1.2. There are a few performance improvements and enhancements in there as well.
As usual, you can grab a copy on the googlecode download page
March 6th, 2010 at 8:33 am
how do I set this up on my computer? Do i put this in the tools folder of sdk?
jf Reply:
March 6th, 2010 at 12:14 pm
There is no “setup”. You can put it wherever you want. You download the jar, and then run it with java -jar baksmali-1.2.1.jar
March 11th, 2010 at 5:54 am
Something wrong when i baksmali the classes.dex file of Opera Mini 5 beta.The original file was 210KB but the baksmalied file is 135KB! ! And that cause Force Close on device. Please check that,thx~
March 14th, 2010 at 4:37 am
Hi,
I have used baksmali to deodex the .odex file without any errors, and re-assembled the ‘out’ directory using smali script wrapper to create classes.dex file, and at last added classes.dex to the .apk file. When I installed the changed .apk file through ‘adb install’ command, it threw out this error: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES].
How can I fix this issue? Thank you.
btw, .odex and .apk files were pulled from /system/app, you can take HtcTwitter.odex/apk as an example.