[RECOVERY]ClockworkMod Touch v6.0.4.3

Search This thread

Sloth

Inactive RC / Retired Forum Moderator
Apr 23, 2012
10,699
11,300
Xda-Dev,NV

SkinnyBiggs

Senior Member
Mar 2, 2013
173
13
minneapolis
Sorry for the Noob question everyone but I'm wondering how do I flash a new recovery I'm currently on twrp but I don't like it

Sent from my HTCONE using xda app-developers app
 

tdhite

Senior Member
Dec 4, 2012
1,687
3,463
DFW
Personally, when on my HTC One, here is the drill:

Make sure you have working USB drivers and SDK (adb, fastboot, ...):

download the recovery image you want (I flashed PhilZ over TWRP 2.6.3.0 due to screen and battery issues therein );

Get to fastboot (usb) as normal then run:

fastboot devices

Make sure that gives you the right device output, and if so, run:

fastboot flash recovery your_recovery.img

fastboot erase cache


Obviously replace your_recovery.img with the name of the image file you downloaded.

That should do it.


Sent from my Slim Photon using xda app-developers app
 
  • Like
Reactions: zyrzox

Top Liked Posts