[Utility]Flash CWM or TWRP Recovery-1 Click {UPDATED-7-11-13} V6!
#201
Posted 13 April 2013 - 02:41 PM
#202
Posted 14 April 2013 - 08:06 PM
Thank You !!!!!
#203
Posted 16 April 2013 - 12:30 PM
updated to version 4, see change log. Will help those having problems with recovery sticking on reboot.
- eogans09 likes this
Visit DRDevs.com hosting site for all official Droidrzr.com ROMs, Apps, GApps and other mods/files!!
Please PM me if you need help!
I will be hosting AOSP-Based ROM GApps packages!
Download the most Up-to-Date GApps Packages for AOSP ROMs from me here!
#204
Posted 18 April 2013 - 04:19 PM
Will this one-click work on OSX? Any kind of terminal equivalent?
The unlock exploit I think will, but I do not know about this.
#206
Posted 03 May 2013 - 05:50 PM
tucstwo, Would you happen to have 2.4.4.0? Or maybe you could help me with this issue I'm having. In Mount I do not have several options. All I have is:
[] Unmount Data
[] Unmount Cache
[] Unmount SDCard
() Use external SD () Use internal SD
_________________
|Mount USB Storage |
|________________/
Any idea why this is???
updated to version 4, see change log. Will help those having problems with recovery sticking on reboot.
Tucstwo,
I thought maybe you might wanna know that I figured this issue out.
.
#207
Posted 15 May 2013 - 04:57 PM
Been trying to flash cwm all day. downloaded this and it took only a couple seconds to flash. Yay. Thanks Muchos
- tucstwo likes this
#208
Posted 15 May 2013 - 05:43 PM
Tucstwo,
I thought maybe you might wanna know that I figured this issue out.
.
I figured it out on version 4. not sure about the theme flashing BUT...the original issue was that the script was only stoping /system/etc/install-recovery.sh and was ignoring recovery-from-boot.p (which I fixed in v4). Not sure what the themes are doing to these 2 issues, but that was the undermining cause.
- shane1 likes this
Visit DRDevs.com hosting site for all official Droidrzr.com ROMs, Apps, GApps and other mods/files!!
Please PM me if you need help!
I will be hosting AOSP-Based ROM GApps packages!
Download the most Up-to-Date GApps Packages for AOSP ROMs from me here!
#209
Posted 15 May 2013 - 06:42 PM
hey man...how long should this take? it's been running for...10 min or so..and the screen keeps turning on and off my Maxx HD, but that's all that's happening...
#210
Posted 15 May 2013 - 06:43 PM
nevermind. I'm an idiot.
#211
Posted 15 May 2013 - 06:51 PM
Shouldn't take more than 45 seconds or so once it's starts. This is unique for surehey man...how long should this take? it's been running for...10 min or so..and the screen keeps turning on and off my Maxx HD, but that's all that's happening...
oh derp, sorry. Didnt see this. silly man, lolnevermind. I'm an idiot.
Visit DRDevs.com hosting site for all official Droidrzr.com ROMs, Apps, GApps and other mods/files!!
Please PM me if you need help!
I will be hosting AOSP-Based ROM GApps packages!
Download the most Up-to-Date GApps Packages for AOSP ROMs from me here!
#212 Guest_BDH_*
Posted 16 May 2013 - 08:29 PM
Ok so I decided I was gonna mess around and see if using this was possible in Ubuntu and it definitely is
Go into Developer Options and make sure USB Debugging is turned on.
Just download Tucstwo's zip in the OP and extract somewhere in Ubuntu and rename the folder an easy 1 word name like "tool." . (example, extracted to my Home folder in ubuntu or also known as "~" so my directory for the zip would be ~/tool)
Open Terminal in Ubuntu and navigate to wherever you extracted the zip file.
Now you're going to make sure your machine can read that your phone is connected by using this line
You should have your device ID listed, if you don't then I don't know what to say lol.
So now you're going to use this line
You should be looking at something like this now:
So now you need to use this line
Then
Then back out of shell by typing "exit" and hitting "enter." You need to do this twice.
Now you should be back to your main folder that you started out in, in this case
Now enter this line
Result should be similar to this:
Now go back into thr device with this
And enter this line
Result should be similar to this
Lastly, enter this line
That's it. BINGO! TWRP installed manually via Terminal and Ubuntu
Now just because you're still in Terminal, just type "exit" and hit enter, then do it again. Now back again to your main directory, just type the following:
Now you're done. Your phone will reboot into TWRP and you'll be set to flash ROMs
NOTE:
This method was only tested on my RAZR HD. By you following these steps, you're assuming ALL responsibility for what happens after that!
- zooyork0721 and shane1 like this
#213
Posted 17 May 2013 - 04:32 PM
Ok so I decided I was gonna mess around and see if using this was possible in Ubuntu and it definitely is
Go into Developer Options and make sure USB Debugging is turned on.
Just download Tucstwo's zip in the OP and extract somewhere in Ubuntu and rename the folder an easy 1 word name like "tool." . (example, extracted to my Home folder in ubuntu or also known as "~" so my directory for the zip would be ~/tool)
Open Terminal in Ubuntu and navigate to wherever you extracted the zip file.
Click toNow you're done. Your phone will reboot into TWRP and you'll be set to flash ROMs
NOTE:
This method was only tested on my RAZR HD. By you following these steps, you're assuming ALL responsibility for what happens after that!
Very nice stuff, gary. I found that this method works just fine with Linux. Should you want to use the "fastboot flash" method. You need to always remember to run fastboot commands as "sudo" or they won't go through. Just a tip
Visit DRDevs.com hosting site for all official Droidrzr.com ROMs, Apps, GApps and other mods/files!!
Please PM me if you need help!
I will be hosting AOSP-Based ROM GApps packages!
Download the most Up-to-Date GApps Packages for AOSP ROMs from me here!
#214
Posted 27 May 2013 - 02:20 PM
#216
Posted 27 May 2013 - 03:44 PM
Something like: "dd if=/FILE LOCATION/recovery.img of=/dev/block/mmcblk0p13"
#217
Posted 27 May 2013 - 03:55 PM
Visit DRDevs.com hosting site for all official Droidrzr.com ROMs, Apps, GApps and other mods/files!!
Please PM me if you need help!
I will be hosting AOSP-Based ROM GApps packages!
Download the most Up-to-Date GApps Packages for AOSP ROMs from me here!
#219
Posted 27 May 2013 - 04:32 PM
#220
Posted 29 May 2013 - 06:46 AM
If you place the recovery image on the root of your external sdcard and rename it twrp.img for simplicity, then use the following commands in terminal.
su
dd if=/storage/sdcard1/twrp.img if=/dev/block/platform/msm_sdcc.1/by-name/recovery bs=4096
exit
All done!
Edit: The forum is making that 2 lines but its just a single line with a space between /twrp.img and if=/
- tucstwo and Brenardo like this
Also tagged with one or more of these keywords: recovery, one click, razr hd, cwm, clockworkmod
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users