创元MTK机器root解锁
1.开机后打开开发者选项"Developer options" 将"OEM unlocking"打开
setting -> system -> Developer options -> OEM unlocking
2.重启bootloader
adb reboot bootloader //命令行敲
3.会出现一个新的界面
fastboot flashing unlock //命令行敲
4.按音量上键
出现下面3行则表成功
(bootloader) Start unlock flow //这行必须有
OKAY [ 18.124s]
Finished. Total time: 18.126s
5.在bootloader界面重启重启
fastboot reboot //命令行敲
6.disable-verity
adb root //命令行敲
adb disable-verity //命令行敲
出现
Successfully disabled verity
Now reboot your device for settings to take effect
则成功
7.重启后有效
adb reboot //命令行敲
adb root //命令行敲
adb remount //命令行敲
出现remount succeeded 则ok