[RECOVERY] TWRP 2.6.3.0 touch recovery [2013-09-16]

Search This thread

Dees_Troy

Senior Recognized Developer
Mar 31, 2008
1,705
13,582
KC MO
www.teamw.in
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.6.3.0:
-Proper backup and restore of SELinux contexts (thanks to Tassadar)
-Pull in some ROM information for backup name generation
-Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
-Add 1200x1920 theme (thanks to Tassadar)
-A few other fixes and tweaks

CHANGELOG for 2.6.1.0:
-Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
-Initial support for f2fs file system formatting (Moto X)
-Update SuperSU install for 4.3 ROMs
-Fixed a permissions bug on files created during backup
-Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
-Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
-Ignore lost+found folder during backup and size calculations
-Various other minor bug fixes and tweaks

CHANGELOG for 2.6.0.0:
Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
-Can encrypt a backup to prevent theft of private data from your backup files
-Updated graphics / icon courtesy of shift
-Updated exFAT to latest commits
-Fixed a problem with Samsung TouchWiz decryption
-Update SuperSU binary
-Fixed saving of backup partitions list
-Fixed saving of last used zip install folder
-Fixed backup of datadata on devices that use a separate partition for datadata
-Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
-Fixed some problems with partitioning a SD card
-Various other bug fixes and tweaks

Notes about encrypted backups:
Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.

Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.

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.
 
Last edited:

js417

Senior Member
Apr 30, 2010
464
98
Indiana
I cant get to the link I keep getting this message Oops! Google Chrome could not connect to tinyw.in :(
 

NxtGenCowboy

Senior Member
Dec 29, 2007
666
266
Chicago,IL
Site is not down.

There is a routing issue at the moment..

I cannot get to it from work but the site works on my Evo3D and from my home.
 

oreoOozZz

Senior Member
Nov 13, 2008
725
27
Been on this since yesterday, great job TW. Touch ftw.

Idk if the links still actin up but i still have it up on my dropbox from yesterday, with permission ill post a link if you guys want. dont wanna step on anyones toes, let me know.

---------- Post added at 05:06 PM ---------- Previous post was at 05:05 PM ----------

I had major issues & reverted back to the old TWRP.

What kind of "Major Issues" exactly? Just curious as i havent had any and i've tried a good bunch of the features.
 

SketchyStunts

Senior Member
Sep 1, 2011
2,432
792
GA.
Been on this since yesterday, great job TW. Touch ftw.

Idk if the links still actin up but i still have it up on my dropbox from yesterday, with permission ill post a link if you guys want. dont wanna step on anyones toes, let me know.

---------- Post added at 05:06 PM ---------- Previous post was at 05:05 PM ----------



What kind of "Major Issues" exactly? Just curious as i havent had any and i've tried a good bunch of the features.

http://xdaforums.com/showpost.php?p=20470636&postcount=56 My post from General
 
  • Like
Reactions: oreoOozZz

Top Liked Posts

  • There are no posts matching your filters.
  • 98
    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.6.3.0:
    -Proper backup and restore of SELinux contexts (thanks to Tassadar)
    -Pull in some ROM information for backup name generation
    -Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
    -Add 1200x1920 theme (thanks to Tassadar)
    -A few other fixes and tweaks

    CHANGELOG for 2.6.1.0:
    -Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)
    -Initial support for f2fs file system formatting (Moto X)
    -Update SuperSU install for 4.3 ROMs
    -Fixed a permissions bug on files created during backup
    -Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match
    -Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible
    -Ignore lost+found folder during backup and size calculations
    -Various other minor bug fixes and tweaks

    CHANGELOG for 2.6.0.0:
    Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!
    -Can encrypt a backup to prevent theft of private data from your backup files
    -Updated graphics / icon courtesy of shift
    -Updated exFAT to latest commits
    -Fixed a problem with Samsung TouchWiz decryption
    -Update SuperSU binary
    -Fixed saving of backup partitions list
    -Fixed saving of last used zip install folder
    -Fixed backup of datadata on devices that use a separate partition for datadata
    -Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)
    -Fixed some problems with partitioning a SD card
    -Various other bug fixes and tweaks

    Notes about encrypted backups:
    Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.

    Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.

    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.
    8
    Bump! New version 2.2.0 with on-screen keyboard!
    7
    Yes. Seems to be working. Only tested wiping and flashing so far. Backups appear to be created correctly, haven't tested resorting.

    To OP: Thank you very much for your hard work. I realize that you do this in your free time and we honestly owe you (not vice versa). But, it would be nice to get a little indication that you acknowledge the issues we've been experiencing when putting out a subsequent release. Sorry, I know I'm being an ahole and I probably have no right to slightly criticize the amazing work you've done here, I just think that most people were afraid to try this build. We should have submitted logs to aid you in debugging the issue. Thank you again.

    P.S. As I am quite poor atm I have no way to donate money to until my internship starts this summer. However I have plenty of Java and C experience so if you have anything I may be able to help with please let me know.

    I understand your frustration, but I have about 49 other threads just like this one and it's very hard to keep up with them all. The best place to post real issues is on github as documented in the OP as it's much easier for me to keep track of the issues there and provide responses to the person(s) that are having the issue. Often we see the same issue on multiple devices and I'm not able to respond to them all in all the different threads. At least I can't respond to them all and have time to actually fix the issues ;)

    TWRP is of course open source software. If you feel like helping out you're welcome to browse the issues log for issues that you think you might be able to fix. There's a guide here on XDA linked in my signature for how to compile TWRP. Post 3 of that guide tells you how to boot TWRP in the emulator so you can test on a virtual device if you prefer. If you want specific assignments or want to let me know what you're working on, feel free to stop by our IRC channel. When you're ready to push a code change for review, it goes in gerrit as per here:
    http://teamw.in/twrp2-gerrit
    6
    for people looking for themes ofr TWRP 2.0 - I started a repository HERE >
    http://xdaforums.com/showthread.php?t=1399130
    :D
    5
    TWRP 2.1.0 released!