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

Search This thread

mrepovz

Senior Member
Aug 18, 2010
96
8
Geneva
Samsung Galaxy S10e
I have twrp 2.1 currently installed and I would like to update it.

I opened the GooManager and do check for updates. The response is no updates found.
I also tried to uninstalling the GooManager and installing it again amd also no updates.

Can someone tell me how it worked for you?

Sent from my HTC One S using TrickDroid .2.1
 

qzem

Senior Member
Jun 23, 2010
1,594
1,030
I have twrp 2.1 currently installed and I would like to update it.

I opened the GooManager and do check for updates. The response is no updates found.
I also tried to uninstalling the GooManager and installing it again amd also no updates.

Can someone tell me how it worked for you?

Sent from my HTC One S using TrickDroid .2.1

Chose Menu And than choose Install OpenRecovery Script.
 
  • Like
Reactions: mrepovz

qzem

Senior Member
Jun 23, 2010
1,594
1,030
I have a question. Since I have flashed latest rexovery I can't flash new TrickDroid 3.0.0. I got formating error. Format expected 5 arguments but got only 3. I've tried with old update-binary and new one,that is compiled with this recovery. What is wrong?

Sent from my HTC One S using xda app-developers app
 

Dees_Troy

Senior Recognized Developer
Mar 31, 2008
1,705
13,582
KC MO
www.teamw.in
I have a question. Since I have flashed latest rexovery I can't flash new TrickDroid 3.0.0. I got formating error. Format expected 5 arguments but got only 3. I've tried with old update-binary and new one,that is compiled with this recovery. What is wrong?

Sent from my HTC One S using xda app-developers app

The format command now has a couple new parameters. The updater script will need to be updated slightly. PM me the script (same location as the binary) and I will update it for you.
 

stylus1828

Senior Member
Feb 21, 2008
518
102
Alba Iulia & Cluj Napoca
Can someone please upload or provide a link for twrp 2.2.1 for htc one s s3? I wiped my phone and now I can't use it because I can't flash any rom. Thank you!

L.E.
I found the link!
Thanks!
 
Last edited:

qzem

Senior Member
Jun 23, 2010
1,594
1,030
Flashing is not working since 2.3.x.x

@Dees Troy

Hey man, sorry to bother you, I hope you'll check this thread to see this. I've send you PM last week with update-script from TrickDroid 3.0.0, but you didn't respond. I 've flash today new TWRP 2.3.1.0. First thing, automatic recovery flash with GooManager doesn't work any more for me. Tried several times. Ok so I did it manually, but I still cannot flash Trick Droid 3.0.0 or PIPM MY ROM, even when replacing update binary with the one you have provided in first post. Please try to make this recovery backward compatible, cause otherwise it is not very useful. Or provide us proper update-binary to use it with this recovery, and some instructions how to change update-script, to get it working. Thank you in advance :)!

Regards

EDIT: I was wrong abuot compatibility, I have test it now with original zip files without update binary change and it is working.
 
Last edited:

qzem

Senior Member
Jun 23, 2010
1,594
1,030
Updated to 2.3.3.0 and i think everything works...

Did you acctually try to flash some rom with this? Like TrickDroid 3.0 or 4.0. Cause from my experience, the versions from 2.3.x.x are haveing problems, I've never managed to flash roms. Des_Troy provided some update-binary that should be replaced in rom zip, pa the thing didn't fork for me either.
 

Spakainz

Senior Member
Jan 29, 2010
344
152
Mazeikiai
Did you acctually try to flash some rom with this? Like TrickDroid 3.0 or 4.0. Cause from my experience, the versions from 2.3.x.x are haveing problems, I've never managed to flash roms. Des_Troy provided some update-binary that should be replaced in rom zip, pa the thing didn't fork for me either.
No I didn't ryied to flash ROM's, I only made backup and restored, that works.
 

Top Liked Posts

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

    XDA:DevDB Information
    [RECOVERY] TWRP 2.6.3.0 touch recovery [2013-09-16], a Tool/Utility for the HTC One S

    Contributors
    Dees_Troy, bigbiff

    Version Information
    Status: Stable
    Current Stable Version: 2.6.3.0
    Stable Release Date: 2013-09-16

    Created 2013-09-16
    Last Updated 2013-09-16
    10
    [RECOVERY] TWRP 2.5.0.0 touch recovery [2013-04-09]
    5
    The new version has fixed the battery status issue but it didn't show the correct percent like in the ICS
    example: in the ICS shows 47% but in the Recovery shows 49% (always plus 2% from the percent from the ICS)

    That's as close as we're ever going to get. Thanks for testing it.

    Updated to 2.2.2.1 to fix battery percent and off-mode charging issues with villec2.
    5
    [RECOVERY] TWRP 2.4.3.0 touch recovery [2013-03-01]
    4
    You guys are doing an amazing job, ROM will come these days!