Giter Site home page Giter Site logo

fox-6.0_manifest's Introduction

fox_6.0 (android-6.0) Based Manifest for OrangeFox Recovery

Notes

  • This is NOT an Official Manifest.
  • This Manifest uses the Official twrp-6.0 source, with a Patched Build System for OrangeFox, and the OFFICIAL OrangeFox bootable/recovery and vendor/recovery trees.
  • The Build Environment Setup Guide Below, is the same till Step Number 4 (except for apt). For Other Linux Distros, Read This.

How to Build

  1. Set up the Build Environment

    cd ~
    sudo apt install git aria2 -y
    git clone https://github.com/akhilnarang/scripts.git ~/scripts
    cd ~/scripts
    sudo bash setup/android_build_env.sh 
  2. Sync the OrangeFox (fox_6.0) Source

    mkdir ~/OrangeFox_6
    cd ~/OrangeFox_6
    repo init -u https://github.com/OrangeFoxRecovery/fox-6.0_manifest.git -b fox_6.0
    repo sync -j$(nproc --all) --force-sync

    Tip:

    • Use repo init --depth=1 -u https://github.com/OrangeFoxRecovery/fox-6.0_manifest.git -b fox_6.0 to initialize a Shallow Clone to save Disk Space.
  3. Place Trees and Kernel

    For Example: (Yours may be Different)

    cd ~/OrangeFox_6
    git clone https://github.com/OrangeFoxRecovery/device_samsung_fortuna3g.git device/samsung/fortuna3g
  4. Build it!

    cd ~/OrangeFox_6
    . 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
    lunch omni_<device>-eng
    mka recoveryimage

    Notes:

    • If you are getting errors like "Keymaster2" during Compilation, run export OF_DISABLE_KEYMASTER2=1 and then Build Again.
  5. Take your OrangeFox Build

    Find your build:

    cd ~/OrangeFox_6
    ls out/target/product/*/
  6. Enjoy!

    Now enjoy the Latest OrangeFox Recovery on an old device too! :)

Credits:

  • TeamWin - for TWRP Manifest
  • The OrangeFox Team - for the Amazing Recovery!
  • @DarthJabba9 - For the fox_6.0 Build System Patch File.
  • @Sushrut1101 - For adding the patches in a proper Manifest.

fox-6.0_manifest's People

Contributors

andi34 avatar brinlyau avatar captainthrowback avatar cco3 avatar deadman96385 avatar entropy512 avatar erikcas avatar haus1 avatar herna1994 avatar humberos avatar jiangyi avatar lalitmaganti avatar maxwen avatar mikeng avatar mzo9400 avatar pulser avatar rmcc avatar scanno avatar slickrick avatar spearce avatar sushrut1101 avatar tdm avatar thecrazyskull avatar timschumi avatar xplodwild avatar yajnab avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.