This repository contains the TWRP recovery build environment for Xiaomi 13T Pro (code-named "Corot").
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images.
- Basic knowledge of Android build environment.
- Installed JDK 8 or newer.
- A Linux environment or macOS.
-
Set up your build environment: Make sure you have a proper Android build environment set up. You can follow the Android source guide.
-
Clone this repository: $git clone https://github.com/Scav-engeR/13T_Pro_Corot_Twrp.git
-
Prepare the build environment: Navigate to the root of the source code and prepare the environment. $cd 13T_Pro_Corot_Twrp $source build/envsetup.sh
-
Build the recovery image: $lunch corot-eng $mka vendorbootimage
The resulting image (vendor_boot.img
) will be in the out/target/product/corot
directory.
Contributions to the project are welcome! Please fork the repository, make your changes, and open a pull request to contribute.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.