Template:Recovery install fastboot

From WebOS-Ports
Revision as of 11:23, 6 November 2013 by Herrie (talk | contribs)
Jump to navigation Jump to search


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'
  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-{{{device_name}}}.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.