cd ~/orangefox
repo init --depth=1 -u https://github.com/TriDiscord/fox-5.1_manifest.git -b fox-5.1 # Initialize OrangeFox source code
# Clone whatever local manifest you have here
repo sync -c --force-sync --optimized-fetch -j$(nproc --all) # Start syncing
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
export FOX_USE_TWRP_RECOVERY_IMAGE_BUILDER=1
export LC_ALL=C
export OF_LEGACY_SHAR512=1
# Run lunch for your device here, use eng
mka recoveryimage
- TeamWin Recovery Project: Build and manifest is based on their repositories
- OrangeFox Recovery Project: The recovery itself
- @Sushrut1101: This entire 5.1 manifest is based on their 6.0 manifest