You got yourself an Android smartphone or tablet and want to hack your way to few additional features. Heck you may want to know how some app is made and learn a trick or two from its (app’s) respective developer. Thanks to the XDA-Developer Forums‘ user despotovski01, it’s not that complicated to unpack and repack .apk files.
First of all, you’ll need some sort of an archive manager that can handle RAR files like WinRAR. Plus, there’s despotovski01’s own Formatter app for Windows PCs which can be downloaded from here (and here’s the mirror at MediaFire if the original link is too slow for you). Once that is set, do the following:
Unpacking .apk files:
- Open Formatter.
- Click the “Choose File” button and select your apk file.
- In the first text box, enter “.rar” (without quotes) and your desired name for the .rar archive.
- Click the big “Rename!” button.
- Go to the folder where your .apk file was and you should see the resulting .rar archive, which you can extract with the archive manager app.
Repacking .apk files:
- Compress the extracted files in a .rar archive.
- Open Formatter.
- Choose the .rar archive.
- Set the format to .apk
- Set name.
- Click the big “Rename!” button.
That’s it! I told you it’s not complicated, quite the contrary…
