Template:Recovery install fastboot

From WebOS-Ports
Revision as of 05:55, 11 January 2017 by DougReeder (talk | contribs) (new source for ClockworkMod)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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
    • 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.
  4. On your PC, download the ClockworkMod recovery image (at time of writing, 6.0.4.3)
  5. 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.4.3-{{{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.