Skip to content

xiaomi-ulysse/twrp_device_xiaomi_ulysse

 
 

Repository files navigation

TWRP Device Tree for Xiaomi Redmi Note 5A / Y1

Features

This TWRP automatically detects the device region and updates the device code name "ulysse"

Compile

First checkout Minimal TWRP with OmniROM Tree:

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

And execute these:

export ALLOW_MISSING_DEPENDENCIES=true # Only if using Minimal TWRP Tree
. build/envsetup.sh
lunch omni_ulysse-eng
mka recoveryimage

Installing:

Testing it:

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

Flash it via fastboot:

fastboot flash recovery recovery.img

Or use Official TWRP App to install it.

Credits

Thanks to @mauronofrio for his work on TWRP

Thanks to @Dhina_17 for 'onclite' blobs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Makefile 69.8%
  • C++ 23.9%
  • Shell 6.3%