1,利用官方解锁工具。请自行百度。
2.adb先进入手机fastboot命令如下:
adb reboot fastboot
查看设备信息 fastboot devices
adb输入以下
adb reboot bootloader 用于进入引导安装界面,类似于 Windows 安装 PE 引导文件
fastboot flashing unlock
adb shell input keyevent 24
fastboot getvar unlocked
fastboot reboot
注意看手机一般有选项音量选择一下就行了如果
以上无法解锁在fastboot试一下
fastboot oem unlock 1234567812345678 or 0000000000000000数字为16位bl解锁密码大多为默认。
fastboot getvar unlocked 查看是否bl解锁成功看到输出,no为没有解锁。
unlocked: yes
finished. total time: 0.016s
yes为解锁。
3,联发科的bootrom漏洞强解bootloader。工具链接:https://pan.baidu.com/s/17PJdB8Rv99A6j2ElGaUecA?pwd=b1kr
Comments NOTHING