Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/GameTheory-/mktool

Unpack and repack the android boot.img and recovery.img easily.
https://github.com/GameTheory-/mktool

android-development java

Last synced: about 17 hours ago
JSON representation

Unpack and repack the android boot.img and recovery.img easily.

Lists

README

        

# mktool v5.4

![image](tools/menu.png)

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

### Latest download

### Building mktool

If you would like to build mktool yourself follow these steps.
1. Open mktool in Intellij Idea.
2. Setup the project to your liking.
3. Click on Build > Build Artifacts > main:jar > Build
4. Your jar archive will be in the "out/artifacts" directory.

### Resources

- [Apache Commons IO Library](https://mvnrepository.com/artifact/commons-io/commons-io)
- [mkbootimg](https://github.com/osm0sis/mkbootimg)
- [loki](https://github.com/djrbliss/loki)