移动叔叔
标题:
[12月11日更新] 关于Link2SD - 分区与设置
[打印本页]
作者:
jtbc
时间:
2011-10-15 18:36
标题:
[12月11日更新] 关于Link2SD - 分区与设置
求大虾帮改善 App2SD。
以下是以前平板上用的App2SD程序,可以改一下用在这吗?
需要内存卡(ext3)
mkdir /system/sd
mount -r -w -t ext3 /dev/block/mmcblk0p2 /system/sd
#check with command?busybox df - h?, the last line will show the ext3 partition was mounted
#add mount command into /system/etc/initmount.sh
#mount command: mount -r -w -t ext3 /dev/block/mmcblk0p2 /system/sd
#usb adb push to cover /system/etc/initmount.sh
adb shell chmod 4755? /system/etc/
adb push initmount.sh /system/etc/
adb shell chmod 4755 /system/etc/init.omap3.sh
#now ext3 partition can be mounted automaticlly ,then type below command to enable app2sd
busybox cp -a /data/app /system/sd/
busybox cp -a /data/dalvik-cache /system/sd/
busybox cp -a /data/data /system/sd/
rm -r /data/app
ln -s /system/sd/app /data/app
rm -r /data/data
ln -s /system/sd/data /data/data
rm -r /data/dalvik-cache
ln -s /system/sd/dalvik-cache /data/dalvik-cache
reboot
复制代码
欢迎光临 移动叔叔 (http://bbs.ydss.cn/)
Powered by Discuz! X3.2