设为首页收藏本站

移动叔叔

搜索
查看: 3806|回复: 0
打印 上一主题 下一主题

[12月11日更新] 关于Link2SD - 分区与设置

[复制链接]
跳转到指定楼层
楼主
发表于 2011-10-15 18:36:30 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
教程类
教程类: 经验方法
求大虾帮改善 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
复制代码
您需要登录后才可以回帖 登录 | 注册

© 2008-2024 移动叔叔. 版权所有,专业的网络售后平台 ( 闽ICP备18006692号-3 )

商务合作点击这里给我发消息|Email:service@mobileuncle.com|手机版|移动叔叔     

GMT+8, 2024-11-15 00:40 , Processed in 0.190537 second(s), 13 queries , Gzip On, Memcache On.

返回顶部