

Introduction:
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.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Easy selection of internal/external storage
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open-source project.
Source Code:
GitHub - https://github.com/TeamWin/android_bootable_recovery
Gerrit Instance - http://gerrit.twrp.me
Device Tree: https://github.com/rabilgic/twrp_device_oneplus_hotdogb
Device Kernel: https://github.com/OnePlusOSS/android_kernel_oneplus_sm8150
Download:
https://sourceforge.net/projects/twrp-for-oneplus-7t/files/OnePlus7T/
To test it:
fastboot boot <recovery>.img
Installation:
fastboot flash recovery <recovery>.img
OR
use the installation zips.
Notes:
This TWRP is Oneplus 7T with decryption working for OOS12.
Credits:
- Lossyx for original trees.
- DarthJabba9 original trees.
- mauronofrio for original trees.
- OrangeFox team for amazing work.
- TWRP team and everyone involved for their amazing work.