手机 remount
有OEM锁的,依次执行下面代码
- go to setting -> system -> Developer options -> OEM unlocking
- adb reboot bootloader
- fastboot flashing unlock
- press volume up key
- fastboot reboot
- adb root
- adb disable-verity
- adb reboot
- adb root
- adb remount
没有OEM锁锁的执行下面代码
- adb disable-verity
- adb rebootsss
- adb root
- adb remount
补充
手机系统的版本有很直接的关系,稳定版貌似不能刷root。
建议使用开发版本,或者debug版本。