Ok thanks I will have to install cross breeder to find a work around, I don't understand why this MOD and the reason for it to change the location. Maybe it installs another version of busybox as I'm on ViperS 3.1.2 which is basically the same in a way.Yes, I can see all the swap files in /vendor and /cache
I only replaced this line:
bb=$(find /system/ -name 'busybox')
with
bb=$(find /system/etc/CrossBreeder/ -name 'busybox')
There's no swap files created before the change, after making the above change I can see the swap files but they're not running.
I run them manually and successfully run the swap1.img in /vendor and both swaps (swap1.img and swap2.img) in /cache
Can you post what version of busybox you have? Enter this code below into terminal emulator:
Code:
busybox cat --help