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.
In a terminal run the following command:
./run.sh
https://techstop.github.io/mktool/
https://github.com/GameTheory-/mktool/releases
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.