解锁命令

    adb root
    adb disable-verity
    adb reboot

如果提示diable-verity命令找不到,是adb版本太低

重新上锁

    adb root
    adb enable-verity
    adb reboot