移动叔叔

标题: [12月11日更新] 关于Link2SD - 分区与设置 [打印本页]

作者: jtbc    时间: 2011-10-15 18:36
标题: [12月11日更新] 关于Link2SD - 分区与设置
求大虾帮改善 App2SD。
以下是以前平板上用的App2SD程序,可以改一下用在这吗?
需要内存卡(ext3)

  1. mkdir /system/sd
  2. mount -r -w -t ext3 /dev/block/mmcblk0p2 /system/sd

  3. #check with command?busybox df - h?, the last line will show the ext3 partition was mounted

  4. #add mount command into /system/etc/initmount.sh
  5. #mount command: mount -r -w -t ext3 /dev/block/mmcblk0p2 /system/sd

  6. #usb adb push to cover /system/etc/initmount.sh

  7. adb shell chmod 4755? /system/etc/
  8. adb push initmount.sh /system/etc/
  9. adb shell chmod 4755 /system/etc/init.omap3.sh

  10. #now ext3 partition can be mounted automaticlly ,then type below command to enable app2sd

  11. busybox cp -a /data/app /system/sd/
  12. busybox cp -a /data/dalvik-cache /system/sd/
  13. busybox cp -a /data/data /system/sd/

  14. rm -r /data/app
  15. ln -s /system/sd/app /data/app
  16. rm -r /data/data
  17. ln -s /system/sd/data /data/data
  18. rm -r /data/dalvik-cache
  19. ln -s /system/sd/dalvik-cache /data/dalvik-cache
  20. reboot
复制代码





欢迎光临 移动叔叔 (http://bbs.ydss.cn/) Powered by Discuz! X3.2