Hey,
How did you get R/W superpack scripts to work? I tried many times but nothing. What script and settings did you use?
Motorola G Stylus 5G Denver variant
I used this one..
%%Important ,,,Magjsk and Busybox must be installed or you will boot-loop....%%
Remove the .pdf rename to superpack
Move file to data/local/tmp
There are usb adb commands to run the script
"Not my script just sharing."
Ok located the commands....
Enjoy.
5. Move “superrepack” file on your phone to /data/local/tmp folder. If you have root and using a root explorer you can’t miss it (obviously without quotations).
6. Connect your phone to your PC via the charging cable.adb shell
8. Type: “su” and press enter. This will change C:/TheNameOfYourDirectory to denver/ $
9. Type: “su” and press enter. This will change the dollar sign “$” to a sharp symbol “#” and will look like denver/ # Make sure you allow permissions if Magisk asks for it or it will give you a permission denied message.
10. Type: “ls -Alg /dev/block/by-name | grep "super"” and press enter since you need to know where your block device is. It should return a result that looks like “lrwxrwxrwx 1 root 16 1970-01-01 08:07 super -> /dev/block/NameOfYourBlock” (obviously without quotations except the quotations in "super" - keep those)
11. Copy and paste somewhere “/dev/block/NameOfYourBlock” (obviously without quotations). You’re going to need that later.
12. Open Command prompt
13. Type: “adb shell” (obviously without quotations) and press enter. This will change C:/TheNameOfYourDirectory to denvev:/ $
14. Type: “su” (obviously without quotations) and press enter. This will change the dollar sign “$” to a sharp symbol “#” and will look like denver:/ #
15. Type: “chmod 755 /data/local/tmp/superrepack” (obviously without quotations) and press enter as the chmod command will give us root permissions to run the script. This is VERY IMPORTANT. Don’t worry if it goes to a blank next line that’s normal.
16. Type: “setenforce 0” (obviously without quotations) and press enter as we need to disable selinux. Again, don’t worry if it goes to a blank next line as that’s normal.
17. Type: “/data/local/tmp/superrepack /Name/of/your/block” (obviously without quotations) and press enter. Let the script run to the end.
18. Reboot your phone.
19. When your phone is rebooted go to Root Explorer (or your explorer).