【发布时间】:2019-07-28 13:43:47
【问题描述】:
我尝试了 stackoverflow 和在线提供的所有命令和建议,但没有奏效
还有很多,但对我没有用
我遇到以下错误 - 以下命令均无效。
$adb root
$adb disable-verity
对于
$adb remount
remount of / failed: Permission denied
remount failed
然后我尝试了不同的命令,例如
$ adb shell mount -o rw,remount /system
mount: '/system' not in /proc/mounts
$ adb shell mount -o rw,remount /
'/dev/root' is read-only
$ adb shell mount -o rw,remount -t /dev/block/stl12 system
mount: 'system' not in /proc/mounts
$ adb shell "su 0 mount -o rw,remount /system"
mount: '/system' not in /proc/mounts
$ adb shell
$ su
# mount -o rw,remount /system
mount: '/system' not in /proc/mounts
【问题讨论】:
-
这可能对你有帮助,因为我为同样的问题工作
https://github.com/d4rken/sdmaid-public/issues/2110#issuecomment-440325101