Team Win Recovery 2.8.1.0
The first TWRP recovery for E-ink devices with a custom theme
Quote:
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its 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.
|
Screenshot:
Quote:
CHANGELOG for 2.8.1.0:
-MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
-TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
-Temperature support - thanks to bigbiff
-Various other bugfixes and tweaks
|
HOW TO INSTALL
Quote:
Method 1: safest and easiest way (Require root access)
1- Move the following file to the sdcard if it exists:
Quote:
/system/recovery-from-boot.p
|
2- Copy the recovery image file to your device (/sdcard).
3- Run ADB Shell and enter the following commands:
Quote:
cd /sdcard/
flash_image recovery RecoveryImageFile.img
|
Note: If you got the following error
Then download "flash_image" from the attachment OR form this link and copy it to "/system/bin" directory. Don't forget fixing file's permissions "chmod 755"

Method 2:
Install the recovery image using RK TOOLS
|
Supported Devices
All recovery images have been updated on the 10th of July @4PM EST
FAQ
Quote:
1- How to boot into recovery mode?
Method 1: Power off your device then press and hold the power button and the "refresh button" OR "Next button" at the same time.
Method 2: Using adb command :
2- How to restore the original recovery?
Method 1: Copy or move the file
to the original directory "/system" and reboot your device.
Method 2: Download an update Zip file and extract the files "recover/recovery-from-boot.p" and "recover/etc/install-recovery.sh". Copy them to your device and reboot. Dont forget "chmod 755 install-recovery.sh"
3- Can I install mods or ROMs on my device?
Yes but you need to backup system and data partitions before trying these mods or ROMs.
4- Can I install official updates using this recovery?
Yes but keep in mind that you will have to reinstall the TWRP recovery again.
5- How to install official updates without losing TWRP recovery ?
Delete "recovery-from-boot.p" file from the update Zip file.
|
Source code