Oops! I deleted the mediafire link by mistake 
The web hoster is doing some maintenance, but as soon as thats sorted i’ll update the link. In the mean time here’s a newer version that lets you sign and compile all on the PC.
http://www.mediafire.com/?davapp8lyqbz487
Usage is slightly different. To setup for signing:
- Rename your .keystore file to mykey.keystore and copy it into the ‘other’ directory
- Edit Script.bat in notepad and add your password to the second line (whithin the quotes)
Now to modify an apk:
- Place your apk in the directory ‘place-apk-here-for-modding’ and run script.bat
- Select option 22 and then your apk file
- Select option 9 to decompile
- Your decompiled apk is in the projects directory. Edit the manifest there. Be careful not to leave any .bak copies of your manifest (ultraedit for example will do this)
- Select option 14 to compile, sign and zipalign in one shot. Your final apk will be in the ‘place-apk-here-for-modding’ directory.
Note you must use JDK version 6. Version 7 causes an issue with apktool and new corona builds. You can get jdk 6 from here:
http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u25-download-346242.html
[import]uid: 8872 topic_id: 10123 reply_id: 84232[/import]