The BETTER, WORKING R1 APK PATCHER
Find a file
2024-11-28 16:30:52 +01:00
.gitignore add stuff 2024-05-29 18:24:33 +02:00
.prettierrc add stuff 2024-05-29 18:23:53 +02:00
APKEditor.jar add stuff 2024-05-29 18:23:53 +02:00
functions.js volume input changes 2024-08-04 22:17:45 +02:00
index.js custom server, r1 support finally works 2024-08-14 18:46:00 +02:00
libbase.so bump to new auth and device-healthls 2024-06-24 18:26:34 +02:00
package-lock.json internet connection skip 2024-05-31 11:27:01 +02:00
package.json internet connection skip 2024-05-31 11:27:01 +02:00
RabbitLauncher0517.apk add stuff 2024-05-29 18:23:53 +02:00
README.md it no worky 2024-11-28 16:30:52 +01:00
settings.json custom server, r1 support finally works 2024-08-14 18:46:00 +02:00
uber-apk-signer-1.2.1.jar add stuff 2024-05-29 18:23:53 +02:00
utils.js custom server, r1 support finally works 2024-08-14 18:46:00 +02:00

r1-apk-patcher

THIS DOESN'T WORK AND IDK IF IT EVER WILL

tool to patch a clean rabbit apk into a working one

how to run:

  1. download nodeJS here, and Java.
  2. changing the settings:
    2.1 if you want to use the patched app with your r1, set "r1_mode" to true.
    2.2 if you have your own r1 IMEI that you'd want to use, put it in the imei value.
    2.3 if you have your own rabbit backend set up, you can set the URL of it in the server_ip value. Example value: ws://192.168.0.110:3000
  3. finally run node index.js
  4. your patched apk will have the original filename and "_Patched" added to it.
  5. run a command to grant the r1 app the secure settings permission
    5.1. adb command: adb shell pm grant tech.rabbit.r1launcher.r1 android.permission.WRITE_SECURE_SETTINGS OR 5.2 termux: (needs root in order to work): pm grant tech.rabbit.r1launcher.r1 android.permission.WRITE_SECURE_SETTINGS