Guest Paul Posted July 21, 2011 Report Posted July 21, 2011 Cool! I got a myTouch 4G Slide! Not cool! No ClockworkMod recovery! Solution! Make my own. :) You must have a 'S-OFF' device to install this recovery image! Here is my unofficial MoDaCo build of ClockworkMod for the T-Mobile myTouch 4G Slide / aka HTC Doubleshot. In order to flash this recovery, you need to have temproot or permanent root via Fr3evo (grab from here, push to /data/local, run via ADB then reconnect after it drops your connection for root access). If you need ADB, you can grab it here. You use this image at your own risk! Proceed with caution! To install, simply... Download the ClockworkMod image file from hereCopy the file to /data/local ('adb push doubleshot.clockworkmod.4.0.0.9.modaco.img /data/local')Write the image to the recovery partition ('dd if=/data/local/doubleshot.clockworkmod.4.0.0.9.modaco.img of=/dev/block/mmcblk0p21')Do a recovery reboot to test ('adb reboot recovery'). That's it! :) P
Guest thedonut Posted August 15, 2011 Report Posted August 15, 2011 (edited) Is there a missing "ADB" before the dd command? Or adb shell? The dd line isn't working. EDIT: I know now that the dd line is intended to be run on the device itself. Another option is to boot into fastboot (hold down volume-down key while powering on), and issue the following from the PC: (you'll need HTC fastboot drivers) 'fastboot flash recovery /path/to/<recovery>.img' Edited August 15, 2011 by thedonut
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now