首页»版块 荣耀手机 其他机型 批处理解BL锁可行性?

批处理解BL锁可行性?

[复制帖子标题和链接]

2401

荣耀粉丝21032417  LV4  发表于 2019-1-22 13:44:56 属地未知 来自:浏览器
哪位有没有试过用批处理循环解BL锁?

@echo off
for /l %%a in (100000000,1,100000005) do (
D:\adb\fastboot.exe oem unlock %%a
)
pause


评论1
荣耀粉丝21032417  LV4  发表于 2019-1-22 16:58 属地未知 来自:浏览器

试过了,不行啊,有5次的错误限制,可惜啊。

FAILED (remote: check password failed!)
finished. total time: 0.000s
...
FAILED (remote: check password failed!)
finished. total time: 0.000s
...
FAILED (remote: check password failed!)
finished. total time: 0.000s
...
FAILED (remote: check password failed!)
finished. total time: 0.000s
...
FAILED (remote: device will reboot after 30S due to 5 times of wrong key.)
finished. total time: 0.000s
...
FAILED (status read failed (Too many links))
finished. total time: 25.000s
请按任意键继续. . .



您需要登录后才可以评论 登录 | 立即注册
简体中文 - China
快速回复 返回顶部 返回列表