博主机型 pixel xl
在执行 mount -o remount,rw -t auto /system
报错
mount: '/' not in /proc/mounts
google
到一个方案,依次执行以下命令即可
- 1、
adb root
执行成功显示
restarting adbd as root
- 2、
adb disable-verity
执行成功显示
using overlayfs for /vendor
Verity disabled on /vendor
using overlayfs for /
Verity disabled on /
Now reboot your device for settings to take effect
- 3、
adb remount
执行成功显示
remount succeeded
再次进入到 android shell
执行 mount -o remount,rw -t auto /system
成功
七仔
2022-04-22Q佬,我这还是失败了,,,呜呜呜呜
设备:pixel 3xl,安卓10
到这步:adb disable-verity 显示:
Device is locked. Please unlock the device first
但是我的确是解锁了,unlock
无解了吗
会爬山的小脑虎
2022-04-22@七仔 不太清楚哎,我成功也是瞎猫碰上死耗子了,所以就记录一下