Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nondanee/jellow-patcher

Make Jellow APP work again
https://github.com/nondanee/jellow-patcher

jellow

Last synced: 7 days ago
JSON representation

Make Jellow APP work again

Awesome Lists containing this project

README

        

# Jellow Patcher

Make Jellow APP work again

Patch on Jellow APP v8.2.5(921) for Android

Check `git log` if you are interested in modification

## Usage

### Build
```
java -jar apktool.jar b .
```

### Sign
```
java -jar apksigner.jar sign --ks keystore.jks dist/base.apk
```

### Install
```
adb install dist/base.apk
```

## Reference

- https://github.com/iBotPeaches/Apktool
- https://developer.android.com/studio/command-line/apksigner
- https://github.com/nondanee/Jike-Patcher

## License

MIT License