Difference between revisions of "Template:Recovery install fastboot"

From WebOS-Ports
Jump to navigation Jump to search
 
(20 intermediate revisions by 3 users not shown)
Line 8: Line 8:
  
 
'''Installing ClockworkMod Recovery on the {{{device_name}}}'''
 
'''Installing ClockworkMod Recovery on the {{{device_name}}}'''
# Your {{{device_name}}} {{{device_vendor}}} should still be connected to your PC via USB from the last step
+
# 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}}} {{{device_soc}}}
+
# 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>
 
# 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.
+
# *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 [http://www.clockworkmod.com/rommanager latest ClockworkMod] recovery image (at time of writing, 6.0.1.9)
+
# 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:
 
# Flash CWM to your {{{device_name}}}, making sure to use the proper filename for the image you downloaded:
 
<code>
 
<code>
   $ fastboot flash recovery recovery-clockwork-6.0.1.9-{{{device_codename}}}.img
+
   $ fastboot flash recovery recovery-clockworkmod-{{{device_clockworkmod_version}}}-{{lc:{{{device_codename}}}}}.img
 
   sending 'recovery' (6526 KB)...
 
   sending 'recovery' (6526 KB)...
 
   OKAY [  0.802s]
 
   OKAY [  0.802s]

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.