Skip to content

NoahDomingues/Auto-TWRP-Builder

 
 

Auto TWRP Builder

A one-click automated TWRP compiler for Android devices. 🔧

💡 Usage

Follow these steps to generate your own TWRP build:

  • Step 1: Fork this repository to your GitHub account.
  • Step 2: Use a tool like bootimg to unpack your recovery.img.
    Edit default.prop or prop.default by appending this line at the bottom:
    ro.product.first_api_level=(your Android SDK version)
    Then repack the recovery.
  • Step 3: Upload the repacked recovery.img to your forked repo and copy its direct link.
  • Step 4: Go to the Actions tab in your repo, and start a new workflow run.
    Paste the direct link and specify the desired TWRP version.
  • Step 5: Hit Run workflow and let the system build your TWRP image.
  • Step 6: After the build finishes, download the compiled TWRP recovery from the Releases section.

🧪 Built For

This tool is designed for Android modders and device maintainers who want a simplified and automated way to generate recovery builds. Whether you're personalizing your device or contributing to the community, this tool should give you a head start.

⚡ Contribute

Have feedback or ideas? Head over to the Issues section or open a pull request to improve the tool.

🤝 Support

If you run into any issues, check out our Discord server or open a GitHub issue to let us know!

⭐ If this tool was of any use to you, please consider giving it a Star - it would make my day! ⭐

Thanks to ColdWindScholar for building the initial project from which this was forked.

About

A simple auto TWRP builder for Android devices.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 57.6%
  • Python 42.4%