Quote:
Originally Posted by m4f1050
Kewl, thanks!
So we do have the SDCARD partition that app2sd uses? I remember reading something about a partition on SDCARD for apps...
|
That should be OK since we have export EXTERNAL_STORAGE /sdcard
However, this was in rootfs and was never moved into our new setup:
/bin/mkdir -p -m 0700 /data/mnt/secure
/bin/mkdir -p -m 0700 /data/mnt/asec
mount --bind /data/mnt/secure /mnt/secure
mount --bind /data/mnt/asec /mnt/asec