Skip to content

IcemanDev/device_xiaomi_lavender-twrp-3.4.0-1

Repository files navigation

android_device_xiaomi_lavender

Android 9 and 10 TWRP device tree for Xiaomi Redmi Note 7 (codname: lavender).

Integrated root system.

Building with Omni (9.0) repo or LineageOS (16.0) repo (it doesn't matter).

mkdir your_twrp_folder

cd ~/your_twrp_folder

repo init -u https://github.com/LineageOS/android.git -b lineage-16.0

or

repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0

repo sync

To compile:

cd ~/your_twrp_folder

. build/envsetup.sh

breakfast lavender eng

mka adbd recoveryimage | tee twrp.log

or single command (copy/paste in terminal):

. build/envsetup.sh && breakfast lavender eng && rm -rf out && make clean && mka adbd recoveryimage | tee twrp.log

If you want to build TWRP and kernel you need to flag TARGET_PREBUILT_KERNEL in the BoardConfig.mk file (#TARGET_PREBUILT_KERNEL) and download the kernel source code.

Kernel source: https://github.com/MiCode/Xiaomi_Kernel_OpenSource.git -b lavender-p-oss

cd ~/your_twrp_folder

git clone --depth=1 https://github.com/MiCode/Xiaomi_Kernel_OpenSource.git -b lavender-p-oss kernel/xiaomi/lavender

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published