Difference between revisions of "Template:Install LuneOS from Recovery"

From WebOS-Ports
Jump to navigation Jump to search
Line 6: Line 6:
  
 
{{note|note=Some devices do not have removable SD cards. Regardless, there should still be a partition on the device named "<code>/sdcard</code>" that can be used for flashing purposes, even though the contents of <code>/sdcard</code> may actually be in internal storage.}}
 
{{note|note=Some devices do not have removable SD cards. Regardless, there should still be a partition on the device named "<code>/sdcard</code>" that can be used for flashing purposes, even though the contents of <code>/sdcard</code> may actually be in internal storage.}}
 +
# Your {{{device_name}}} should still be connected to your PC via USB from the last step
 +
# Your {{{device_name}}} should still be booted to ClockworkMod from the last step
 +
# If neither statement is currently true, please reboot to ClockworkMod. If you do not have CWM loaded, follow the steps outlined above.
 +
# Download the [http://build.webos-ports.org/webos-ports-staging/wip/images/{{{device_codename}}}/webos-ports-package-grouper.zip latest webOS-Ports image]
 +
# Additionally, download the [http://build.webos-ports.org/webos-ports-staging/wip/images/{{{device_codename}}}/zImage-{{{device_codename}}}.fastboot latest kernel image]
 +
# Use the Vol. Up and Vol. Down keys on your {{{device_name}}} to select "install zip from sideload"
 +
# From your PC, execute the following command:<br /><code>adb sideload webos-ports-package-{{{device_codename}}}.zip</codee><br />
 +
# The image will now install.
 +
# Reboot back to the bootloader (Power off; {{{device_recovery_boot_steps}}})
 +
# Next, flash the kernel image. <br /><code>fastboot flash boot zImage-{{{device_codename}}}.fastboot</code><br />
 +
# Once completed, reboot the {{{device_name}}}. (Try: <code> fastboot reboot</code>)
 +
# Your system should now boot directly into webOS
  
 +
<!--
 
#Download the prebuilt [http://webos-ports.org/?device={{{device_codename}}} release] of WOP you wish to install.  (Or if you've built WOP yourself, look in the <code>$OUT</code> directory for the <code>.zip</code>.)
 
#Download the prebuilt [http://webos-ports.org/?device={{{device_codename}}} release] of WOP you wish to install.  (Or if you've built WOP yourself, look in the <code>$OUT</code> directory for the <code>.zip</code>.)
 
#:''Optional:'' Download any supplemental 3rd-party applications packages for the device you wish to use.
 
#:''Optional:'' Download any supplemental 3rd-party applications packages for the device you wish to use.
Line 24: Line 37:
 
#:''Optional:'' Install any additional packages you wish using the same method.
 
#:''Optional:'' Install any additional packages you wish using the same method.
 
#Once the installation has finished, return back to the main menu, and select {{#ifeq:{{{device_recovery_twrp|}}}|true|the '''Reboot System''' option.|the '''reboot system now''' option.}}  The device should now boot into CyanogenMod.
 
#Once the installation has finished, return back to the main menu, and select {{#ifeq:{{{device_recovery_twrp|}}}|true|the '''Reboot System''' option.|the '''reboot system now''' option.}}  The device should now boot into CyanogenMod.
{{#if:{{{device_htcunlocklegacy|}}}|{{note|note=This device, if unlocked with HTC Dev Unlock, '''MUST''' have its kernel flashed via fastboot! Extract the boot.img from the rom zip and flash using <code>fastboot flash boot boot.img</code>}}}}
+
{{#if:{{{device_htcunlocklegacy|}}}|{{note|note=This device, if unlocked with HTC Dev Unlock, '''MUST''' have its kernel flashed via fastboot! Extract the boot.img from the rom zip and flash using <code>fastboot flash boot boot.img</code>}}}}-->

Revision as of 11:48, 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 WOP from recovery

Note:

Some devices do not have removable SD cards. Regardless, there should still be a partition on the device named "/sdcard" that can be used for flashing purposes, even though the contents of /sdcard may actually be in internal storage.

  1. Your {{{device_name}}} should still be connected to your PC via USB from the last step
  2. Your {{{device_name}}} should still be booted to ClockworkMod from the last step
  3. If neither statement is currently true, please reboot to ClockworkMod. If you do not have CWM loaded, follow the steps outlined above.
  4. Download the latest webOS-Ports image
  5. Additionally, download the latest kernel image
  6. Use the Vol. Up and Vol. Down keys on your {{{device_name}}} to select "install zip from sideload"
  7. From your PC, execute the following command:
    adb sideload webos-ports-package-{{{device_codename}}}.zip</codee>
  8. The image will now install.
  9. Reboot back to the bootloader (Power off; {{{device_recovery_boot_steps}}})
  10. Next, flash the kernel image.
    fastboot flash boot zImage-{{{device_codename}}}.fastboot
  11. Once completed, reboot the {{{device_name}}}. (Try: fastboot reboot)
  12. Your system should now boot directly into webOS