码迷,mamicode.com
首页 > 数据库 > 详细

adb出现read only file system和permission denied问题的解决办法

时间:2014-08-25 16:42:14      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:使用   io   问题   sp   on   ad   c   app   file   

在使用adb push...或者chmod ...时出现read only file system问题

解决办法:

>adb shell

$su

#mount -o remount rw /system (我是要push到/system/app/)

#exit

$exit

>adb push...又有Permission denied问题

>adb shell

$su

#chmod 777 /system/app 

#exit

$exit

>adb push...成功

adb出现read only file system和permission denied问题的解决办法

标签:使用   io   问题   sp   on   ad   c   app   file   

原文地址:http://www.cnblogs.com/blogqian/p/3935096.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!