[UnORom][RECOVERY]Latest TWRP v2.7.0.0 [07 May]

shantur

Senior Member
Dec 6, 2010
1,094
3,073
0
Latest TWRP v2.7.0.0 for Sensation

DISCLAIMER

Code:
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards or you 
 * getting fired because the alarm app failed.
 * YOU are choosing to make these modifications.


Recovery Features

Latest TWRP Code
Supports newer set_metadata_recursive and set_metadata commands used in Kitkat
Supports partition by-name map
Adb sideload : Developer's heaven
HTC Dumlock
Terminal Command
File Manager
USB Mount


Credits

TeamWin
@Dees_Troy
@Flemmard
Koush
CyanogenModTeam


Instructions : Recovery Tools

If you have are not sure if you have an unrestricted HBOOT


1. Download Recovery Tools from Play Store
2. Download release below and copy to sdcard
3. Open Recovery Tools and give Superuser access
4. Select Flash Other Recovery and select the release that was copied to SDCard.
5. Job done.




Instructions : Fastboot

If you have Juopunutbear HBOOT or other that supports unrestricted fastboot flash commands


1. Download Latest Release below
2. Boot into your bootloader ( Vol Down + Power )
3. Enter command

Code:
fastboot erase recovery
fastboot erase cache
fastboot flash recovery <downloaded recovery.img>
4. Reboot Bootloader
5. Select Recovery

 
Last edited:

shantur

Senior Member
Dec 6, 2010
1,094
3,073
0
Just in case if anyone is wondering why I didnt go for TWRP, only one reason, TWRP doesn't support USB Mass Storage mode.
If you would still like to have it, let me know I have it working with me.
 
  • Like
Reactions: migui0401

Sultanxda

Recognized Developer
Aug 18, 2012
6,415
37,523
263
California
www.kerneltoast.com
Just in case if anyone is wondering why I didnt go for TWRP, only one reason, TWRP doesn't support USB Mass Storage mode.
If you would still like to have it, let me know I have it working with me.
TWRP does support USB mass storage mode. Go to Mount and then press Mount USB Storage. I'd love to have a TWRP build that can support set_metadata commands.
 

Sultanxda

Recognized Developer
Aug 18, 2012
6,415
37,523
263
California
www.kerneltoast.com
I don't think it does any more http://teamw.in/DataMedia
That's only talking about why there's no USB mass storage mode on devices like the Nexus 5 that don't have a slot for external SD cards (and instead have solely internal storage). The new Note 3 and Galaxy S4 have external SD card slots so I don't think USB mass storage mode was removed.
 

shantur

Senior Member
Dec 6, 2010
1,094
3,073
0
That's only talking about why there's no USB mass storage mode on devices like the Nexus 5 that don't have a slot for external SD cards (and instead have solely internal storage). The new Note 3 and Galaxy S4 have external SD card slots so I don't think USB mass storage mode was removed.
My bad, yes it does. Let me see if i can make it work.
 

reddvilzz

Senior Member
May 29, 2012
1,924
386
113
Jakarta
Nice CWM based Recovery, haven't seen one since using HTC :D. Thanks dev you just add more "sensation" to our device

Is there any chance you can make the flashable CWM too?
 

Sultanxda

Recognized Developer
Aug 18, 2012
6,415
37,523
263
California
www.kerneltoast.com
Didnt get time to test. TWRP with USB Mount and set_metadata functions

http://goo.im/devs/shantur/recovery/sensation/twrp/twrp-2.6.3.0-20131125.img
USB mass storage isn't working on the TWRP build :( Also, there's a weird issue that whenever I try to shut down the phone, it just reboots to recovery.

On another note, something interesting to experiment with would be building TWRP with Sebastian's 3.4 kernel and adding USB OTG as a mount option. Since Sebastian's kernel has self-powered USB OTG, we could flash things through USB OTG :)
 
  • Like
Reactions: dinamito

lolmachine4

Senior Member
Dec 18, 2012
160
27
0
Nice, I'm really happy to see an update of CWM for my Senny since I'm not a fan of TWRP at all.
Did anybody already test this? Any other bugs except those mentioned in OP?