Just follow pretty much the same directions when you unlocked and rooted your phone. Connect your phone in fastboot, open up the command prompt, point to your fastboot folder, then type "fastboot flash recovery "name of your recovery download".img (no quotes)
Arggggg! What am I doing wrong? I download the file. Boot into fastboot. Point to my fastboot folder and then send the recovery to my phone. It says it sends just fine. I then try to boot into my recovery and my original clockwork is still there. Tried this twice.
Edit: Finally got it! Re-downloaded the file and tried it. Amazing what a simple re-download will fix.
where is this fastboot folder? how do you get into fastboot?is it the bootloader?if so how do you get to the folder?i have 3 optionss start,recovery,restart
Sbenson took care of you. The directions I gave to another poster were not specific instructions because he/she seemed familiar with ADB and fast boot.
How did you root and unlock without using either? Did you use Wug's toolkit? If so, you could just download the Toro img in the OP and flash the recovery through Wug's toolkit.
Sent from my Galaxy Nexus using Tapatalk
If you're not familiar with ADB, the directions are clear as mud. I'll try to help.
1. Make sure you have ADB set up correctly on your computer - you'll need this to flash the touch clockwork over the existing clockwork. Follow this guide exactly. Only do the section for a windows computer.
2. Download the touch recovery to your computer, extract it and copy it inside the "platform-tools" folder found within your "android-sdk-windows" folder on the root of your C drive on your computer.
3. Connect your phone and computer together.
4. From within the "platform-tools" folder, hold shift + right click, then select "open command window here."
5. Type: adb reboot bootloader; type enter and this will reboot into the bootloader
6. Now type: fastboot flash recovery cwmr_touch_beta5_toro.img; type enter and this will flash the new clockwork; you'll get a message in the bottom of the bootloader
7. Lastly, type: fastboot reboot; this will reboot your phone
8. Test the new clockwork by booting into recovery as you normally would
Good luck!
Sbenson took care of you. The directions I gave to another poster were not specific instructions because he/she seemed familiar with ADB and fast boot.
How did you root and unlock without using either? Did you use Wug's toolkit? If so, you could just download the Toro img in the OP and flash the recovery through Wug's toolkit.
Sent from my Galaxy Nexus using Tapatalk
is this still an alpha? or is it pretty safe to get on the phone
If you're not familiar with ADB, the directions are clear as mud. I'll try to help.
1. Make sure you have ADB set up correctly on your computer - you'll need this to flash the touch clockwork over the existing clockwork. Follow this guide exactly. Only do the section for a windows computer.
2. Download the touch recovery to your computer, extract it and copy it inside the "platform-tools" folder found within your "android-sdk-windows" folder on the root of your C drive on your computer.
3. Connect your phone and computer together.
4. From within the "platform-tools" folder, hold shift + right click, then select "open command window here."
5. Type: adb reboot bootloader; type enter and this will reboot into the bootloader
6. Now type: fastboot flash recovery cwmr_touch_beta5_toro.img; type enter and this will flash the new clockwork; you'll get a message in the bottom of the bootloader
7. Lastly, type: fastboot reboot; this will reboot your phone
8. Test the new clockwork by booting into recovery as you normally would
Good luck!