Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

Patch-Recovery

This CI service patches recovery images of Samsung to enable Fastbootd. Based on Phh's script

How to use:

  • Fork this repo

  • Upload recovery.img/recovery.img.lz4 to any host who provide direct download access (Like Github Releases)

  • Once uploaded copy the URL.

  • Head over to Actions tab. Click on RECOVERY -> Run workflow. Insert the copied URL in the RECOVERY URL field and Start the workflow

  • Github Releases URL Example: https://github.com/ChonDoit/Patch-Recovery/releases/download/A33-5G_A13-BIN5/recovery.img.lz4

  • The Patching process will start

  • A Patched-Recovery.zip will be uploaded at the end of the process.

Download it and extract your patched recovery image. The Image will already also be repacked to .tar for flashing directly through Odin

Credits

  • Phhusson Without his script nothing would be possible at the first place
  • James Nguyen Helping me in simplifying the scripts and tweaking it