[recovery] twrp 2.8 OFFICIAL INTERNATIONAL - HTC One X+

Team Win Recovery Project 2.8, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. 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.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
***WHAT WORKS***
EVERYTHING and it's been made OFFICIAL
MAKE SURE YOU GET THE CORRECT VERSION'S I WILL NOT BE TO BLAME IF YOU FLASH THE WRONG ONE
READ THIS IF YOU FLASH THE RECOVERY AND THEN ASK ME QUESTIONS I WILL POINT YOU TO THIS THREAD OR EVEN IGNORE YOU
READ REGARDING ADB IN RECOVERY
TWRP IRC CHANNEL
DOWNLOAD
DOWNLOAD ---- MY BUILD
Thanks to
The TWRP GUYS
and football for his ruu's so i can get the img's i need
and milestoner for confirming it works
Mr anon
and all the following people
orb3000
morphly
hasoon2000
hasan_abeer
vogi
chrigel2000
AndroHero
ectodroid
[email protected]
Anon #1
Ixz
bboerny
Anon #2
Anon #3
sellers86
Wik
Anon #4
simonsimons34
caedanne
flipside101
morphly
bboerny
TWRP WEBSITE

**INSTRUCTIONS**
Download the file
then either use HASOON'S toolkit
or
Manual method
reboot into bootloader
fastboot flash recovery TWRPrecovery.img
SIDELOAD INSTRUCTIONS
MarylandCookie said:
I had the same issue and fixed it via adb sideload.
I have uploaded the latest binaries to my dev host account.
1. Download and extract these to a directory and copy the rom over into the same directory.
2. Boot up your phone into twrp recovery.
3. Select advanced and adbsideload (Your phone will be waiting for the file transfer.)
4. Open command prompt in the above directory you created with the binaries and rom.
5. Issue command "adb devices" (You should get the serial number with sideload next to it)
6. Finally issue command "adb sideload rom.zip" (rom.zip will be the name of your rom)
This will start sending your rom to the handset and will automatically install.
Hope the above helps
Link to Binaries:
ADB Binaries
Click to expand...
Click to collapse

Code:
CHANGELOG
19/11/12
Last unofficial build (all builds forward are official direct from TWRP)
AT&T added
data/media sorted
-----------------------------------
Build 1 16/11/12
1st build
LET ME KNOW OF ANY PROBLEMS

any feedback on this guys?

Wow. I didnt even see this. I couldve added it to my toolkit lol. ill wait til people say if it works and then ill add. Thanks Lloir!

if it work's i'll talk to dees_troy about making it official

So it's still untested? I would like to install it but I'm afraid it will brick my phone somehow..
Edit: Flashed it but I can't seem to browse through the sdcard, just the internal system (/sdcard vs /sdcard1) where the app/system etc. is located.

thecompany said:
So it's still untested? I would like to install it but I'm afraid it will brick my phone somehow..
Edit: Flashed it but I can't seem to browse through the sdcard, just the internal system (/sdcard vs /sdcard1) where the app/system etc. is located.
Click to expand...
Click to collapse
meh thanks dude, i'll look into this more when i get the HOX+
locking thread for now

Got a report that this is working fine, the sdcard is under /sdcard/media so it works perfect!
thanks milestoner for pointing this out!

Does this work with At&t HTC one X+?
Sent from my HTC One X+ using xda premium

samomamo said:
Does this work with At&t HTC one X+?
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
Now it does
Sent from my One V using Tapatalk 2

Just a few comments:
- can't mount SD Card in Recovery (or at least can't access to it)
- backup/nandroid is saved in (SDCard - DATA) / TWP
and not in (SDCard - DATA)/media, so can't access to the back-up

Steve0007 said:
Just a few comments:
- can't mount SD Card in Recovery (or at least can't access to it)
- backup/nandroid is saved in (SDCard - DATA) / TWP
and not in (SDCard - DATA)/media, so can't access to the back-up
Click to expand...
Click to collapse
cant access it from TWRP? or? i cant test sdcard mount as linux is being a *****, but it looks like it mounts fine, i have a nandroid and i can see it to restore......
*edit*
nevermind see what you mean, i'll sort it for the next build

I can confirm that mount points are borked at the moment. While in recovery the sdcard can be found in /sdcard/media. Backing up seem to work ok but backups are insanely huge (6.6GB for a compressed backup!). This is probably because everything including the whole sdcard is backed up. While TWRP itself finds the backups just fine, when android is running they are located in /data/TWRP. I haven't tried to restore a backup yet.
I'm a little bit worried about what will happen later if I try to restore one of my backups that are made with the current TWRP version. Will the fixed version recognize and correct the mixed up mount points of the current version? If not, I can forget about all of my current backups .
---------- Post added at 01:18 PM ---------- Previous post was at 01:10 PM ----------
Just two more minor details: Time and battery values displayed at the top of TWRP are wrong. The battery stays put at 66% and time is shifted by a couple of hours.
Thanks again for your work!

milestoner said:
I can confirm that mount points are borked at the moment. While in recovery the sdcard can be found in /sdcard/media. Backing up seem to work ok but backups are insanely huge (6.6GB for a compressed backup!). This is probably because everything including the whole sdcard is backed up. While TWRP itself finds the backups just fine, when android is running they are located in /data/TWRP. I haven't tried to restore a backup yet.
I'm a little bit worried about what will happen later if I try to restore one of my backups that are made with the current TWRP version. Will the fixed version recognize and correct the mixed up mount points of the current version? If not, I can forget about all of my current backups .
---------- Post added at 01:18 PM ---------- Previous post was at 01:10 PM ----------
Just two more minor details: Time and battery values displayed at the top of TWRP are wrong. The battery stays put at 66% and time is shifted by a couple of hours.
Thanks again for your work!
Click to expand...
Click to collapse
yea the battery thing is a pain, time you can set yourself...the fstab is fine, it's other settings i need to sort out, just working on the AT&T one and then i'll sort this one out

@LIoir
you wont belive it but HTC ONE X+ source code for Kernel is out (sorry for writing it here), so i can start to look into it !
I will try to push the source to github tonight, so you can also have a look into it and if you still wont to, we can work together on it

Op updated!

Lloir said:
Op updated!
Click to expand...
Click to collapse
ATT FTW!!!! Unfortunately the link is dead. Thank you for your wonderful efforts none the less

sparkplug619 said:
ATT FTW!!!! Unfortunately the link is dead. Thank you for your wonderful efforts none the less
Click to expand...
Click to collapse
woops was a typo
http://cyano-rob.tuennerhoff-edv.de/RECOVERY/TWRP/evitareu/recovery.img
there's the link also link is fixed in the OP

Lloir said:
woops was a typo
http://cyano-rob.tuennerhoff-edv.de/RECOVERY/TWRP/evitareu/recovery.img
there's the link also link is fixed in the OP
Click to expand...
Click to collapse
If this works, can an AT&T user make a nandroid and upload the boot.img and system?

Related

[Unlocked Only][RECOVERY][2011-11-14] Custom CWM-based Recovery 5.0.2.7-photon3

This is a modified CWM-based recovery for the Motorola Photon 4G. It is based on my own custom code forked from the CyanogenMod team's recovery. The major changes I have made include full support for dual SD cards, support for webtop partitions (SD card and internal) and changes to Nandroid backup/restore for this phone's additional partitions.
Some highlights include:
Dual SD card support
ADB support
USB Mass Storage support
Nandroid additions/changes
ext3 formatting
Probably others
This recovery is only for UNLOCKED devices. It is intended to be flashed directly to the recovery partition.
UNLOCKED users can flash this recovery using:
Code:
moto-fastboot devices
moto-fastboot erase recovery
moto-fastboot flash recovery recovery-photon3.img
Example:
Code:
$ moto-fastboot devices
TA20700KXH fastboot
$ moto-fastboot erase recovery
erasing 'recovery'... OKAY [ 0.741s]
$ moto-fastboot flash recovery recovery.img
sending 'recovery' (4780 KB)... OKAY [ 0.490s]
writing 'recovery'... OKAY [ 0.544s]
This is posted in a DEVELOPER forum and is being released to help further the development of Android for the Motorola Photon 4G. I have NOT personally tested this on my phone and YOU assume full responsibility for any damage incurred to YOUR phone!
Click to expand...
Click to collapse
I do NOT have a Motorola Photon 4G. I have based this recovery off the Photon kernel and Atrix resources as suggested by Calkulin. I do not SUSPECT there will be problems but again, I have NOT personally tested this on my phone and YOU assume full responsibility for any damage incurred to YOUR phone!
Click to expand...
Click to collapse
SPRINT USERS
Orange 5.0.2.7-photon3 / ZIP version.
MD5 0dc70209659fecbf7a2a01fe64b431af / a7fa2daf946557006931d33f3954e350
Cyan 5.0.2.7-photon3 / ZIP version.
MD5 440baa230638bd12dfd38b67977d3ac3 / 4da9f845f5d8ae0c37d0e1deaecd931c
Light green 5.0.2.7-photon3 / ZIP version.
MD5 b0791b6a4e0ea1a593d450518f309315 / f4afa4ca6f9616713ba436149df48c46
Dark green 5.0.2.7-photon3 / ZIP version.
MD5 5ef4862918169c1b4f9b0cbd60c70267 / 12acbe4adac62dc79e9a2b9ed1d0ea3b
Blue 5.0.2.7-photon3 / ZIP version.
MD5 cb1a4b2b48d18f535f5a3ce312e3ee81 / 53eee173392a8a821e45e8ddb1bbefd6
Red 5.0.2.7-photon3 / ZIP version.
MD5 f95a0adfb47ae2b995412b89d95f40fe / ca222e4891f756b5b4ad59fe06b6f0bf
Original ROM Manager/CWM installable zip thanks to SolidHelix. You must still be UNLOCKED and have already applied at least one version of this recovery via fastboot to use them.
Source is here.
A few notes:
The "osh" partition is webtop. It is the largest by far and will take some time to backup. Nandroid is not frozen!
The "sd-ext" partition is an ext2/3 partition on your external SD card. Veterans will know this as apps2sd and data2sd from other phones. I am not aware of any use of this partition on this phone yet.
Thanks to:
Koush and the CM team for CWM
Calkulin for pointing out the kernel
Everyone who has made unlocking the Photon possible
** Changelog **
2011-11-14 (5.0.2.7-photon3):
Minor bugfix update mostly
ext4 experimental support
Added the ability to convert an ext3 partition to ext4 under advanced. Shouldn't break anything, but it is experimental
2011-09-23 (5.0.2.3-photon2):
Updated to CWR5 base source.
The blue version is now the new CWR5 color. Old blue is gone. New photos welcome!
2011-09-17 (4.0.1.5-photon1.3):
Added a verify option to the backup and restore menu.
Renamed internal SD card mount point to /emmc and external is now /sdcard (this is largely cosmetic).
Merged in miscellaneous fixes from the official CWM. Version 5 will be merged in once its ready.
2011-08-17 (4.0.1.5-photon1.2):
Changed fstab to ext3 since no kernel support yet
2011-08-17 (4.0.1.4-photon1.1):
Added 0MB option to ext3 partition size under External SD card partitioning which removes any ext3 partitions from the card (choose 0MB ext3/0MB swap to have only a FAT32 partition).
Added a red build to the mix.
Updated the update-binary in the CWM zips to be tailored for this phone.
Minor fixes to sdparted (log file related mostly).
2011-08-14 (4.0.1.4-photon1):
Initial release
Screenshots
Thanks to DarkSim2o9 for the following screenshots (these show an Atrix, but the color is identical):
Orange
Cyan
Blue
Light green
Dark green
Red
Known Issues
I doubt ext4 support works due to no kernel support. Disabled currently. Added in -photon3.
Soft keys to use as navigation may not work due to the kernel.
Miscellaneous
If you'd like ROM Manager to see this recovery as "official" you can try XCellPhoneSalesRep's suggestion posted here.
Alternately, you can try dcarpenter85's suggestion here.
For issues with recovery not sticking, see here:
Thanks to mrinehart93 for pointing this out.
The system runs /system/etc/install-recovery.sh on boot with the stock rom. On boot it checks the recovery partition for some update and with CWM installed decides to reflash the stock recovery over it. Rename or delete the file and the CWM should stick.
Click to expand...
Click to collapse
Old versions
You can browse and download old versions here.
Awsome!!!
Sent from my MB855 using XDA App
Sounds good. Will try.
Sent from my unlocked rooted Moho!
This is what Calk posted earlier......right? I know it's yours, but not to be confused......just different colors...correct?
I like that there is a choice of colors. Well done!
Awesome job. One question, how might one boot direct into the recovery from a full Power Off?
the3rd said:
Awesome job. One question, how might one boot direct into the recovery from a full Power Off?
Click to expand...
Click to collapse
Hold down volume down and power till boot. Volume down till you see android recovery, then volume up.
Also, as aaron130 said you can use quick reboot from the market.
Sent from my unlocked rooted Mopho!
Fricken Awesomeness
Sent from my Photon Blaster.
ahhh this is what im getting..it seems fastboot isnt working for some reason even tho i just rooted..some help please
C:\AndroidSDK\tools\moto-fastboot>moto-fastboot devices
C:\AndroidSDK\tools\moto-fastboot>moto-fastboot erase recovery
< waiting for device >"
edit: nevermind got it working ..thanks!
Two questions:
1. Has anybody verified the "ROM Manager support" method on the Photon yet?
2. Other than color choice, what is the difference between this recovery and the one Calkulin posted earlier?
i think theres an issue with the recovery.
it installed perfectly and booted properly.
i chose to format the internal sd partition and it didnt remove any of the data.
i havent tried to flash anything yet or make a nandroid but ill keep you posted and i do have it loaded.
thanks for all of your hard work. greatly appreciated
the3rd said:
Awesome job. One question, how might one boot direct into the recovery from a full Power Off?
Click to expand...
Click to collapse
the same way you boot into fastboot
when phone is off.......
1. press and hold power and volume down
2. when the phone displays fastboot release the buttons
3. use volume down to switch to android recovery
4. press volume up and boot into cwm
Im creating a backup as I type (speak)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
jglee311 said:
This is what Calk posted earlier......right? I know it's yours, but not to be confused......just different colors...correct?
Click to expand...
Click to collapse
Lokifish Marz said:
Two questions:
1. Has anybody verified the "ROM Manager support" method on the Photon yet?
2. Other than color choice, what is the difference between this recovery and the one Calkulin posted earlier?
Click to expand...
Click to collapse
Calkulin's is based off my -atrix3 revision. This is slightly newer code (-atrix3.1 bug fixes mostly). It uses the same kernel as his. He PM'ed me to let me know how he got it to work on this phone and I simply used his advice to create the thread.
I haven't verified ROM Manager on this phone. It may need until Koush updates ROM Manager to say it supports this phone. I thought several times about editing that out of the second post but chose to leave it for now..
tim-tim said:
i think theres an issue with the recovery.
it installed perfectly and booted properly.
i chose to format the internal sd partition and it didnt remove any of the data.
i havent tried to flash anything yet or make a nandroid but ill keep you posted and i do have it loaded.
thanks for all of your hard work. greatly appreciated
Click to expand...
Click to collapse
Under Mounts and Storage menu? If someone can provide me with /proc/mounts while booted into regular Android, I can check it out.
romracer said:
Under Mounts and Storage menu? If someone can provide me with /proc/mounts while booted into regular Android, I can check it out.
Click to expand...
Click to collapse
http://pastebin.com/uGakTEYu
Yay 4 Juggs said:
http://pastebin.com/uGakTEYu
Click to expand...
Click to collapse
Thanks, the table looks exactly like the Atrix (not surprising). If choosing "Format /sdcard" from the mounts and storage menu didn't work, I'll probably need /tmp/recovery.log after trying (but before exiting recovery - the file is lost then).
Minor update released. Biggest changes include 0MB ext partition option under external SD card partitioning which combined with 0MB swap gives you just a FAT32 partition without having to use Windows, etc. There's also a red version now.
The code is technically based on 4.0.1.5 but Koush pushed his commit late and so the build still says 4.0.1.4. I didn't see the need to recompile just for that
romracer said:
Minor update released. Biggest changes include 0MB ext partition option under external SD card partitioning which combined with 0MB swap gives you just a FAT32 partition without having to use Windows, etc. There's also a red version now.
The code is technically based on 4.0.1.5 but Koush pushed his commit late and so the build still says 4.0.1.4. I didn't see the need to recompile just for that
Click to expand...
Click to collapse
are the tools fixed such as being able to clear cache...nandroid...etc?

[PROGRAM]boot.img Flasher v1.2.1 | Updated 12.18.12

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi everyone, I wrote this simple little program to help with flashing kernels on S-ON HTC devices. The program is pretty simple and contains all of the needed files to flash your boot.img and push the necessary kernel modules, either while the phone is booted into Android or if you are stuck in a bootloop and can only get into the bootloader. The program is configured to flash a near-stock boot.img from the 2.13 base (only added init.d support) and the kernel modules for the kernel. In theory, you can replace the boot.img and modules from other kernels and flash through this program as well (more info in 3rd post)
Click to expand...
Click to collapse
Download:
v1.2.1 - For JB ONLY! https://dl.dropbox.com/u/6621763/boot-img-flasher-v1.2.1-jb.zip
v1.2.1 - For ICS ONLY! http://bit.ly/OGAGgn​
Click to expand...
Click to collapse
​
Credits:
Morto_jeffrey for some code from Venom Flasher
patensas for the icon
Click to expand...
Click to collapse
Changelog
v1.2.1 JB RELEASE- 12.18.12
Updated boot.img and kernel modules from 3.15.651.6 RUU
v1.2.1 - 10.5.12
Fix default debug mode
Fix first time run procedure
Open log.txt on exit if debug enable
v1.2 - 10.4.12
Fixed version number not showing in program or log
Download - http://bit.ly/SzWucs
v1.1 - 10.2.12
Fix code when pushing files
Added logging to diagnose issues
Don't automatically detect when in fastboot, wait for user input
Download - http://bit.ly/T0d5T1
v1 - 10.2.12
Initial Release
Download - http://bit.ly/QooZHR
Click to expand...
Click to collapse
Info​
How it works:
This program flashes whatever boot.img is placed in the "files" folder and moves whatever modules are in the "files\modules" to /system/lib/modules on your phone.
Click to expand...
Click to collapse
How to use:
Use the main menu to flash your boot.img to your phone. For most people, this will be the option they need to use. If you cannot boot (bootloop) then you need to get into the bootloader by pressing and holding power and volume down. This may take 10-15 seconds and you may see the bottom LEDs flashing in the process. In this case, please use the advanced menu to flash the boot.img (this way removes the adb steps to automatically boot into recovery, since you can't use adb if you're in a bootloop)
Click to expand...
Click to collapse
Flashing a different kernel than what is included with the program:
If you want to use this program to flash a different kernel than the stock 2.13.651.1 kernel, place the custom kernel boot.img in the "files" folder and also take the new modules for the kernel you want to flash, delete all the files in the "modules" folder, and put the new modules into the "modules" folder.
Click to expand...
Click to collapse
I'll test it out and report back.
---------- Post added at 04:36 PM ---------- Previous post was at 04:14 PM ----------
Usage instructions:
Open the zip file and extract the boot-img-flasher.exe and the files directory somewhere on your computer.
Boot your phone into bootloader/fastboot.
In the 'files' directory (example: C:\Flasher\Files) put the boot.img from your selected kernel.
In the modules directory (C:\Flasher\Files) put whatever modules come with your kernel.
Run boot-img-flasher.exe
Select option 1 (if flashing the stock kernel it comes with). Phone will reboot into bootloader and flash the kernel. Follow the directions.
Viper needs to make a few changes so it's not quite ready for prime time yet, but it should work. I'd wait for the next version, but if you're impatient, light it up and give it a shot
smw6180 said:
I'll test it out and report back.
---------- Post added at 04:36 PM ---------- Previous post was at 04:14 PM ----------
Usage instructions:
Open the zip file and extract the boot-img-flasher.exe and the files directory somewhere on your computer.
Boot your phone into bootloader/fastboot.
In the 'files' directory (example: C:\Flasher\Files) put the boot.img from your selected kernel.
In the modules directory (C:\Flasher\Files) put whatever modules come with your kernel.
Run boot-img-flasher.exe
Select option 1 (if flashing the stock kernel it comes with). Phone will reboot into bootloader and flash the kernel. Follow the directions.
Viper needs to make a few changes so it's not quite ready for prime time yet, but it should work. I'd wait for the next version, but if you're impatient, light it up and give it a shot
Click to expand...
Click to collapse
Thanks Steve, as always.
If you need to use this right away, boot into bootloader the go into the advanced menu and flash from there. You may see an Adb error when its rebooting, I will fix all this in about an hour or so.
Sent from my EVO using Tapatalk 2
-viperboy- said:
Thanks Steve, as always.
If you need to use this right away, boot into bootloader the go into the advanced menu and flash from there. You may see an Adb error when its rebooting, I will fix all this in about an hour or so.
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
No sweat. It's what I do.
Always at it viper :thumbup:
When I saw thread title, I thought it was gonna be something that could be done from the phone, but I guess that's what flashIMGGUI is for, or am I wrong?
from my flying AOKP'd Evo LTE and xda premium
scottspa74 said:
Always at it viper :thumbup:
When I saw thread title, I thought it was gonna be something that could be done from the phone, but I guess that's what flashIMGGUI is for, or am I wrong?
from my flying AOKP'd Evo LTE and xda premium
Click to expand...
Click to collapse
Yeah, this will be from the computer Would be hard to have an app run on your phone that is bootlooping, now wouldn't it? :silly: Almost done with v1.1. Actually, it is done - someone is just whipping me up a kick ass icon
This is pretty cool. Thanks for the tool.
via eVo.
Blackcircle said:
This is pretty cool. Thanks for the tool.
via eVo.
Click to expand...
Click to collapse
Wait for the next one.
New version is up, works flawless. I DARE you to try an break it :silly: Still need to update the first few posts when I get back from the gym.
Enjoy!
-viperboy- said:
New version is up, works flawless. I DARE you to try an break it :silly: Still need to update the first few posts when I get back from the gym.
Enjoy!
Click to expand...
Click to collapse
Don't ever dare me to break something.
Could I please have some feedback on this program?
Sent from my EVO using Tapatalk 2
-viperboy- said:
Could I please have some feedback on this program?
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
It works. Happy?
smw6180 said:
It works. Happy?
Click to expand...
Click to collapse
Fuuuuuuuuuu
Sent from my EVO using Tapatalk 2
-viperboy- said:
Fuuuuuuuuuu
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
lol
Nice good lookin out
This program saved my life yesterday. Thank you viper, thank you for your hard work.
Is it ok if we post this in other threads to help each other out of trouble?
bigdaddy619 said:
Is it ok if we post this in other threads to help each other out of trouble?
Click to expand...
Click to collapse
Of course
Sent from my EVO using Tapatalk 2

[RECOVERY] 24/09/13 TWRP v2.6.3.0 Build # 1

TEAM-WIN RECOVERY PRO
​for
HTC DESIRE X​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOADS/THEMES:
http://forum.xda-developers.com/showpost.php?p=36714573&postcount=2[/SIZE]
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Special Thanks To:
Dees_Troy
Amarrulz
atis112
AND Also many others mentoned below:
Core twrp 2 development team: agrabren, Dees_Troy, ViViDboarder, and AssassinsLament
Toastcfh – for his underappreciated dedication to the community
s0up and kevank for their hard work on the web side of things.
The rest of Team Win: shift, onicrom, netarchy, kevank, myndwire, bigbiff, dkelle4, shinzul, spiicytuna, and eyeballer
Amon_RA - for his great Recovery
Koush - for his dedication to the community and ClockworkMod
For all the help with devices and testing Akmzero, arif-ali, Evil_DevNull, gus6464, Jesusice, _jmz_, NxtGenCowboy, ohshaith55, Pyrostic, [R], and Rootzwiki
As always thank you to the Team's supporters and the Android Community.
LLOIR for ProtoU trees
CLAUDDY for Graphics Patch
AND MANY OTHERS
DOWNLOADS:
DOWNLOADS:
FOR JELLYBEAN HBOOT
BETA Builds:
Code:
[SIZE=5][U][B]v2.6.3.0 Build # 1[/B][/U]:[/SIZE]
[url]http://d-h.st/xss[/url]
STABLE BUILDS:
Code:
[SIZE=3][U][B]v2.5.0.0[/B][/U]:[/SIZE]
[url]http://d-h.st/VjM[/url]
[SIZE=3][U][B]v2.5.0.0 SPECIAL AROMA FM BUILD - Beta#1[/B][/U]:[/SIZE]
[URL]http://d-h.st/ZJ6[/URL]
[SIZE=3][U][B]v2.5.0.0 RC1.0[/B][/U]:[/SIZE]
[URL]http://d-h.st/tSc[/URL]
Click to expand...
Click to collapse
Click to expand...
Click to collapse
FOR ICS HBOOT (UPDATES DISCONTINUED)
v2.5.0.0 RC1.0:
http://d-h.st/eCC
Code:
OLD:
[SIZE=1][U][B]v2.4.3 RC1.0[/B][/U]:[/SIZE]
[URL]http://d-h.st/5dk[/URL]
[SIZE=1][U][B]v2.4.3 RC1.0 Themed Version[/B][/U]:[/SIZE]
[url]http://d-h.st/Sl6[/url]
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Some Comments from Users:
Code:
[B][U][COLOR=Red]MaartenXDA:[/COLOR][/U]
[/B][FONT=Comic Sans MS][SIZE=1]UMS Works on Windows (8) and Ubuntu, tested both.
ADB Works on Windows (8), didn't test Ubuntu.
Backing up works.
Seems to turn the screen off when doing nothing for 2/3 minutes, that's a feature right?
ROM flashing works. Mounting /system and /data works.
No graphic bugs, for as far as I've seen.
Didn't experience random reboots, but I might have been too impatient.
[COLOR=Blue][B]Every new function working,[/B][/COLOR] might have missed one or two.
Restoring works, md5 check doesn't fail.
[/SIZE][/FONT][U][COLOR=Red][B]vogonpoetlaureate:[/B][/COLOR][/U]
[FONT=Comic Sans MS][SIZE=1]Tested the following:
ADB,UMS,Wipe Cache,Wipe Dalvik,Wipe System,Factory Reset,Backup,Restore,Fix Permissions,Installed Various Zips (including some I know won't install),Install SuperSU,File Manager
[COLOR=Blue][B]All appear to be working fine. [/B][/COLOR][/SIZE][/FONT]
[COLOR=Red][U][B]Stereo8:[/B][/U][/COLOR]
[FONT=Comic Sans MS][SIZE=1]"Aroma file manager works fine, backup and restore is fine, screen dimming is fine, but the process bars are a bit misleading...
UMS, and adb in windows???? [COLOR=Blue][B]Perfect[/B] [/COLOR]without any special drivers, only HTC sync"[/SIZE][/FONT]
Like the other thread's comment:
Holy mother of cow! Nice work man, you're so damn fast!
Sent from my awesome fridge
Index redirected here for TWRP.
Nice work, tomorrow I'll try it.
Yasir Javed Ansari said:
XML-based GUI that allows full customization of the layout – true theming!
Click to expand...
Click to collapse
Time to start my theming work atleast on this, while i study Sense 4.0 in VTS.
Hey Yasir, can you PM me the files necessary or should i extract em' out myself
I would need to side load unix/linux
---------- Post added at 11:12 AM ---------- Previous post was at 11:10 AM ----------
nlooooo said:
Index redirected here for TWRP.
Nice work, tomorrow I'll try it.
Click to expand...
Click to collapse
Have you gone un-stock and unlocked now man? Cos you mentioned you are trying
ayyu3m said:
Time to start my theming work atleast on this, while i study Sense 4.0 in VTS.
Hey Yasir, can you PM me the files necessary or should i extract em' out myself
I would need to side load unix/linux
Click to expand...
Click to collapse
TUTORIAL:
http://rootzwiki.com/topic/31991-48...nt-colored-themesplus-basic-theming-tutorial/
COLLECTION:
http://forum.xda-developers.com/showthread.php?t=2035234
Have a go !!!
Finally... a fully working TWRP
Thanks Yasir.
Tested functions that I mostly use and yess... they are working fine, mount usb storage, backup & restore, install, wipe ... haha... almost perfect.
Just a tiny thing (not important to me), the progress windows has no text, only progress bar visible.
Thanks again for the good job
ckpv5 said:
Finally... a fully working TWRP
Thanks Yasir.
Tested functions that I mostly use and yess... they are working fine, mount usb storage, backup & restore, install, wipe ... haha... almost perfect.
Just a tiny thing (not important to me), the progress windows has no text, only progress bar visible.
Thanks again for the good job
Click to expand...
Click to collapse
You had to ruin it don't you
Anyhow, It's alpha dude, will get sorted out in time.
Regards
Yasir
I'm sorry it does not work on win7 usb mount, did not see a copy of the handmade using CWM non touch.to big problem besides the recovery is beautiful
Yasir Javed Ansari said:
You had to ruin it don't you
Anyhow, It's alpha dude, will get sorted out in time.
Regards
Yasir
Click to expand...
Click to collapse
Haha... I'm a happy customer here
You don't have to, it's perfect already for daily use.
rogio2 said:
I'm sorry it does not work on win7 usb mount, did not see a copy of the handmade using CWM non touch.to big problem besides the recovery is beautiful
Click to expand...
Click to collapse
can you try this and let the chef know. enable automatic driver download in Win 7 before you do the below procedure.
http://forum.xda-developers.com/showpost.php?p=36703043&postcount=58
I do not understand why because that Fully Working! [Recovery / Non-touch] CWM v6.0.1.2 everything is working properly
rogio2 said:
I do not understand why because that Fully Working! [Recovery / Non-touch] CWM v6.0.1.2 everything is working properly
Click to expand...
Click to collapse
You have reported the bug. I have posted a possible solution. Whenever you reboot to this recovery, the automatic driver thats detected is not the USB Mass Storage, but if you unistall, refresh, and then select manual location for drivers and pick USB Mass Storage, it works properly.
Now i have spent 2 nights and 28 build attempts to fix the USB mount issue. It will be solved when it is solved. Please keep the thread dev related and try to post solutions rather then known issues. Or atleast post your recovery logs. I am not focusing on usb mount issue currently.
Regards
about running, running backup, restore, mount usb skins do not work the problem with scaling is all very duże.mount usb drivers work helped to uninstall and install htc_sync_setup_3.3.17 without digging into system ... really well done .. have a nice day
rogio2 said:
about running, running backup, restore, mount usb skins do not work the problem with scaling is all very duże.mount usb drivers work helped to uninstall and install htc_sync_setup_3.3.17 without digging into system ... really well done .. have a nice day
Click to expand...
Click to collapse
For skins, they work. In sdcard goto TWRP folder. Inside, create a folder "theme". Paste the downloaded theme file there and rename it to "ui.zip" and reboot to recovery.
Regards
GUYS OUR DEVICE IS OFFICIAL............
TWRP IS OFFICIALLY SUPPORTING US.
http://teamw.in/project/twrp2/140
http://goo.im/devs/OpenRecovery/protou/
Download the GooManager app from PLAY STORE:
Install the app and open it. Tap menu then hit Install OpenRecoveryScript. Tap Yes. Verify that the filename displays your device's code name and hit Yes. The file will download and your device will reboot and install the recovery automatically.
YAYYYYYYYYYYYYYYYYYYYYY !!!!!!!!!!!!!!!:good::good::good:
I did my first ever worthwhile devving which feels totally AWESOME.:highfive::highfive::victory::victory::victory:
Regards
Yasir
Yasir Javed Ansari said:
GUYS OUR DEVICE IS OFFICIAL............
TWRP IS OFFICIALLY SUPPORTING US.
http://teamw.in/project/twrp2/140
http://goo.im/devs/OpenRecovery/protou/
Download the GooManager app from PLAY STORE:
Install the app and open it. Tap menu then hit Install OpenRecoveryScript. Tap Yes. Verify that the filename displays your device's code name and hit Yes. The file will download and your device will reboot and install the recovery automatically.
YAYYYYYYYYYYYYYYYYYYYYY !!!!!!!!!!!!!!!:good::good::good:
I did my first ever worthwhile devving which feels totally AWESOME.:highfive::highfive::victory::victory::victory:
Regards
Yasir
Click to expand...
Click to collapse
NICE! Dude you're AWESOME!
Sent from my awesome fridge
Yasir Javed Ansari said:
For skins, they work. In sdcard goto TWRP folder. Inside, create a folder "theme". Paste the downloaded theme file there and rename it to "ui.zip" and reboot to recovery.
Regards
Click to expand...
Click to collapse
I did and the theme is too big......but it does not matter, and so are great
rogio2 said:
I did and the theme is too big
Click to expand...
Click to collapse
YOU ARE TRYING A THEME FOR HIGH RES DEVICE. SEARCH A THEME FOR 480x800 TWRP DEVICE. IT WILL WORK.
TRY THIS....
http://d-h.st/tP1
http://d-h.st/sOf
THEY WILL WORK....
Yasir Javed Ansari said:
GUYS OUR DEVICE IS OFFICIAL............
TWRP IS OFFICIALLY SUPPORTING US.
http://teamw.in/project/twrp2/140
http://goo.im/devs/OpenRecovery/protou/
Download the GooManager app from PLAY STORE:
Install the app and open it. Tap menu then hit Install OpenRecoveryScript. Tap Yes. Verify that the filename displays your device's code name and hit Yes. The file will download and your device will reboot and install the recovery automatically.
YAYYYYYYYYYYYYYYYYYYYYY !!!!!!!!!!!!!!!:good::good::good:
I did my first ever worthwhile devving which feels totally AWESOME.:highfive::highfive::victory::victory::victory:
Regards
Yasir
Click to expand...
Click to collapse
Way to go dude

[RECOVERY] [SHOOTER] PhilZ Touch - 6.46.1 - Selinux support - 3.0 KERNEL

Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Built from CM-11.0 sources with Mirage kernel
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
To take a screen shot, just slide left.
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut.
Download links
Last version can be found here:
Basketbuild.com
GOO.IM
​
Install instructions:
1.With fastboot:
Code:
fasboot flash recovery philz_touch_*.*.*_shooteru.img
2.With Rashr - Flash Tool:
Get Rashr - Flash Tool from play store : HERE
Download recovery image to sdcard, and flash it with the above app.
Known Issues:
Charging led not working
Off-mode charging is working ! (phone will boot to recovery and charge)
Should work on all HBOOTs
S-OFF REQUIRED !
XDA:DevDB Information
[RECOVERY] [SHOOTER] PhilZ Touch - 6.46.1 - Selinux support - 3.0 KERNEL, Tool/Utility for the HTC EVO 3D
Contributors
johnnyslt
Version Information
Status: Testing
Created 2014-06-30
Last Updated 2014-06-30
I made a recovery-flashable zip if you'd like it.
Thanks for the alternate recovery.
bigsupersquid said:
I made a recovery-flashable zip if you'd like it.
Thanks for the alternate recovery.
Click to expand...
Click to collapse
Sure! Give me the link and I'll add it to the OP.
md5sum 7d53b4453f1dbf975c334fefc4b103d3
//edit: this is now outdated, I would suggest using the newest from the OP.
i have been testing for a few days haven't had any problems as of yet besides when i first boot to recovery it just has a black screen for 5-10 sec before it comes up almost thought something was wrong. i use a 32g ultra sd card so it usually takes awhile to scan all the files since it is always full.
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
This is what I get everytime I try and flash
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my PG86100 using Tapatalk 2
rrjskj said:
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
That update if manly for f2fs additions.
I've build it anyway, because sd-ext wasn't working, so that's fixed now.
Recovery logs are located in /tmp
rrjskj said:
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
This is what I get everytime I try and flash
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
Can you please try the attached one ?
johnnyslt said:
Can you please try the attached one ?
Click to expand...
Click to collapse
I'm on it ..
It's still a no go same message. I'm wondering if it the Rom because I can flash flashalot's recovery switcher with no problems but not this one
Sent from my PG86100 using Tapatalk 2
There's another update for philz by the way ..
Sent from my PG86100 using Tapatalk 2
rrjskj said:
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
This is what I get everytime I try and flash
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
The flash is failing because it says you don't have a shooter or shooteru if your absolutely sure you do you can modify the updater script located in the aroma zip under Meta-inf/com/Google/android/updater-script just remove those first lines that look like your error to not check for the device name. Not all ROMs have that some check for boot loader versions others don't check anything at all just be careful once modified it can be flashed to any device and possibly brick it by flashing the wrong partitions. There could be something weird going on with the recovery if it works with other recoveries.
HideTheCookies said:
The flash is failing because it says you don't have a shooter or shooteru if your absolutely sure you do you can modify the updater script located in the aroma zip under Meta-inf/com/Google/android/updater-script just remove those first lines that look like your error to not check for the device name. Not all ROMs have that some check for boot loader versions others don't check anything at all just be careful once modified it can be flashed to any device and possibly brick it by flashing the wrong partitions. There could be something weird going on with the recovery if it works with other recoveries.
Click to expand...
Click to collapse
Yeah it don't work. Removing them few lines results in it not flashing period . thanks anyways ..
Sent from my PG86100 using Tapatalk 2
What a great recovery I use it on my note 2 and like it better than any recovery. Plus it will read and backup in both twrp and cwm styles.
Sent from my SPH-L900 using XDA Premium 4 mobile app
<*shameless plug*>
[TOOL]Flashable recovery zip template
to avoid fastboot or an app or adb in recovery.
//edit: it seems possibly inappropriate to post it here but I thought since the original flashable zip was accepted it'd be ok. I'll remove this from here if requested.
This seems to be working good so far but I get this bad boot error every time I boot into recovery.
You can see the error in the log on the screenshot.
I love this recovery btw.
Thanks for porting it for us.
linsalata28 said:
This seems to be working good so far but I get this bad boot error every time I boot into recovery.
You can see the error in the log on the screenshot.
I love this recovery btw.
Thanks for porting it for us.
View attachment 2790015
Click to expand...
Click to collapse
Can you get me the recovery.log from /tmp ?
I need to see the whole error message.
johnnyslt said:
Can you get me the recovery.log from /tmp ?
I need to see the whole error message.
Click to expand...
Click to collapse
I got this from cache/recovery/last_log
Not sure where to find tmp. I've seen it before but for some reason I can't for the life of me find those logs.
Here is a link to that log last_log I think it says the same thing but if you can give me the path to tmp I'll post that also.
Thanks again.
linsalata28 said:
I got this from cache/recovery/last_log
Not sure where to find tmp. I've seen it before but for some reason I can't for the life of me find those logs.
Here is a link to that log last_log I think it says the same thing but if you can give me the path to tmp I'll post that also.
Thanks again.
Click to expand...
Click to collapse
That log has what I need.
I think I know what the problem is, and I'll try to fix it.
Is there a way to fix permissions from within this recovery? If so I can't figure out how.
If not does anyone have a flashable script that will only fix permissions?
TIA
linsalata28 said:
Is there a way to fix permissions from within this recovery? If so I can't figure out how.
If not does anyone have a flashable script that will only fix permissions?
TIA
Click to expand...
Click to collapse
that function has been removed from newer versions of CWM this post has what your looking for http://forum.xda-developers.com/showthread.php?t=2398339

[Recovery][kccat6][G901F][10.04.16] TWRP 3.0.2 Touch Recovery

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.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CHANGELOG for 3.0.2:
- Updated sources and everything to latest 3.0.2 release from twrp
- fixed vibration not working
- fixed mtp not working
- lot of other improvements
- download in the same folder as before: Android Filehost download
CHANGELOG for 2.8.7.1:
- updated kernel and dtb image
- updated source and switched to 6.0 android marshmallow!
for a better changelog visit here
CHANGELOG for 2.8.7.0:
- Initial release with f2fs support!
DOWNLOAD:
For our kccat6 (Galaxy S5 Plus) we don't have any official support, so I have my own mirrors, you can download the recovery from here:
Android Filehost Link. There are two version, one for flashing with your current recovery (the zip file) and one for flashing with odin. For odin select AP tab and add the twrp file, flash it on your phone using download mode.
If we ever get official support:
Most devices can be updated quickly and easily with the TWRP Manager app, but the S5 plus does not have official support! Here would be the app:
Play Store Link
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
5) You can find more information and download links on our NEW website!
BUGS:
- If you have found another 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 kccat6, Tool/Utility for the Samsung Galaxy S 5
Contributors
Tkkg1994
Source Code: https://github.com/Tkkg1994/device_samsung_kccat6_twrp
Version Information
Status: Beta
Current Stable Version: 3.0.2
Stable Release Date: 2016-04-10
Created 2015-12-13
Last Updated 2016-04-10
Reserved
Reserved
Enjoy the new build 2.8.7.1 recovery
2.8.7.1 TWRP
I recently build a new recovery with new edits and a complete other look. It looks very material now
Check out the screenshots to see what you will get if you install the recovery. Download can be done here! I hope you like it.
Changelog is: Switched to Marshmallow branch (6.0), renewed kernel and dtb img files (new kernel included), to get better changelog visit: twrp changelog.
cheaterdawaq said:
How come I can't even install TWRP? The flashing of TWRP.tar via odin is a success, but after booting to recovery mode, it is just the stock recovery, am I missing something? I tried flashing both TWRP 2.8.7.0 and 2.8.7.1 but did not work.
EDIT: I think my phone has a problem, I cannot install ANY recovery, stock recovery is rewriting it... I guess? I tried PhilZ, old versions of TWRP (for G901F) but didn't work. Can someone please help me?
Unit: SM-G901F
Baseband version: G901FDXUBOE1
Build number: LRX22G.G901FXXU1BOK4
Click to expand...
Click to collapse
Please write any twrp related thing here! So, uncheck auto reboot on your odin and it will work.
Tkkg1994 said:
Please write any twrp related thing here! So, uncheck auto reboot on your odin and it will work.
Click to expand...
Click to collapse
Oh, I'm so sorry, was able to solve it, I just needed to root the device first, though I also tried doing your tips, thanks! And yes, starting from here on, I'll post here regarding TWRP. Thanks!!
Hi! For me latest version is not working fine. When i try to flash a rom recovery stucks or reboots. I tried with philz recovery and it's working. Please fix this!
For me working excellent
crashes when i try to make a backup, weird
overlordofdoom1 said:
crashes when i try to make a backup, weird
Click to expand...
Click to collapse
Just tried when seeing this post, and same here
overlordofdoom1 said:
crashes when i try to make a backup, weird
Click to expand...
Click to collapse
daeymon said:
Just tried when seeing this post, and same here
Click to expand...
Click to collapse
Thanks for reporting, only in this version or also in the one before? Also, can you give me a log about that error (recovery log) thanks!
overlordofdoom1 said:
crashes when i try to make a backup, weird
Click to expand...
Click to collapse
Tkkg1994 said:
Thanks for reporting, only in this version or also in the one before? Also, can you give me a log about that error (recovery log) thanks!
Click to expand...
Click to collapse
Just left the office, and reflashed the older version before leaving, which backs up fine, been using it for a while now. Once I'm home, wife and kids allowing, I'll reflash the newer version and see if I can get you some logs.
---------- Post added at 05:15 PM ---------- Previous post was at 04:52 PM ----------
Okay, just got the laptop out on the train, reflashed the new recovery and tried again. When the backup crashes, it literally turns off the phone or reboots it (reboot first time, power down on second). So when I went go back into recovery and copy log to sdcard, it seems to only be the logs for the post crash session. No logs for the lead up to the crash.
daeymon said:
Just left the office, and reflashed the older version before leaving, which backs up fine, been using it for a while now. Once I'm home, wife and kids allowing, I'll reflash the newer version and see if I can get you some logs.
---------- Post added at 05:15 PM ---------- Previous post was at 04:52 PM ----------
Okay, just got the laptop out on the train, reflashed the new recovery and tried again. When the backup crashes, it literally turns off the phone or reboots it (reboot first time, power down on second). So when I went go back into recovery and copy log to sdcard, it seems to only be the logs for the post crash session. No logs for the lead up to the crash.
Click to expand...
Click to collapse
yeah the older works fine its just th new one and i also can find the logs that are related to the 2.8.7.1 build
overlordofdoom1 said:
yeah the older works fine its just th new one and i also can find the logs that are related to the 2.8.7.1 build
Click to expand...
Click to collapse
For me the 2.8.7.0 version works also fine and the cpu temperature gos to 67 C max. With the 2.8.7.1 version cpu temperature goes over 80 C (very fast after backup start) and it crashes.
ikons said:
For me the 2.8.7.0 version works also fine and the cpu temperature gos to 67 C max. With the 2.8.7.1 version cpu temperature goes over 80 C (very fast after backup start) and it crashes.
Click to expand...
Click to collapse
it almost always crshaes if i have on or more zips to install, it crahes on the last one
Yes, same here always crashes when doing a backup
Gesendet von meinem SM-G901F mit Tapatalk
Any new updates ?
Army. Will make a new one soon
Sent with my Nova powered SM-G901F
Hi backup fails to complete.
raised issue here https://github.com/TeamWin/Team-Win-Recovery-Project/issues/548
At 25% complete the phone reboots itself back into twrp.
By the way I read you switched to marshmallow, isnt a recovery supposed to be cross version compatible? As I want to backup my existing kitkat rom before trying marshmallow. So I want my recovery able to backup kitkat as well as restore it if needed.
chrcol said:
Hi backup fails to complete.
raised issue here https://github.com/TeamWin/Team-Win-Recovery-Project/issues/548
At 25% complete the phone reboots itself back into twrp.
Click to expand...
Click to collapse
Download the version first version and jt will work. Hope twrp will fix it in the new version
Sent with my Nova powered SM-G901F

Categories

Resources