Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Dees_Troy
Old
(Last edited by Dees_Troy; 9th April 2013 at 05:22 PM.)
#1  
Dees_Troy's Avatar
Recognized Developer - OP
Thanks Meter 6714
Posts: 1,512
Join Date: Mar 2008
Location: KC MO

 
DONATE TO ME
Default [RECOVERY] TWRP 2.5.0.0 touch recovery [2013-04-09]

Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. 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.

Phone look:


Tablet look:


CHANGELOG for 2.5.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.5.0.0 as your custom theme will likely not be compatible with the new changes!

-Added scrollable partition lists for mount, backup, restore, wipe, and storage selection
-Add new SliderValue GUI element for selecting brightness and screen timeout (thanks to Tassadar)
-Re-work AOSP and TWRP code to improve license compatibility between GPL and Apache
-Added official theme for 1080x1920 portrait devices (HTC One m7, HTC DNA, HTC Butterfly, Oppo Find 5, Sony Xperia Z, etc)
-Fixed a problem with directory permissions on split archive backups (backups usually restored with no app data)
-Fixed a problem with md5 verification of backups
-Added a search function to libtar (thanks to kokotas)
-Improve handling of XML errors (fix permissions)
-Fixed handling of subpartitions
-Improvements to recovery.fstab flags
-Fixed a problem with decryption not being able to locate the decryption key in some situations

CHANGELOG for 2.4.4.0:
-Added another libtar hardlink workaround to fix restore of some backups (usually related to Ubuntu Touch)
-More fixes for the file selector
-Switched from using busybox md5sum to a direct C function call
-Fixed capturing the exit status of tar based backups/restore - TWRP will display that there was an error if there was one again
-Update exFAT to latest commits
-Added a build flag to disable using the ioctl for screen blanking

CHANGELOG for 2.4.3.0:
-Fixed 2 bugs related to restore, one dealing with mknod failures (by bigbiff) and one dealing with restoring hardlinks (by Dees_Troy)
NOTE: If your backups weren't restoring correctly in earlier 2.4.x versions they should restore correctly now. Hopefully you didn't delete those backups. If you're still having problems, run the restore, go to advanced and copy log, then give us the log. Complaints without logs will be rightfully ignored.
-Added a scroll bar to file selectors and listboxes courtesy of Tassadar
-Added libblkid for more accurate detection of file systems and can now detect exFAT properly thanks to bigbiff
-Added a screen dim effect 2 seconds before screen off on some devices
-Finally fixed file selector crash (one of the joys of working with multi-threaded software)
-Fixed loading of screen timeout setting during startup
-Improvements and bugfixes to screen timeout code
-Fixed persistence of the 24 hour / military time setting

CHANGELOG for 2.4.2.0:
-Add screen timeout - screen will turn off automatically after 60 seconds, saves battery and prevents screen burn-in especially on AMOLED devices
-Add a brightness setting (requires device specific setup and only some devices have been added)
-Add a root checker and offer to install SuperSU if the device isn't already rooted
-Add a write buffer to libtar backups, significant improvements to speeds when backing up to exFAT target, minor improvements for other file systems
-Check and offer to fix root permissions if broken
-Add an option for a 24 hour clock display instead of AM/PM (aka military time)
-Move stock recovery reflash check to occur during the reboot cycle
-Add support for some MTK6xxx devices
-Change libtar to vfork to help prevent memory problems
-Add a "clicked" effect to most buttons, file selector, and listbox
-Improve timezone listbox to be more like file selector (per pixel kinetic scrolling, etc)
-Remove some no longer used settings (Forced MD5 sum on zips, size checking on image backups)
-Other minor bugfixes and improvements

CHANGELOG for 2.4.1.0:
-Fixed a problem with mkdosfs that formatted sdcards to 2GB
-Fixed handoff between vfat and exFAT on devices where blkid didn't detect vfat (fixes some issues with mounting sdcards)
-Fixed problems with changing working directory on MD5 creation/checking that may have prevented unmounting
-Backups will now store a copy of the backup log after the backup is completed (only if backup is successful)

CHANGELOG for 2.4.0.0:
-Using libtar instead of busybox's tar for better control over tar file creation and breaking the 2GB barrier that busybox imposes (thanks to bigbiff)
-Support for exFAT formatted sdcards (also thanks to bigbiff)
-Support for decrypting Samsung TouchWiz encrypted devices including internal and external storage (special thanks to a3955269 for figuring it out)
-Improvements to OpenRecoveryScript including displaying a proper GUI while the script is running
-Added wipe cache and dalvik after ADB Sideload
-Replaced many system calls with their native C counterparts
-Fixed bugs in file manager where it would display an empty list after moving or deleting a folder
-Fixed AOSP recovery commands to run after decryption on encrypted devices
-Improvements for building TWRP in CM10.1
-Other minor bugfixes and improvements
NOTE: 2.4.0.0 is, as always, still compatible with your older backups!

DOWNLOAD:
The fastest and easiest way to install TWRP is to use the GooManager app:
Play Store Link
Direct Download
1) Install GooManager from the Play Store
2) Open GooManager and provide root permissions
3) Hit Menu (or the button with the 3 dots on your screen) and then Install OpenRecovery
OR:
You can find more information and download links on our website!

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.
The Following 22 Users Say Thank You to Dees_Troy For This Useful Post: [ Click to Expand ]
 
Dees_Troy
Old
(Last edited by Dees_Troy; 7th October 2011 at 10:14 PM.)
#2  
Dees_Troy's Avatar
Recognized Developer - OP
Thanks Meter 6714
Posts: 1,512
Join Date: Mar 2008
Location: KC MO

 
DONATE TO ME
Changelog: See our website!
The Following 6 Users Say Thank You to Dees_Troy For This Useful Post: [ Click to Expand ]
 
Dees_Troy
Old
(Last edited by Dees_Troy; 6th October 2011 at 05:23 PM.)
#3  
Dees_Troy's Avatar
Recognized Developer - OP
Thanks Meter 6714
Posts: 1,512
Join Date: Mar 2008
Location: KC MO

 
DONATE TO ME
FAQ:

Install as a Flashable Zip? [RECOMMENDED]
  1. Download flashable zip from the OP and rename it "PG06IMG.zip" (without the quotes)
  2. Place in the root of the sdcard
  3. Power off phone (make sure you turn off hot boot or pull the battery when it's off)
  4. Power on the phone holding power and volume down
  5. Follow the prompts to flash it
  6. Delete .zip (PG06IMG.zip) after booting
  7. Enjoy

How to install with Fastboot:
  1. Download the fastboot binary for your computer from HTC
  2. Connect your phone and boot it into fastboot
  3. Run fastboot with the command
    Code:
    fastboot flash recovery path/to/recovery-twrp-speedy-1.1.0.img

Does this back up Wimax partition?
That is an option if you chose. Recommended to make at least one backup of just wimax and store that somewhere safe.

The screen went black after doing [insert random function]. What is the issue?
When testing the recovery early on we noticed fastboot wasnt a stable way to flash the recovery. Random issues would arise after using the method. As a result and a solution, flashing the recovery via the PG06IMG.zip is recommended to avoid such issues. Please try this as a solution.

I found a bug! What do I do?
Well you're probably going to want to post here and see if other people are having the same issue. We're also going to start tracking bugs on Github along with our project. This will let you see what issues we are aware of. You can submit a bug here: https://github.com/TeamWin/Team-Win-...Project/issues Be sure to include how you came about the issue as well as list your device and how you installed twrp.

Have a great new feature idea for TWRP?
Submit it on our Github page! It'll help us track it and notify you of the progress. https://github.com/TeamWin/Team-Win-...Project/issues

Why should I use this over ClockworkMod?
While all three recoveries offer roughly the same abilities (backup, restore, flash) we feel like ours adds a bit more in addition to the basics as well as blend some of the more useful features. A few differences to hightlight:
  • USB Mass Storage mode (Not in CWM)
  • Re-organized menus with most commonly used features on top
  • Saveable settings for all preferences selected
  • Date and battery display (configurable timezones)
  • Ability to auto-reboot after flashing
  • Color themes
  • Capacitive button support
Go a head and give it a try! You've got nothing to lose. If you don't like it you can always roll back to whatever recovery you want. Of course, shift might go all Emo Pony on us, but he'll get over it.
The Following 4 Users Say Thank You to Dees_Troy For This Useful Post: [ Click to Expand ]
 
thronnos
Old
#4  
thronnos's Avatar
Senior Member
Thanks Meter 213
Posts: 950
Join Date: Apr 2011
Location: San Antonio
Sweet! First post! Time to get rid of rom manager!

Teleported from my Shifty Speedy using Tapatalk
 
-shift-
Old
#5  
-shift-'s Avatar
Senior Member
Thanks Meter 821
Posts: 4,596
Join Date: Jun 2010

 
DONATE TO ME
Nice! Congrats on the release on the evo shift!
 
strapped365
Old
#6  
strapped365's Avatar
Senior Member
Thanks Meter 2468
Posts: 4,614
Join Date: Mar 2011
Location: Columbus

 
DONATE TO ME
Thank you for this amazing recovery teamwin! Way way better then anyone ever expected! CWM will prolly never be used again lol

Supremely Shifted
 
dkelle4
Old
#7  
dkelle4's Avatar
Recognized Developer
Thanks Meter 80
Posts: 432
Join Date: Jun 2010
Location: Chicago, IL

 
DONATE TO ME
ZOMFG!!
 
jsp254
Old
#8  
Senior Member
Thanks Meter 36
Posts: 263
Join Date: Apr 2009
yeah, i'm pretty sure this is wood i'm sporting
 
linuxman008
Old
#9  
linuxman008's Avatar
Senior Member
Thanks Meter 57
Posts: 172
Join Date: Apr 2011
Yeah, been using this since last night, it is awesome. And clockwork did have USB storage mode, its in the advanced settings, not that it matters anymore.
 
thronnos
Old
#10  
thronnos's Avatar
Senior Member
Thanks Meter 213
Posts: 950
Join Date: Apr 2011
Location: San Antonio
Found bug....

Rom: CM7 nightly 214(latest)
Kernel: PershootV9
Twrp install method: bootloader

Bug: whenever I go to fix permissions, the green progress bar will go all the way to them end and then freeze... I did it twice to make sure, but i needed to pull the battery both times

Teleported from my Shifty Speedy using Tapatalk

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...