Skip to content

fawazahmed0/bypass_utility-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bypass utility

Small utility to disable bootrom protection(sla and daa)

Payloads

https://github.com/MTK-bypass/exploits_collection

Usage on Windows

Skip steps 1-5 after first usage

  1. Install python(select "Add Python X.X to PATH")
  2. Install libusb-win32
  3. Lunch filter wizard, click next
  4. Connect powered off phone with volume+ button, you should see new serial device in the list. Select it and click install
  5. Install pyusb, pyserial, json5 with command:
pip install pyusb pyserial json5
  1. Run this command and connect your powered off phone with volume+ button, you should get "Protection disabled" at the end
python main.py
  1. After that, without disconnecting phone, run SP Flash Tool

Usage on Linux

Skip steps 1-2 after first usage To use this you need FireISO or this patch for your kernel

  1. Install python
  2. Install pyusb, pyserial, json5 as root with command:
pip install pyusb pyserial json5
  1. Run this command as root and connect your powered off phone with volume+ button, you should get "Protection disabled" at the end
./main.py
  1. After that, without disconnecting phone, run SP Flash Tool in UART Connection mode

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%