Skip to content

Minimal manifest for building OrangeFox for devices shipped with Android 5.1

Notifications You must be signed in to change notification settings

mfn003/fox-5.1_manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

OrangeFox Recovery Manifest for Android 5.1

Downloading Source

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

Building

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

Credits

  • 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

About

Minimal manifest for building OrangeFox for devices shipped with Android 5.1

Resources

Stars

Watchers

Forks

Packages

No packages published