Skip to content

muhammadfahadbaig/android_device_huawei_cherry

Repository files navigation

TeamWin Recovery Project 3.X.X for Huawei Honor 4C / 4X

Target Device: Huawei Honor 4C / 4X
Target Board: HiSilicon Kirin 620 (hi6210sft)

Preparing Build Environment and Syncing the OmniROM sources

How to build and flash?

  1. You'll first need to clone this device tree to download the files needed to build the recovery.
  • cd to the device directory in your main work folder (where you have synced CM or OmniROM sources)
    cd device
  • Create a new folder huawei
    mkdir huawei
  • Clone this repository
    git clone https://github.com/muhammadfahadbaig/android_device_huawei_cherry/ cherry
  1. cd back to your main work folder. Prepare device specific source code
    source build/envsetup.sh && lunch omni_cherry-userdebug
  2. Finally, build the image!
    make -j# recoveryimage replace # with your total host cpu cores + 1
  3. Your recovery image will be located at out/target/product/cherry/recovery.img
  4. Use fastboot to flash the recovery fastboot flash recovery recovery.img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published