Great to see people responding with succes, seems very much like the solution.
If you have access to a linux system you could try to create the data dir on the mounted sd. You can also try to do this manually on your phone by using adb or a terminal emulator (or even root explorer).
Make sure you set permissions and owner correctly, otherwise it will fail.
(2015-05-26, 23:08)davidg Wrote: ...
Thanks. Tried that, before I recreated the mount scripts I would just get app crashes - now I get an I/O error. It wants to store the data in /data/sdext2/data, but it doesn't exist and can't seem to create it, even though it has full access to /data/sdext2/ and the rest of the app files get successfully moved there and linked to.
If you have access to a linux system you could try to create the data dir on the mounted sd. You can also try to do this manually on your phone by using adb or a terminal emulator (or even root explorer).
Make sure you set permissions and owner correctly, otherwise it will fail.