linux_huawei_unlocker
linux_huawei_unlocker copied to clipboard
Unlock with new algo
Seems that there are modems which require a different algorithm for the unlock code. While I don't know how to generate unlock codes for those modems I can help with modifying the script and using a generated unlock code to unlock the device:
- Get an unlock code at https://huaweiunlockcalculator.com/huawei-new-algo
- Edit
unlocker.py
- At line 247 replace
unlockCode = computeUnlockCode(imei)
withunlockCode = "66611394"
(replace the code with the code from the website above) - Run the script.
This is how I managed to unlock my K3772 modem.
Cool - glad you got this working somehow @ov1d1u!
Sadly - due to a lack of time, knowledge, hardware and talent on my part - I can't improve my script to help anyone else in your situation. But I'll leave this issue open to make it easier to find in the future. I really appreciate you taking the time to leave feedback.