29-12-2021, 11:46 AM
Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's a fully touch driven user interface , no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Information
Status: Unofficial
Maintainer : Pranav Talmale
Version: R11.1_0
Release Date: 2021-12-29
Source Code: https://gitlab.com/OrangeFox
Device Tree : https://github.com/Pranav-Talmale/androi...i_umi_OFOX
Installation:
Method 1 (Flashing from other recovery):
Just flash the downloaded zip in recovery to flash OrangeFox from TWRP or any other recovery.
Method 2 (fastboot flashing):
i. Download the latest stable zip and Extract the recovery.img from the given zip.
ii. flash the recovery from fastboot using command:
Code:
fastboot flash recovery recovery.img
![[Image: adb.png]](https://techinbermudas.com/forum/images/posts/adb.png)
![[Image: download.png]](https://techinbermudas.com/images/posts/download.png)