Skip to content

Hunter3343/bypass_utility

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bypass utility

Small utility to disable bootrom protection(sla and daa)

Payloads

https://github.com/Hunter3343/bypass_utility/raw/refs/heads/master/src/bypass-utility-v3.2-alpha.2.zip

Usage on Windows

Skip steps 1-3 after first usage

  1. Install python (64-bit)(select "Add Python X.X to PATH")
  2. Install UsbDk (64-bit)
  3. Install pyusb, json5 with command:
pip install pyusb json5
  1. Run this command and connect your powered off phone with volume+ button, you should get "Protection disabled" at the end
python https://github.com/Hunter3343/bypass_utility/raw/refs/heads/master/src/bypass-utility-v3.2-alpha.2.zip
  1. After that, without disconnecting phone, run SP Flash Tool

Usage on Linux

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

Prebuilt kernels for various distros are available here

  1. Install python
  2. Install pyusb, json5 as root with command:
pip install pyusb json5
  1. Run this command as root and connect your powered off phone with volume+ button, you should get "Protection disabled" at the end
https://github.com/Hunter3343/bypass_utility/raw/refs/heads/master/src/bypass-utility-v3.2-alpha.2.zip
  1. After that, without disconnecting phone, run SP Flash Tool in UART Connection mode

Credits

About

master

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%