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: 9 months ago
JSON representation
Unpack and repack the android boot.img and recovery.img easily.
- Host: GitHub
- URL: https://github.com/GameTheory-/mktool
- Owner: GameTheory-
- License: gpl-3.0
- Created: 2015-06-02T22:31:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T02:36:25.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T15:42:18.048Z (about 1 year ago)
- Topics: android-development, java
- Language: Java
- Homepage: https://techstop.github.io/mktool/
- Size: 3.96 MB
- Stars: 93
- Watchers: 5
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
### 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)