bearbrother 发表于 2017-6-23 09:49:34

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:39

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

leung先森 发表于 2017-7-18 09:17:57

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

用adb啊,adb root   , adb remount

shengxuexiang 发表于 2017-7-18 12:27:00

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

shengxuexiang 发表于 2017-7-18 12:27:17

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

shengxuexiang 发表于 2017-7-18 12:52:56

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

wds00l 发表于 2017-7-27 14:30:47

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

shengxuexiang 发表于 2017-7-31 01:52:13

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

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

wds00l 发表于 2017-7-31 11:05:50

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

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

Chary 发表于 2018-1-22 19:50:55

adb root
adb remount
不需要对system重新操作也可以push哦
亲测有效{:4_99:}
页: [1] 2
查看完整版本: 7.1版本mount -o remount,rw /system始终出错