Crossplatform fastboot
OEM unlock bruteforce software.
Should work in theory on every .Net Core compatible platform.
Tested:
- MacOs
- Windows 10
- Ubuntu
After closing the official HUAWEI website, which allowed you to retrieve the code to unlock the bootloader of Huawei/Honor phones, here is a C# application to retrieve it by yourself. It uses a bruteforce method, based on the Luhn algorithm and the iMEI identifier used by the manufacturer to generate the unlocking code.
- Enable developer options in Android.
- Enable OEM Unlock option in developer options.
- Connect a device in FASTBOOT mode
- Connect your device to the computer and launch the program.
- You must provide your device IMEI to the program.
- Wait it out to finish going through about 200k possible unlock codes, it's going to take a while.
Fork of: HuaweiBootloader_Bruteforce from Ahmed Chakhoum