Quote:
Originally Posted by natemcnutty
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
|
sexy.. need to modd the rc again.