mktool
mktool copied to clipboard
Unpack and repack the android boot.img and recovery.img easily.
mktool v5.4

mktool is for unpacking & repacking the android boot, recovery, or loki images and also for loki patching.
- Made for use on Linux.
- Must have java 8 or higher.
Usage
In a terminal run the following command:
./run.sh
Project page
https://techstop.github.io/mktool/
Latest download
https://github.com/GameTheory-/mktool/releases
Building mktool
If you would like to build mktool yourself follow these steps.
- Open mktool in Intellij Idea.
- Setup the project to your liking.
- Click on Build > Build Artifacts > main:jar > Build
- Your jar archive will be in the "out/artifacts" directory.