# MOUNT SD-EXT
if [ -e /dev/block/$SDEXT -a -e /system/etc/.nomount ]
then
mount -t ext4 /dev/block/$SDEXT /sd-ext
if [ -s /sd-ext ]
then
busybox rm -f /system/etc/.nomount
exit
fi
fi
# sd-ext is mount
if [ -s /sd-ext ]
then
# app2ext already on
if [ -h /data/app -a -d /etc/app2sd-run -a -d /sd-ext/app ]
then
echo "Telley:APP2EXT已经处于打开状态!如需关闭APP2EXT功能请运行APP2EXT_OFF.sh ."
exit
fi
# app2sd on
if [ ! -h /data/app -a ! -d /etc/app2sd-off -a ! -d /etc/app2sd-false -a ! -d /etc/app2sd-retry ]
then
busybox rm -rf /sd-ext/app
busybox cp -rp
好了,,,什么软件都能移动到内存卡上了,纯粹的app2sd有些软件还是不能移动的