Difference between revisions of "Template:Recovery install fastboot"

From WebOS-Ports
Jump to navigation Jump to search
m (Herrie moved page Template:Install ClockworkMod to Template:Recovery install fastboot without leaving a redirect: revert)
Line 8: Line 8:
  
 
'''Installing ClockworkMod Recovery on the {{{device_name}}}'''
 
'''Installing ClockworkMod Recovery on the {{{device_name}}}'''
 +
# Your {{{device_name}}} should still be connected to your PC via USB from the last step
 +
# Power off the {{{device_name}}} and activate the bootloader (hold Vol. Up + Vol. Down + Power)
 +
# In your Terminal window, run: <code>'./fastboot devices'/code>
 +
# If your device shows up, proceed to the next step. Otherwise, ensure that your device has booted to the bootloader.
 +
# On your PC, download the [http://www.clockworkmod.com/rommanager latest ClockworkMod] recovery image (at time of writing, 6.0.1.9)
 +
# Flash CWM to your {{{device_name}}}, making sure to use the proper filename for the image you downloaded:
 +
<pre>
 +
  $ fastboot flash recovery recovery-clockwork-6.0.1.9-grouper.img
 +
  sending 'recovery' (6526 KB)...
 +
  OKAY [  0.802s]
 +
  writing 'recovery'...
 +
  OKAY [  1.245s]
 +
  finished. total time: 2.048s
 +
  $ fastboot reboot
 +
  rebooting...
 +
 
 +
  finished. total time: 0.020s
 +
</pre>
 +
<ol start="7">
 +
<li> Reboot to bootloader, by powering off, then holding Vol. Up + Vol. Down + Power </li>
 +
<li> Use the Vol. Up or Vol. Down key to select "Recovery mode", and the Power button to enter recovery.</li>
 +
<li> At this point, ClockworkMod should load.</li>
 +
</ol>
 +
<!--
 
{{#if:{{{install_file|}}}|
 
{{#if:{{{install_file|}}}|
 
#Download {{{install_devname}}}'s ClockworkMod Recovery.
 
#Download {{{install_devname}}}'s ClockworkMod Recovery.
Line 20: Line 44:
 
#Flash ClockworkMod Recovery onto your device by entering the following command: <code>fastboot flash recovery your_recovery_image.img</code> where the latter part is the name of the file you downloaded.
 
#Flash ClockworkMod Recovery onto your device by entering the following command: <code>fastboot flash recovery your_recovery_image.img</code> where the latter part is the name of the file you downloaded.
 
#Once the flash completes successfully, reboot the device into recovery to verify the installation. This can be done by typing <code>fastboot boot your_recovery_image.img</code>.
 
#Once the flash completes successfully, reboot the device into recovery to verify the installation. This can be done by typing <code>fastboot boot your_recovery_image.img</code>.
#*Note: Some ROMs overwrite recovery at boot time so if you do not plan to immediately boot into recovery to install WebOS Ports Open webOS, please be aware that this may overwrite your custom recovery with the stock one.
+
#*Note: Some ROMs overwrite recovery at boot time so if you do not plan to immediately boot into recovery to install WebOS Ports Open webOS, please be aware that this may overwrite your custom recovery with the stock one.-->

Revision as of 11:13, 6 November 2013


WARNING: DO NOT EDIT!

THIS PAGE IS NOT A REGULAR WIKI PAGE. IT IS A WIKI *TEMPLATE* AUTO-INCLUDED INTO POTENTIALLY HUNDREDS OF OTHER PAGES. ANY CHANGE MADE HERE WILL AFFECT ALL THESE PAGES SIMULTANEOUSLY, INCLUDING PAGES DEALING WITH MANY TYPES OF DEVICES. SO DO NOT EDIT THIS PAGE UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING. THANKS!

Installing recovery using fastboot

You can use fastboot to install your recovery image to the device.

Installing ClockworkMod Recovery on the {{{device_name}}}

  1. Your {{{device_name}}} should still be connected to your PC via USB from the last step
  2. Power off the {{{device_name}}} and activate the bootloader (hold Vol. Up + Vol. Down + Power)
  3. In your Terminal window, run: './fastboot devices'/code>
  4. If your device shows up, proceed to the next step. Otherwise, ensure that your device has booted to the bootloader.
  5. On your PC, download the latest ClockworkMod recovery image (at time of writing, 6.0.1.9)
  6. Flash CWM to your {{{device_name}}}, making sure to use the proper filename for the image you downloaded:
  $ fastboot flash recovery recovery-clockwork-6.0.1.9-grouper.img
  sending 'recovery' (6526 KB)...
  OKAY [  0.802s]
  writing 'recovery'...
  OKAY [  1.245s]
  finished. total time: 2.048s
  $ fastboot reboot
  rebooting...
  
  finished. total time: 0.020s
  1. Reboot to bootloader, by powering off, then holding Vol. Up + Vol. Down + Power
  2. Use the Vol. Up or Vol. Down key to select "Recovery mode", and the Power button to enter recovery.
  3. At this point, ClockworkMod should load.