menghang / android_device_xiaomi_cepheus

TWRP Source for Xiaomi Mi MIX 3 perseus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android_device_xiaomi_cepheus

For building TWRP for Xiaomi Mi 9

TWRP device tree for Xiaomi Mi 9

Features

Works:

  • ADB
  • Decryption of /data
  • Screen brightness settings
  • Vibration on touch
  • Correct screenshot color

Compile

First checkout minimal twrp with omnirom tree:

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

Then add these projects to .repo/manifest.xml:

<project path="device/xiaomi/cepheus" name="mauronofrio/android_device_xiaomi_cepheus" remote="github" revision="android-9.0" />

Finally execute these:

. build/envsetup.sh
lunch omni_cepheus-eng
mka recoveryimage ALLOW_MISSING_DEPENDENCIES=true # Only if you use minimal twrp tree.

To test it:

fastboot boot out/target/product/cepheus/recovery.img

Other Sources

Kernel Sources:

Thanks

About

TWRP Source for Xiaomi Mi MIX 3 perseus


Languages

Language:Makefile 87.5%Language:Shell 12.5%