https://github.com/mkg20001/apk2flashzip
Turns an APK file into a flashable ZIP that installs the APK as system-app
https://github.com/mkg20001/apk2flashzip
apk convert flashable-zip zip
Last synced: about 1 year ago
JSON representation
Turns an APK file into a flashable ZIP that installs the APK as system-app
- Host: GitHub
- URL: https://github.com/mkg20001/apk2flashzip
- Owner: mkg20001
- Created: 2018-10-01T12:19:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T12:38:43.000Z (over 7 years ago)
- Last Synced: 2025-04-13T00:44:16.757Z (about 1 year ago)
- Topics: apk, convert, flashable-zip, zip
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 15
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apk2flashzip
Turns an APK file into a flashable ZIP that installs the APK as system-app
# Usage
```
apk2flashzip /path/to/apk [/path/to/output-zip]
```
## Example
```
apk2flashzip MagiskManager.apk
```
Creates `MagiskManager.zip`