Geofferey Eakins
Geofferey Eakins
Are you sure you are using the `.*.param` files correctly? This is a snippet directly from the current service.sh located in the official Magisk repo. su -M -p -c nice...
Question is, will it retain backwards compatibility with lower APIs or break everything below 10?... Hmmm, that was faster than I had expected tho.
@HASJ @cavanist Does `rclone remount` work from terminal on reboot or no? What are the results of running that command? This might be due to the new `PATH=` variable at...
@cavanist Yes the `rclone` command should work inside of a terminal emulator on your device. Try `rclone remount` on phone 2 and see if it runs or says `sh: rclone:...
@cavanist So just to be clear when you install module initially on second dev you get empty folders? On reboot you get nothing? Have you tried the `rclone remount` command...
@cavanist Okay so one problem is the use of Termux (maybe mistake but I recognize font). Please try another emulator as Termux has it's own env and `PATH=` which is...
@cavanist Your mount populated as well? If you're comfortable you can make a small edit to the `service.sh` located in `/sbin/.core/img/com.piyushgarg.rclone/`. At line `412` (in my editor) remove `&& [[...
@cavanist What does `rclone.log` in `/sdcard/.rclone/` say? The last few entries should be enough.
@cavanist One last thing before I say this is out of my expertise.. Have you tried to comment out `PATH=` in the `service.sh`? I think I know what's going on......
@cavanist I have an Idea... Try those same commands in su Termux and see if they work. If so maybe we can fix this ;)... Might even be able to...