- Apr 27, 2012
- 1,446
- 148
- 63

TeamWin Recovery Project
v2.3.2.3
Description:
Team Win Recovery Project 2.3, or twrp2 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:
- Graphical touchscreen interface with buttons and drag-to-scroll!
- Ability to choose to compress backups ? now with pigz (multi-core processor support for faster compression times)
- Compressed backups that can save you up to 50% disk space
- Ability to choose which partitions to back up and which to restore
- Custom names for backups, rename and delete backups inside recovery
- Integrated Terminal Emulator
- Install queues allow you to install multiple zips in one go (e.g. CM9 zip together with gapps zip)
- Easy one-button cache & dalvik cache clearing after an installation
- Recovery settings are saved to the sdcard and persist through reboots
- File Manager that allows you to move, copy, delete and rename files and change their permissions
- Battery percentage indicator, charging indicator and clock (set your timezone in settings!)
- Reboot into download mode (bootloader)
- Decryption of /data
- Easy selection of internal/external storage
- ADB support
- Sideloading for automated ROM install: ADB Sideload | TeamWin
- Detailed logfile
- XML-based GUI that allows full customization of the layout ? true theming!
What's new in 2.3:
- -Rebased onto AOSP Jelly Bean source code
- -Rewrote backup, restore, wipe, and mount code in C++ classes for easier maintenance going forward
- NOTE: backups from prior versions of TWRP are still compatible with 2.3
- -ADB sideload functionality from AOSP is included in 2.3, see this link for more info
- -Re-wrote fix permissions entirely in C++ and runs in a few seconds instead of a few minutes (thanks to bigbiff)
- -Improvements to zip finding in OpenRecoveryScript (should be a lot fewer GooManager automation issues)
- -Faster boot times
- -Added charging indicator while in recovery (only updates once every 60 seconds)
What works:
- Backup & restore
- Mount & Unmount partitions
- Mount USM
What does not work:
- Nothing.
Install Code
adb push recovery.img /data/local/tmp/recovery.img
adb shell "su flash_image recovery recovery.img"
adb reboot recovery
Note: By downloading and installing the recovery package you take sole responsibility for any damages caused to your device.
Download Links:
Download: twrp2-lge-thunderc.zip
Source:
Here's the GitHub for anyone interested or wanting to help out
https://github.com/thenameisnigel
