This repository provides a fully automated GitHub Actions workflow to compile OrangeFox Recovery Project (OFRP) for the Samsung Galaxy Tab S9 FE (Wi-Fi), codenamed gts9fewifi.
This workflow is designed as a generic, configurable build pipeline. It automatically performs the following steps on a remote server:
- Sets up a clean build environment with all necessary dependencies.
- Syncs the latest OrangeFox source code for the specified manifest branch.
- Clones the device-specific tree for
gts9fewifi. - Compiles the recovery image using the AOSP build system.
- Creates a GitHub Release with the final recovery image for easy download.
This builder is configured to be run manually from the GitHub Actions tab.
- Navigate to the [Actions] tab of this repository.
- In the left sidebar, click on "Recovery Build for gts9fe".
- Click the "Run workflow" dropdown button.
- The form will be pre-filled with the correct parameters for
gts9fewifi. No changes are needed. - Click the green "Run workflow" button to start the build.
When the build is complete (it may take 1-2 hours), the final recovery.img will not be in the "Artifacts" section. Instead, a new Release will be automatically created.
- Find the output on the [Releases page] of this repository.
- OrangeFox Recovery Project Team for their incredible work on the recovery.
- The original author of the generic build workflow.