[RECOVERY][Condor] TWRP 2.8.7 touch recovery [2015-05-05]

Search This thread

ashwin007

Senior Member
Sep 6, 2013
595
6,181
25
Chennai
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.

Phone look:


Tablet look:


CHANGELOG for 2.8.7:

-Initial ground work for software drawn keyboard (_that)
-Fix handling of wiping internal storage on datamedia devices (xuefer)
-Allow DataManager to set and read values from the system properties (xuefer)
-Fix crash when taking screenshots on arm64 devices (xuefer)
-Fix error message after an ORS script completes (Dees_Troy)
-Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
-Add system read only option – more details below (Dees_Troy)
-Add resize2fs and GUI option to run resize2fs (Dees_Troy)
-Fix crash loop caused by empty lines in AOSP recovery command file (_that)
-Prevent duplicate page overlays such as multiple lock screens (mdmower)

Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.

System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.

resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.

This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.

CHANGELOG for 2.8.6.0:

-Fix daylight savings time rules for USA and Europe (_that)
-Allow mulitple overlays for popup boxes (Dees_Troy)
-Add pattern style password entry for decrypt (Tassadar)
-Keyboard improvements (_that)
-Update AOSP base to 5.1 (Dees_Troy)
-Reduce theme count to 5 and rely on scaling (Dees_Troy)
-Various scaling improvements (Dees_Troy)
-Improved handling of resources in the GUI (_that)
-Make scroll bar size proportional to list size (_that)
-Allow scoll lists to render without a header (_that)
-Make console scroll per pixel with kinetic scrolling (_that)
-Support styles in XML to reduce XML size and improve consistentcy (Dees_Troy)
-Various other fixes and improvements (mdmower, bigbiff, codelover, etc)

CHANGELOG for 2.8.5.0:

-Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolution
-Backups can now be cancelled while the backup is in progress (does not include restore because we don't want to leave your device in a bad state)
-Improve thread handling and move input handling into the main rendering thread to improve stability
-Make MTP work even if unplugged and plugged back in
-Unify scrollable list code and make kinetic scrolling feel more natural
-Fix handling of mapped zip files for OTA updates (CM12 updater)
-USB keyboards should now work on all devices that support USB host mode via a USB OTG cable
-Other small fixes and improvements

CHANGELOG for 2.8.4.0:

-Add flashing of boot and recovery images via the TWRP GUI (Find the Images button on the Install page)
-Fix some MTP related crashes and bugs
-Eliminate TWRP toggling USB IDs during boot if MTP is enabled
-Fix various adb sideload issues
-Improve threading of actions
-Eliminate separate thread for screen timeout
-Update libblkid to 2.25.0
-Use power button as back button on watch themes for easier navigation
-Add mutex locking to data manager
-Improve custom theme handling on encrypted devices
-Allow the stock theme to be offset by build flags so we can center a lower res theme on a higher res screen especially for watches with round screens

CHANGELOG for 2.8.3.0:

-MTP will now tell the host PC that storage is removed instead of disabling MTP completely
-MTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)
-Update and improve fix permissions and make fixing contexts optional
-Update SuperSU in TWRP to 2.40 and update install process
-Make TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)
-Attempt to set correct permissions and contexts on all files placed in storage so backups will show in Android
-Fix kernel panic during MTP start on some devices
-Support unicode fonts on devices with True Type Font support
-Fix slider value not showing sometimes (vibration settings page)
-Toggle MTP off during adb sideload to set correct USB IDs
-Reduce library requirements for 5.0 L decrypt
-Other minor fixes and improvements

Note: Starting with TWRP 2.8.2.0 and higher, adb sideload uses a new sideload method originally implemented in AOSP recovery. You will need the latest adb binaries to use sideload in these newer versions of TWRP. The version required is 1.0.32. You can find the version by running "adb version" on your computer. The new sideload feature no longer stores the zip on your device. Instead, a fuse file system is created in RAM and the zip is streamed from your computer. This puts less wear and tear on storage and ensures that large zips will not fill up all of your RAM. The sideload may spit an error on your PC side, but the zip should install just fine on your device.

DOWNLOAD:
Download the latest TWRP for CONDOR
1) Install TWRP Manager from the Play Store
2) Open TWRP Manager and provide root permissions
3) Hit Advanced->Install Recovery
4) Verify the correct device name on your screen then press Install Recovery if the correct device is showing
OR:
You can find more information and download links on our NEW website! NOTE that the 2.8.6.0 version is ONLY available on our new site and is not available on our other, older mirrors!

BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!

SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.

XDA:DevDB Information
TWRP for Condor, Tool/Utility for the Moto E

Contributors
ashwin007

Version Information
Status: Testing

Created 2015-05-05
Last Updated 2015-07-30
 

Phantom410

Senior Member
Mar 28, 2015
208
50
Buenos Aires
How do I update?? I installed TWRP manager but I dont have any advance option to install a new recovery, thx.
Edit:
Ended up using a different app to flash it, flashify. Still would be nice to know how to install via the official TWRP app
 
Last edited:

sandeep_7

Senior Member
Feb 14, 2015
271
76
New Delhi
Redmi K20 Pro
error..

While wiping internal memory it says "successful" but shows sime error . attaching screenshot.
 

Attachments

  • Screenshot_2015-05-06-05-28-19.png
    Screenshot_2015-05-06-05-28-19.png
    79.1 KB · Views: 986
Last edited:

ZhekaJ

Member
May 6, 2015
41
4
DOWNLOAD:
Download the latest TWRP for CONDOR
1) Install TWRP Manager from the Play Store
2) Open TWRP Manager and provide root permissions
3) Hit Advanced->Install Recovery
4) Verify the correct device name on your screen then press Install Recovery if the correct device is showing

TWRP Manager from Play Store install old version 2.7.1.0

OR:
You can find more information and download links on our NEW website! NOTE that the 2.8.6.0 version is ONLY available on our new site and is not available on our other, older mirrors!
From this link Old version 2.7.1.0

Where i can download FLASHABLE Version 2.8.6.0 of TWRP Recovery ( ZIP ), not .IMG ? Thanks
 

Adarsh1998

Senior Member
Nov 6, 2014
1,914
1,474
DAVANGERE
DOWNLOAD:
Download the latest TWRP for CONDOR
1) Install TWRP Manager from the Play Store
2) Open TWRP Manager and provide root permissions
3) Hit Advanced->Install Recovery
4) Verify the correct device name on your screen then press Install Recovery if the correct device is showing

TWRP Manager from Play Store install old version 2.7.1.0

OR:
You can find more information and download links on our NEW website! NOTE that the 2.8.6.0 version is ONLY available on our new site and is not available on our other, older mirrors!
From this link Old version 2.7.1.0

Where i can download FLASHABLE Version 2.8.6.0 of TWRP Recovery ( ZIP ), not .IMG ? Thanks
I don't think recovery can Flasheble on zip. You can install this . Img with the flashify app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 37
    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.

    Phone look:


    Tablet look:


    CHANGELOG for 2.8.7:

    -Initial ground work for software drawn keyboard (_that)
    -Fix handling of wiping internal storage on datamedia devices (xuefer)
    -Allow DataManager to set and read values from the system properties (xuefer)
    -Fix crash when taking screenshots on arm64 devices (xuefer)
    -Fix error message after an ORS script completes (Dees_Troy)
    -Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
    -Add system read only option – more details below (Dees_Troy)
    -Add resize2fs and GUI option to run resize2fs (Dees_Troy)
    -Fix crash loop caused by empty lines in AOSP recovery command file (_that)
    -Prevent duplicate page overlays such as multiple lock screens (mdmower)

    Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.

    System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.

    resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.

    This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.

    CHANGELOG for 2.8.6.0:

    -Fix daylight savings time rules for USA and Europe (_that)
    -Allow mulitple overlays for popup boxes (Dees_Troy)
    -Add pattern style password entry for decrypt (Tassadar)
    -Keyboard improvements (_that)
    -Update AOSP base to 5.1 (Dees_Troy)
    -Reduce theme count to 5 and rely on scaling (Dees_Troy)
    -Various scaling improvements (Dees_Troy)
    -Improved handling of resources in the GUI (_that)
    -Make scroll bar size proportional to list size (_that)
    -Allow scoll lists to render without a header (_that)
    -Make console scroll per pixel with kinetic scrolling (_that)
    -Support styles in XML to reduce XML size and improve consistentcy (Dees_Troy)
    -Various other fixes and improvements (mdmower, bigbiff, codelover, etc)

    CHANGELOG for 2.8.5.0:

    -Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolution
    -Backups can now be cancelled while the backup is in progress (does not include restore because we don't want to leave your device in a bad state)
    -Improve thread handling and move input handling into the main rendering thread to improve stability
    -Make MTP work even if unplugged and plugged back in
    -Unify scrollable list code and make kinetic scrolling feel more natural
    -Fix handling of mapped zip files for OTA updates (CM12 updater)
    -USB keyboards should now work on all devices that support USB host mode via a USB OTG cable
    -Other small fixes and improvements

    CHANGELOG for 2.8.4.0:

    -Add flashing of boot and recovery images via the TWRP GUI (Find the Images button on the Install page)
    -Fix some MTP related crashes and bugs
    -Eliminate TWRP toggling USB IDs during boot if MTP is enabled
    -Fix various adb sideload issues
    -Improve threading of actions
    -Eliminate separate thread for screen timeout
    -Update libblkid to 2.25.0
    -Use power button as back button on watch themes for easier navigation
    -Add mutex locking to data manager
    -Improve custom theme handling on encrypted devices
    -Allow the stock theme to be offset by build flags so we can center a lower res theme on a higher res screen especially for watches with round screens

    CHANGELOG for 2.8.3.0:

    -MTP will now tell the host PC that storage is removed instead of disabling MTP completely
    -MTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)
    -Update and improve fix permissions and make fixing contexts optional
    -Update SuperSU in TWRP to 2.40 and update install process
    -Make TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)
    -Attempt to set correct permissions and contexts on all files placed in storage so backups will show in Android
    -Fix kernel panic during MTP start on some devices
    -Support unicode fonts on devices with True Type Font support
    -Fix slider value not showing sometimes (vibration settings page)
    -Toggle MTP off during adb sideload to set correct USB IDs
    -Reduce library requirements for 5.0 L decrypt
    -Other minor fixes and improvements

    Note: Starting with TWRP 2.8.2.0 and higher, adb sideload uses a new sideload method originally implemented in AOSP recovery. You will need the latest adb binaries to use sideload in these newer versions of TWRP. The version required is 1.0.32. You can find the version by running "adb version" on your computer. The new sideload feature no longer stores the zip on your device. Instead, a fuse file system is created in RAM and the zip is streamed from your computer. This puts less wear and tear on storage and ensures that large zips will not fill up all of your RAM. The sideload may spit an error on your PC side, but the zip should install just fine on your device.

    DOWNLOAD:
    Download the latest TWRP for CONDOR
    1) Install TWRP Manager from the Play Store
    2) Open TWRP Manager and provide root permissions
    3) Hit Advanced->Install Recovery
    4) Verify the correct device name on your screen then press Install Recovery if the correct device is showing
    OR:
    You can find more information and download links on our NEW website! NOTE that the 2.8.6.0 version is ONLY available on our new site and is not available on our other, older mirrors!

    BUGS:
    If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!

    SUPPORT:
    Live support is available via #twrp on Freenode with your IRC client or just click this link.

    XDA:DevDB Information
    TWRP for Condor, Tool/Utility for the Moto E

    Contributors
    ashwin007

    Version Information
    Status: Testing

    Created 2015-05-05
    Last Updated 2015-07-30
    6
    Interstingly, however, it seems not to be released officially yet. https://twrp.me/ shows 2.8.6 as latest release still
    https://github.com/omnirom/android_bootable_recovery/commits/android-5.1

    See that^^its official. Its just that I released build before anybody did
    6
    Everything works good.Good for daily use xD
    6
    I see that twrp has a considerably huge changelog after 2.8.6.0 And this the the first device to get 2.8.7.0!!!!! .Check twrp tree@omnirom.