Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nondanee/jellow-patcher
- Owner: nondanee
- License: mit
- Created: 2020-06-20T18:06:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T09:28:57.000Z (over 4 years ago)
- Last Synced: 2023-03-03T07:48:39.631Z (over 1 year ago)
- Topics: jellow
- Language: Smali
- Size: 24.1 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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