Quote:
Originally Posted by kanavulator
i know it was mentioned some pages ago, but i'm not able to move any apps to the SD card. any solutions to this? even using App 2 SD to indicate which apps can be moved, i'm getting "Failed to move application" notifications at every attempt. i'm using a 4gb microSD card and a sprint cdma tp2
|
I believe this is still due to us not having a real root. It looks like when we took /bin out of the PATH, we no longer had access to /bin/busybox. In our initrd, we have /system/bin/sh pointing to /bin/busybox. I'm testing pushing the latest su to /system/bin/su, copy /bin/busybox to /system/bin/busybox during install, and then ln -s /system/bin/sh /system/bin/busybox. We'll see how that works out.