Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.02 KB

TryNBootLoader

Crossplatform fastboot OEM unlock bruteforce software.

Should work in theory on every .Net Core compatible platform.
Tested:

  • MacOs
  • Windows 10
  • Ubuntu

Summary

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.

Instructions

  1. Enable developer options in Android.
  2. Enable OEM Unlock option in developer options.
  3. Connect a device in FASTBOOT mode
  4. Connect your device to the computer and launch the program.
  5. You must provide your device IMEI to the program.
  6. 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