smali/baksmali v1.2.1 bugfix release

March 6, 2010

I’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



4 Responses to “smali/baksmali v1.2.1 bugfix release”

  1.   vb Says:

    how do I set this up on my computer? Do i put this in the tools folder of sdk?

    jf Reply:

    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

  2.   LvWind Says:

    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~

  3.   aBiNg Says:

    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.