Go to file
2024-08-17 09:59:26 +05:30
.github/workflows Update TWRP (android 4.4 ).yml 2024-08-17 09:59:26 +05:30
tools Initial Build Tree 2024-02-06 15:25:48 +05:30
README.md Update README.md 2024-08-16 09:48:50 +05:30

Recovery Builder for |TWRP / PBRP / OFRP / SHRP|

Compile your first custom recovery via Github Actions.

This repo comes from a long chain of forks and finally ended up with working shrp and some revamping of the workflow files to work for older android devices (tested with 9.0).

If there are any issues relating the build tree info (not the workflow file config entries), feel free to open a pull request.

How to Use

  1. Fork this repository.

  2. Go to Action tab > All workflows > Pick which Build you need (TWRP or PBRP or OFRP or SHRP) > Run workflow, then pick required information from each drop-down list:

  • Manifest Branch (*12.1, *11.0, *10.0, *9.0, *8.1, *7.1, *6.0, etc.)
  • Device Tree (Your device tree repository link)
  • Device Tree Branch (Your device tree repository branch)
  • Build Target (boot, reecovery, vendorboot)
  • LDCHECK (path to your target binary file, ie. system/bin/qseecomd)
    • If you are building manually/locally and you want to use ldcheck for checking dependencies, visit THIS this for guide.

Thanks/Credits