Skip to content

Android4Lumia530/android_device_microsoft_chakra-TWRP

Repository files navigation

TWRP tree for Microsoft Lumia 535 (2015)

Dependencies:

(you probably don't need most of these)

sudo apt-get install bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop openjdk-6-jdk openjdk-6-jre pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev
sudo apt-get install g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev

You also need the repo tool for cloning Android source trees.

Set up and get the repo:

mkdir ~/omni-twrp-tree
cd ~/omni-twrp-tree
repo init -u https://github.com/sultanqasim/twrp_recovery_manifest.git -b android-7.1
mkdir -p .repo/local_manifests

Create a file .repo/local_manifests/chakra.xml and paste this in

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
    <project name="sonic011gamer/android_device_microsoft-chakra-TWRP" path="device/microsoft/chakra" remote="github" revision="twrp" />
    <project name="sonic011gamer/android_kernel_microsoft_chakra" path="kernel/microsoft/chakra" remote="github" revision="cm-14.1" />
</manifest>

Now fetch the code

repo sync

Building:

source build/envsetup.sh
lunch omni_chakra-userdebug
make clean
make installclean
make -j10 recoveryimage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published