7.1版本mount -o remount,rw /system始终出错

7.1版本mount -o remount,rw /system始终返回mount ‘/dev/block/platform/fe330000.sdhci/by-name/system’ ->‘/system’:Device or resource busy;

什么原因?
怎么解决?

一样的 求大神帮忙看一下,楼主解决了么?

shengxuexiang 发表于 2017-7-17 20:38
一样的 求大神帮忙看一下,楼主解决了么?

用adb啊,adb root , adb remount

leung先森 发表于 2017-7-18 09:17
用adb啊,adb root , adb remount

adb root,adb remount 提示
remount of /system failed: Read-only file system
remount failed

leung先森 发表于 2017-7-18 09:17
用adb啊,adb root , adb remount

adb root,adb remount 提示
remount of /system failed: Read-only file system
remount failed

搞定了 参考这个 http://www.cnblogs.com/zl1991/p/6378033.html
adb disable-verity : disable system verity

按照楼上的修改adb remount是可以了,但是mount -o remount时还是不行

wds00l 发表于 2017-7-27 14:30
按照楼上的修改adb remount是可以了,但是mount -o remount时还是不行

恩,如果用调试串口,执行 mount -o remount,rw /system 还是不行的 ,adb remount 是可以,这个问题你解决了么?

shengxuexiang 发表于 2017-7-31 01:52
恩,如果用调试串口,执行 mount -o remount,rw /system 还是不行的 ,adb remount 是可以,这个问题你解决 …

没有解决,还在查找方法。我们这里一般都是用脚本执行mount -o remount,所以这个问题还必须得解决。。。

adb root
adb remount
不需要对system重新操作也可以push哦
亲测有效{:4_99:}

Chary 发表于 2018-1-22 19:50
adb root
adb remount
不需要对system重新操作也可以push哦

终于试出来了,之前还对源码操作,发现并没有什么卵用,激动就分享