r1-apk-patcher/README.md

12 lines
634 B
Markdown
Raw Normal View History

2024-05-29 11:20:11 -05:00
# r1-apk-patcher
2024-05-29 12:59:56 -05:00
tool to patch a clean rabbit apk into a working one
2024-05-29 11:20:11 -05:00
2024-05-29 12:04:10 -05:00
how to run:
2024-06-01 03:07:54 -05:00
1. download nodejs [here](https://nodejs.org/en/download/package-manager/current)
2. if you have your own apk that you want to patch, change it in settings.json
3. run `npm i` in the project directory
4. finally run `node index.js`
5. your patched apk will have the original filename and "_Patched" added to it.
2024-05-30 15:37:07 -05:00
2024-06-01 03:07:54 -05:00
to run the apk you need to execute this command first (adb): `adb shell pm grant tech.rabbit.r1launcher.r1 android.permission.WRITE_SECURE_SETTINGS`
or in termux `pm grant tech.rabbit.r1launcher.r1 android.permission.WRITE_SECURE_SETTINGS`