Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

tina-junold/huawei-bruteforce-unlock-bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huawei bruteforce unlock bootloader

Note: This is a minimal go implementation of the python script located here.

requirements (build)

  • golang >= 1.12

build

go mod vendor -v
go build -ldflags '-s -w' -mod vendor -v -i -o build/unlock cmd/unlock/unlock.go

requirements (run)

  • adb
  • fastboot
  • devices booted to bootloader (adb reboot bootloader)

run

./build/unlock --imei=123456789012345 --resume

The --resume option will create a resume file in case your script crashed or you stopped it. Of course, it will read from this file if you want to continue.

The --oem-code option can be used if you want to start on a specific oem code. Note that the resume file overwrites this value!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages