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)
 
(38 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
</noinclude>== Installing recovery using fastboot ==
 
</noinclude>== Installing recovery using fastboot ==
  
You can use [[Doc:_fastboot_intro|fastboot]] to install your recovery image to the device.
+
You can use fastboot to install your recovery image to the device.
  
 
'''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 {{{device_recovery_boot_steps}}}
 +
# Once the device is in fastboot mode, verify your PC sees the device by typing <code>fastboot devices</code>
 +
# *If you don't see your device serial number, and instead see "<waiting for device>", fastboot is not configured properly on your machine. See  [[Doc:_fastboot_intro|fastboot]] documentation for more info.
 +
# On your PC, download the [{{{device_clockworkmod_link}}} ClockworkMod] {{{device_name}}} recovery image (at time of writing, {{{device_clockworkmod_version}}})
 +
 +
# Flash CWM to your {{{device_name}}}, making sure to use the proper filename for the image you downloaded:
 +
<code>
 +
  $ fastboot flash recovery recovery-clockworkmod-{{{device_clockworkmod_version}}}-{{lc:{{{device_codename}}}}}.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
 +
</code>
 +
<ol start="7">
 +
<li> Reboot to bootloader, by powering off, then {{{device_recovery_boot_steps}}}
 +
<li> Use the Volume Up or Volume 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 45:
 
#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.-->

Latest revision as of 21:29, 21 February 2017


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 {{{device_recovery_boot_steps}}}
  3. Once the device is in fastboot mode, verify your PC sees the device by typing fastboot devices
  4. *If you don't see your device serial number, and instead see "<waiting for device>", fastboot is not configured properly on your machine. See fastboot documentation for more info.
  5. On your PC, download the [{{{device_clockworkmod_link}}} ClockworkMod] {{{device_name}}} recovery image (at time of writing, {{{device_clockworkmod_version}}})
  1. Flash CWM to your {{{device_name}}}, making sure to use the proper filename for the image you downloaded:

 $ fastboot flash recovery recovery-clockworkmod-{{{device_clockworkmod_version}}}-{{{device_codename}}}.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 {{{device_recovery_boot_steps}}}
  2. Use the Volume Up or Volume Down key to select "Recovery mode", and the Power button to enter recovery.
  3. At this point, ClockworkMod should load.