[RECOVERY]ClockworkMod Touch v6.0.4.3

Search This thread

Flyhalf205

Inactive Recognized Developer / Contributor
Oct 21, 2010
5,639
8,045
Birmingham, AL
flyhalf205.com
Use Rom Manager for best results when backing/restoring...

USB OTG Info:
USB OTG will show up as external_sd. If external_sd is not mounting, reboot recovery. You must enter recovery with usb already inserted.

Installation:

Video Tutorials:
How To Unlock The Bootloader EASIEST Method - https://www.youtube.com/watch?v=r0gzJdwCxX0
How To ROOT EASIEST METHOD - https://www.youtube.com/watch?v=S1KmsxO84UU

Downloads:
You can now flash in Rom Manager in rom if rooted

PC USB Mass Storage:
You can't! :( http://teamw.in/DataMedia

Mirror for files http://d-h.st/users/flyhalf205/?fld_id=11322#files or http://www.clockworkmod.com/rommanager
 
Last edited:

youkosnake

Senior Member
Jan 7, 2011
549
184
I'm sure it'll be tested by then but if not I'll give it a go as soon as I get my one. You guys are just flying through

Sent straight outta Compton
 

sailio

Senior Member
Jul 25, 2010
592
94
How do I flash with Rom manager? I have TWRP.

Sent from my Sprint HTC ONE using XDA premium
 

sailio

Senior Member
Jul 25, 2010
592
94
I hit menu and show all devices but just says HTC one m7 so I didn't get it. Seemed to be generic I think

Sent from my Sprint HTC ONE using XDA premium
 

ynh

Member
Jan 19, 2010
6
0
Thanks Flyhalf205! Tried the one from clockworkmod and would just say it's loading and then powers down. Found yours and worked right away!
 

CNexus

Senior Member
May 17, 2012
9,010
14,000
~/android
Google Pixel 7
I hit menu and show all devices but just says HTC one m7 so I didn't get it. Seemed to be generic I think

Sent from my Sprint HTC ONE using XDA premium

You can flash using the following method (while booted up). Be extremely careful when typing the /dev/blovk part though.

Download the recovery.img file. Open terminal emulator and type the following (press enter after each line):
Code:
cd path/to/recovery/dir
su
dd if=<recoveryFileName>.img of=/dev/block/mmcblk0p36


That method can be used on any phone, granted that you replace the /dev/block portion with the correct location for the recovery partition on said device.
 
Last edited:

Tilde88

Senior Member
Nov 5, 2008
2,418
1,613
You can flash using the following method (while booted up). Be extremely careful when typing the /dev/blovk part though.

Download the recovery.img file. Open terminal emulator and type the following (press enter after each line):
Code:
cd path/to/recovery/dir
su
dd if=<recoveryFileName>.img of=/dev/block/mmcblk0p36


That method can be used on any phone, granted that you replace the /dev/block portion with the correct location for the recovery partition on said device.

lol I would advise against telling users to dd something. if that OF (output file)location is wrong, or even if it's a mismatched input file is wrong,... well it is bad. dd is a low-level tool, and it CAN and HAS wiped LIVE (running) harddrives; it can do this on Windows (via cygrun dd), Linux , *nix, Mac, anything that supports linux binaries. It can do the same to that block, or directory.
 

CNexus

Senior Member
May 17, 2012
9,010
14,000
~/android
Google Pixel 7
lol I would advise against telling users to dd something. if that OF (output file)location is wrong, or even if it's a mismatched input file is wrong,... well it is bad. dd is a low-level tool, and it CAN and HAS wiped LIVE (running) harddrives; it can do this on Windows (via cygrun dd), Linux , *nix, Mac, anything that supports linux binaries. It can do the same to that block, or directory.
I know. But as always, it is up to the user to determine whether they feel comfortable, and are able, doing something, or not.

And if it wipes that partition, its only the recovery. It can still be fastbooted after the fact, and thats why I mentioned that the OF location has to be typed carefully.
 
Last edited:
  • Like
Reactions: Tilde88

JIannitti

Senior Member
Feb 14, 2011
231
41
Is flashing through Rom manager not working or is it me? It says it flashed just fine but when I boot to recovery it shuts down

Sent from my HTCONE using xda app-developers app
 
Is flashing through Rom manager not working or is it me? It says it flashed just fine but when I boot to recovery it shuts down

Sent from my HTCONE using xda app-developers app

the version on rom manager is 6.0.3.2, and it looks like that version is broken. if you download it and install it through fastboot it does the same thing.
 
  • Like
Reactions: Aldo101t

JIannitti

Senior Member
Feb 14, 2011
231
41
the version on rom manager is 6.0.3.2, and it looks like that version is broken. if you download it and install it through fastboot it does the same thing.

That's what I wound up doing. Was a lot quicker than I thought since I had the folder set up already. Thanks

Sent from my HTCONE using xda app-developers app
 

Top Liked Posts