Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scav-enger/13t_pro_corot_twrp

TWRP Custom Recovery for XIaomi 13T Pro "COROT" Devices - First Build
https://github.com/scav-enger/13t_pro_corot_twrp

Last synced: 13 days ago
JSON representation

TWRP Custom Recovery for XIaomi 13T Pro "COROT" Devices - First Build

Awesome Lists containing this project

README

        

# TWRP for Xiaomi 13T Pro Corot

[![Whats-App-Image-2024-04-02-at-9-13-59-AM.jpg](https://i.postimg.cc/PrmHh5cc/Whats-App-Image-2024-04-02-at-9-13-59-AM.jpg)](https://postimg.cc/YhqZzMtf)

This repository contains the TWRP recovery build environment for Xiaomi 13T Pro (code-named "Corot").

## About TWRP

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.

## Pre-requisites

- Basic knowledge of Android build environment.
- Installed JDK 8 or newer.
- A Linux environment or macOS.

## How to Build

1. **Set up your build environment**:
Make sure you have a proper Android build environment set up. You can follow the [Android source guide](https://source.android.com/setup/build/initializing).

2. **Clone this repository**:
$git clone https://github.com/Scav-engeR/13T_Pro_Corot_Twrp.git

3. **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

4. **Build the recovery image**:
$lunch corot-eng
$mka vendorbootimage

The resulting image (`vendor_boot.img`) will be in the `out/target/product/corot` directory.

## Contributing

Contributions to the project are welcome! Please fork the repository, make your changes, and open a pull request to contribute.

## License

This project is licensed under the [GNU GENERAL PUBLIC LICENSE](LICENSE) - see the LICENSE file for details.