pull/2/head
Syuugo 1 year ago
parent 7a7f9e2da8
commit 1024bf7f6f
No known key found for this signature in database
GPG Key ID: 1EBB3EB3C1806649

1
.gitattributes vendored

@ -0,0 +1 @@
* text eol=lf

@ -82,25 +82,25 @@
## 🔖 FAQ
- Q: 为什么解锁工具仍然提醒我等待 168/360或更长小时
- A: 根据原理,该 PoC 只绕过了小米为 HyperOS 额外添加的限制。您仍然需要遵循 MIUI 的限制。
- A: 根据原理,该 PoC 只绕过了小米为 HyperOS 额外添加的限制。您仍然需要遵循 MIUI 的限制。
- Q: 设备显示 "验证失败,请稍后再试"。
- A: 这是正常现象,设备端的绑定请求已被脚本拦截。实际绑定结果以脚本提示为准。
- A: 这是正常现象,设备端的绑定请求已被脚本拦截。实际绑定结果以脚本提示为准。
- Q: 绑定失败,错误代码为 `401`
- A: 您的小米账号凭据已过期,您需要在设备中登出账号并重新登录。
- A: 您的小米账号凭据已过期,您需要在设备中登出账号并重新登录。
- Q: 绑定失败,错误代码为 `20086`
- A: 您的设备凭据已过期,您可能需要重新启动设备。
- A: 您的设备凭据已过期,您可能需要重新启动设备。
- Q: 绑定失败,错误代码为 `20090``20091`
- A: 设备的 `Security Device Credential Manager` 功能已损坏,请联系售后服务寻求支持。
- A: 设备的 `Security Device Credential Manager` 功能已损坏,请联系售后服务寻求支持。
- Q: 绑定失败,错误代码为 `30001`
- A: 您的设备已被小米强制验证账户资格。小米早就抛弃了"极客"精神,我们对此无能为力。
- A: 您的设备已被小米强制验证账户资格。小米早就抛弃了"极客"精神,我们对此无能为力。
- Q: 绑定失败,错误代码为 `86015`
- A: 服务器拒绝了本次绑定请求,请重试。
- A: 服务器拒绝了本次绑定请求,请重试。
## ⚖️ 协议

@ -82,25 +82,25 @@ If you're experiencing any of the above, consider yourself damned. Ever since Xi
## 🔖 FAQs
- Q: Why does the unlock tool still remind me to wait 168/360 (or more) hours?
- A: By principle, this PoC only bypasses the restrictions added for HyperOS. You still need to comply with the restrictions for MIUI.
- A: By principle, this PoC only bypasses the restrictions added for HyperOS. You still need to comply with the restrictions for MIUI.
- Q: The device shows `Couldn't verify, wait a minute or two and try again`.
- A: This is normal, the binding request on the device side has been blocked by our script. The actual binding result is subject to the script prompt.
- A: This is normal, the binding request on the device side has been blocked by our script. The actual binding result is subject to the script prompt.
- Q: Binding failed with error code `401`.
- A: Your Xiaomi account credentials have expired, you need to log out and log in again in your device.
- A: Your Xiaomi account credentials have expired, you need to log out and log in again in your device.
- Q: Binding failed with error code `20086`.
- A: Your device credentials have expired, you need to reboot your device.
- A: Your device credentials have expired, you need to reboot your device.
- Q: Binding failed with error code `20090` or `20091`.
- A: Device's Security Device Credential Manager function failure, contact after-sales.
- A: Device's Security Device Credential Manager function failure, contact after-sales.
- Q: Binding failed with error code `30001`.
- A: Your device has been forced to verify the account qualification by Xiaomi. Xiaomi lost its 'geek' spirit a long time ago, and there's nothing we can do about it.
- A: Your device has been forced to verify the account qualification by Xiaomi. Xiaomi lost its 'geek' spirit a long time ago, and there's nothing we can do about it.
- Q: Binding failed with error code `86015`.
- A: The server has rejected this bind request, please try again.
- A: The server has rejected this bind request, please try again.
## ⚖️ License
Loading…
Cancel
Save