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

From WebOS-Ports
Jump to navigation Jump to search
Line 18: Line 18:
 
# Once completed, reboot the {{{device_name}}}. (Try: <code> fastboot reboot</code>)
 
# Once completed, reboot the {{{device_name}}}. (Try: <code> fastboot reboot</code>)
 
# Your system should now boot directly into webOS
 
# 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>.)
 
#:''Optional:'' Download any supplemental 3rd-party applications packages for the device you wish to use.
 
#Place the WOP rom <code>.zip</code> file on the root of the SD card using [[Doc:_adb_intro|adb]]:
 
#*Transfer your file(s): <code>adb push YOURROMZIP.zip /sdcard/</code>
 
#**If you boot directly to recovery and have an internal sdcard, you may need to run <code>adb shell mount /data</code> or mount data through the recovery menu before transferring.
 
#**If you see "error: device not found" there is likely a driver issue on the PC.
 
#**On some devices, the zip file can be copied to the device using standard USB Mass Storage or MTP support.
 
#:''Optional:'' Place any supplemental packages (eg [http://goo.im/gapps Google Apps] or kernel) <code>.zip</code> file(s) on the root of the SD card.
 
#Boot to recovery mode on the device {{#if:{{{device_recovery_boot_steps|}}}| by holding {{{device_recovery_boot_steps}}}}}.
 
#Once the device boots into the {{#ifeq:{{{device_recovery_twrp|}}}|true|Team Win Recovery Project|ClockworkMod Recovery}}, {{#ifeq:{{{device_recovery_twrp|}}}|true|use your finger to select your choices by tapping on the appropriately labeled button.|use the physical volume buttons to move up and down.  On most devices, the '''power button''' is used to confirm your selection, although for some devices the power button is used as a "back" button to go up one level, in which case the '''home''' button is used to confirm the selection.}}
 
#:''Optional/Recommended:'' {{#ifeq:{{{device_recovery_twrp|}}}|true|Select the '''Backup''' button|Select '''backup and restore'''}} to create a backup of the current installation on the device.
 
#{{#ifeq:{{{device_recovery_twrp|}}}|true|Select the '''Wipe''' and the '''Factory Reset''' buttons.|Select the option to '''wipe data/factory reset'''.}}
 
#{{#ifeq:{{{device_recovery_twrp|}}}|true|Select the '''Install''' button.|Select '''install zip from sdcard'''.}}
 
#{{#ifeq:{{{device_recovery_twrp|}}}|true|Navigate to the location of the installation zip.|Select '''choose zip from sdcard'''.}}
 
#Select the WOP file you placed on the sdcard.  You will then need to then confirm that you do wish to flash this file.
 
#:''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.
 
{{#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 13:42, 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 Volume Up and Volume 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
  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