Difference between revisions of "Portal:Updating webOS Versions"

From WebOS Internals
Jump to navigation Jump to search
Line 7: Line 7:
 
# Remove any Theme(s) you have installed. There SHOULD only be one...
 
# Remove any Theme(s) you have installed. There SHOULD only be one...
 
# Go back to the main menu and select "List of Everything" and search for "Emergency".
 
# Go back to the main menu and select "List of Everything" and search for "Emergency".
# Select and install "Emergency Patch Recovery". Note: This will remove all patches. Please read the description.
 
#: After it completes (might take a couple minutes), choose "Update Feeds" from the App Menu (top left corner).  Then go back to main menu and "Installed Packages".
 
#: If "Patches" is listed as a category, select it and remove any patches still installed.
 
# If you have [[Application:Luna Manager|Luna Manager]] installed, start it and "Restart Luna". If not, reboot your phone.
 
 
# Update webOS. :) (If you have already updated, skip this step.)
 
# Update webOS. :) (If you have already updated, skip this step.)
 
# Fire up [[Application:Preware|Preware]] and bring down the App Menu (top left corner).
 
# Fire up [[Application:Preware|Preware]] and bring down the App Menu (top left corner).
 
# Select Update Feeds.
 
# Select Update Feeds.
# Continue on to reinstalling your Patches/Theme.
+
# All of your Patches should show as needing an update, tap Update All
 +
# Reinstall theme if desired
 
# Thank the webOS-Internals group!
 
# Thank the webOS-Internals group!
  
Line 20: Line 17:
  
 
<br />
 
<br />
''For advanced users:'' You can dump a list of installed packages using the following technique before running the Emergency Patch Recovery (EPR) tool.  This assumes you already have shell access to your your Pre via novaterm or ssh.
+
''For advanced users:'' You can dump a list of installed packages using the following technique.  This assumes you already have shell access to your your Pre via novaterm or ssh.
  
 
*'''1.''' Ssh into your Pre (you do not need to adopt root privileges)
 
*'''1.''' Ssh into your Pre (you do not need to adopt root privileges)

Revision as of 22:39, 1 February 2010

Before updating to a new version of webOS, it is very important to follow certain procedures. Here is an outline of the recommended way to update your webOS when you use Patches (and/or Themes) installed via Preware. Deviating from this procedure could cause unwanted results. If you have already updated webOS and did not remove your themes/patches, you will still need to follow these steps.
  1. Make sure you are running the latest versions of Preware and the Package Manager Service.
    If you are not, then go to http://install.preware.org/ and install them.
  2. Open Preware and select Installed Packages.
  3. Remove any Theme(s) you have installed. There SHOULD only be one...
  4. Go back to the main menu and select "List of Everything" and search for "Emergency".
  5. Update webOS. :) (If you have already updated, skip this step.)
  6. Fire up Preware and bring down the App Menu (top left corner).
  7. Select Update Feeds.
  8. All of your Patches should show as needing an update, tap Update All
  9. Reinstall theme if desired
  10. Thank the webOS-Internals group!

If you need any assistance, or just want to chat, download an IRC client and join us in #webos-internals on FreeNode.


For advanced users: You can dump a list of installed packages using the following technique. This assumes you already have shell access to your your Pre via novaterm or ssh.

  • 1. Ssh into your Pre (you do not need to adopt root privileges)
  • 2. Type (no quotes) "ipkg -o /var list_installed | grep patches". This will display the list of patches applied to your Pre. You can redirect this output to a file or copy-and-paste it from your shell window.

Special thanks to dbSooner on the #webos-internals IRC channel for proposing this method.