[Q] Change Custom Recovery from ClockWorkMod to TWRP

Search This thread

Watashi_PT

Senior Member
Jan 7, 2011
64
7
i have htc one m7 from att

in this time I have my phone in cwm and i want it in TWRP to change the rom

how i do??
 

khandelwalsiddharth

Senior Member
Jul 23, 2011
970
219
Raleigh, North carolina
i have htc one m7 from att

in this time I have my phone in cwm and i want it in TWRP to change the rom

how i do??

I assume that you have mini-sdk.
Download the twrp recovery for your phone and rename it recovery and place it in the fastboot folder.
Now put your phone on fastboot mode ( power + vol down ---> fastboot )

now open command line in the fastboot folder by holding shift and right click
then type
fastboot flash recovery recover.img(name of the recovery)
fastboot erase cache

You are done.
 

Watashi_PT

Senior Member
Jan 7, 2011
64
7
I assume that you have mini-sdk.
Download the twrp recovery for your phone and rename it recovery and place it in the fastboot folder.
Now put your phone on fastboot mode ( power + vol down ---> fastboot )

now open command line in the fastboot folder by holding shift and right click
then type
fastboot flash recovery recover.img(name of the recovery)
fastboot erase cache

You are done.

i do that and my command line dont reconize the phone, so i cant flashboot and i dont no why :S
 

badjoras

Senior Member
Mar 24, 2011
131
25
lisboa
It does not recognize because you must not have debugging enabled.
enable it

Download the latest TWRP
put the image file on the same folder as your fastboot/adb
Rename TWRP recovery to "recovery.img"

Use these commands:

fastboot flash recovery recovery.img
fastboot erase cache
 
Last edited: