Mount a filesystem read-write

Very often when you want to write files to a particular partition on ADP1, you will get a "Permission Denied" if the partition is mounted read-only.
To get around this, you need to mount the partition read-write. Typically this is done with /system partition

$adb shell
$su
$mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

(Replace/dev/block/mtdblock3&/systemwith appropriate device path and mount point, as obtained fromcat /proc/mounts)


更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android系统build/core下.mk文件分析
  2. Android(安卓)轻松实现语音识别
  3. Android可折叠收缩伸展的Expandable分组R
  4. Android兼容性问题 -- FrameLayout中View
  5. 我和我的Android
  6. Android(安卓)Building System 总结
  7. 从Android发展看Meego
  8. android面试集锦
  9. Android界面编程——Android基本控件
  10. 使用android SDk帮助文档(英文) 下载中文