Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scav-enger/13t_pro_corot_twrp
- Owner: Scav-engeR
- License: gpl-3.0
- Created: 2024-04-02T02:42:17.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-02T04:48:48.000Z (9 months ago)
- Last Synced: 2024-11-06T17:57:48.527Z (2 months ago)
- Language: Makefile
- Size: 43 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.git3. **Prepare the build environment**:
Navigate to the root of the source code and prepare the environment.
$cd 13T_Pro_Corot_Twrp
$source build/envsetup.sh4. **Build the recovery image**:
$lunch corot-eng
$mka vendorbootimageThe 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.