2024-05-29 16:20:11 +00:00
|
|
|
# r1-apk-patcher
|
2024-05-29 17:59:56 +00:00
|
|
|
tool to patch a clean rabbit apk into a working one
|
2024-05-29 16:20:11 +00:00
|
|
|
|
2024-06-03 06:13:19 +00:00
|
|
|
Big thanks to @Asusna for providing a patched libbase.so file
|
|
|
|
|
2024-05-29 17:04:10 +00:00
|
|
|
how to run:
|
2024-06-01 08:07:54 +00: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
|
|
|
|
4. finally run `node index.js`
|
|
|
|
5. your patched apk will have the original filename and "_Patched" added to it.
|
2024-05-30 20:37:07 +00:00
|
|
|
|
2024-06-01 08:07:54 +00: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`
|