<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cwgtex</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cwgtex"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Cwgtex"/>
	<updated>2026-05-09T08:57:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19069</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19069"/>
		<updated>2011-09-23T23:48:07Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* NOTES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''===&lt;br /&gt;
&lt;br /&gt;
'''In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.  In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.  Make the necessary adjustments to file paths in your commands when following the steps below.'''&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19067</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19067"/>
		<updated>2011-09-23T23:35:37Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''  In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.  In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.  Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19065</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19065"/>
		<updated>2011-09-23T23:35:00Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''  In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.  In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.  Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
===Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19063</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19063"/>
		<updated>2011-09-23T23:34:29Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''  In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.  In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.  Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
===The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.===&lt;br /&gt;
===Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19061</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19061"/>
		<updated>2011-09-23T23:34:01Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''  In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.  In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.  Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
===In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.===&lt;br /&gt;
===The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.===&lt;br /&gt;
===Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19059</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19059"/>
		<updated>2011-09-23T23:31:39Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* NOTES: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''  In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.  In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.  Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
===In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.===&lt;br /&gt;
===In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.===&lt;br /&gt;
===The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.===&lt;br /&gt;
===Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19057</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19057"/>
		<updated>2011-09-23T23:28:25Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Replacing the Files using Linux Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''===&lt;br /&gt;
&lt;br /&gt;
===In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.===&lt;br /&gt;
===In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.===&lt;br /&gt;
===The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.===&lt;br /&gt;
===Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19045</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19045"/>
		<updated>2011-09-23T03:07:38Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* NOTES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''===&lt;br /&gt;
&lt;br /&gt;
===In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.===&lt;br /&gt;
===In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.===&lt;br /&gt;
===The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.===&lt;br /&gt;
===Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19043</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19043"/>
		<updated>2011-09-23T03:06:40Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* NOTES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTES:'''===&lt;br /&gt;
===In webOS 1.x the boot images are named ''palm''-logo.png and ''palm''-logo-bright.png.===&lt;br /&gt;
===In webOS 2.x and 3.x, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.===&lt;br /&gt;
===The Pre 3 uses slightly larger images located in the /usr/palm/sysmgr/images/1.5/ directory.===&lt;br /&gt;
===Make the necessary adjustments to file paths in your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19041</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19041"/>
		<updated>2011-09-23T03:01:13Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Replacing the Files using Linux Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTE:''' In webOS 2.x and 3.X, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  Be sure to make the necessary adjustments to your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Restart Luna to take effect'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.  You can do this with Preware, WOSQI, through a power menu patch, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19039</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19039"/>
		<updated>2011-09-23T01:23:28Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Replacing the Files using Linux Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTE:''' In webOS 2.x and 3.X, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  Be sure to make the necessary adjustments to your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''1. Backup existing images'''&lt;br /&gt;
&lt;br /&gt;
Plug your device into your computer and select 'just charge'.  Gain root access to the device (novaterm, ssh, WOSQI, etc.) and backup the original files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
mkdir /media/internal/bootlogo&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo.png /media/internal/bootlogo/orig-hp-logo.png&lt;br /&gt;
cp /usr/palm/sysmgr/images/hp-logo-bright.png /media/internal/bootlogo/orig-hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  This step is optional, these files are available below, and can also be obtained from the webOS doctor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Copy new images to USB drive'''&lt;br /&gt;
&lt;br /&gt;
Select USB drive from the device to gain normal access to the USB drive.  Copy and paste the images you want to use to the ''bootlogo'' directory.  Make sure to name them 'hp-logo.png' and 'hp-logo-bright.png'.  Safely eject the device from your computer, but leave it plugged in (in 'just charging' mode).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Replace boot images'''&lt;br /&gt;
&lt;br /&gt;
Gain root access to the device again and copy the new images into place.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo.png /usr/palm/sysmgr/images/hp-logo.png&lt;br /&gt;
cp /media/internal/bootlogo/hp-logo-bright.png /usr/palm/sysmgr/images/hp-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Note:  On the Pre 3, larger &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19033</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=19033"/>
		<updated>2011-09-22T23:33:07Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Boot Themes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTE:''' In webOS 2.x and 3.X, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  Be sure to make the necessary adjustments to your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh and copy the files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#/if your login account does not have root permission, you must sudo the commands...the following assumes you do not have root permission&lt;br /&gt;
#/if you do not use sudo and do not have root permission, you will get Permission Denied errors...&lt;br /&gt;
sudo mkdir /media/internal/bootlogo&lt;br /&gt;
sudo cp /usr/palm/sysmgr/images/palm-logo* /media/internal/bootlogo&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Modify the files with your favorite editor (Gimp, Photoshop, ImageMagick, MS Paint, etc.)&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Save the new images to the ''bootlogo'' directory on the Pre's USB drive.&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, backup the existing files, copy the new images into place, and remount the root filesystem read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png&lt;br /&gt;
sudo mount -o ro,remount /&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
(note: second set are the scaled up images from the Pre 3)&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
[[Image:1.5-hp-logo.png]]&lt;br /&gt;
[[Image:1.5-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:1.5-hp-logo-bright.png&amp;diff=19031</id>
		<title>File:1.5-hp-logo-bright.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:1.5-hp-logo-bright.png&amp;diff=19031"/>
		<updated>2011-09-22T23:29:49Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:1.5-hp-logo.png&amp;diff=19029</id>
		<title>File:1.5-hp-logo.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:1.5-hp-logo.png&amp;diff=19029"/>
		<updated>2011-09-22T23:29:23Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=18489</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=18489"/>
		<updated>2011-09-12T06:01:53Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Boot Themes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTE:''' In webOS 2.x and 3.X, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  Be sure to make the necessary adjustments to your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh and copy the files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#/if your login account does not have root permission, you must sudo the commands...the following assumes you do not have root permission&lt;br /&gt;
#/if you do not use sudo and do not have root permission, you will get Permission Denied errors...&lt;br /&gt;
sudo mkdir /media/internal/bootlogo&lt;br /&gt;
sudo cp /usr/palm/sysmgr/images/palm-logo* /media/internal/bootlogo&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Modify the files with your favorite editor (Gimp, Photoshop, ImageMagick, MS Paint, etc.)&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Save the new images to the ''bootlogo'' directory on the Pre's USB drive.&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, backup the existing files, copy the new images into place, and remount the root filesystem read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png&lt;br /&gt;
sudo mount -o ro,remount /&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=18487</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=18487"/>
		<updated>2011-09-12T06:00:47Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Boot Themes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==='''NOTE:''' In webOS 2.x and 3.X, the boot images are named ''hp''-logo.png and ''hp''-logo-bright.png.  Be sure to make the necessary adjustments to your commands when following the steps below.===&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Internalz==&lt;br /&gt;
&lt;br /&gt;
# Install Internalz (by Canuck Software) from Preware or WOSQI.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Turn on &amp;quot;Master Mode&amp;quot; in the preferences menu of Internalz.  (You can bork your phone messing around with this mode, so don't wander from the path.  Pay attention to the pop-up warning when you enable Master Mode.)&amp;lt;br /&amp;gt;&lt;br /&gt;
# Place your desired boot images in your phone's USB partition and name them '''palm-logo.png''' and '''palm-logo-bright.png'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate to ''/usr/palm/sysmgr/images/'' and find '''palm-logo.png''' and '''palm-logo-bright.png'''.  Rename them by adding &amp;quot;.orig&amp;quot; (without the quotes) to the end of the file name. (Example: palm-logo-bright.png.orig)  You rename a file in Internalz by tapping the file, selecting &amp;quot;Info&amp;quot; from the menu, and then editing the name at the top of the screen.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Navigate back to the folder where you placed your new images and copy each one individually to ''/usr/palm/sysmgr/images/''.&amp;lt;br /&amp;gt;&lt;br /&gt;
# Restart luna and see your new boot logo.&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files using Linux Commands==&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh and copy the files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#/if your login account does not have root permission, you must sudo the commands...the following assumes you do not have root permission&lt;br /&gt;
#/if you do not use sudo and do not have root permission, you will get Permission Denied errors...&lt;br /&gt;
sudo mkdir /media/internal/bootlogo&lt;br /&gt;
sudo cp /usr/palm/sysmgr/images/palm-logo* /media/internal/bootlogo&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Modify the files with your favorite editor (Gimp, Photoshop, ImageMagick, MS Paint, etc.)&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Save the new images to the ''bootlogo'' directory on the Pre's USB drive.&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, backup the existing files, copy the new images into place, and remount the root filesystem read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png&lt;br /&gt;
sudo mount -o ro,remount /&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' webOS Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Webos-hp-logo.png‎]] &lt;br /&gt;
[[Image:Webos-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Simple Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' mhous33&lt;br /&gt;
&lt;br /&gt;
[[Image:Tux-hp-logo.png‎]] &lt;br /&gt;
[[Image:Tux-hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Tux-hp-logo-bright.png&amp;diff=18485</id>
		<title>File:Tux-hp-logo-bright.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Tux-hp-logo-bright.png&amp;diff=18485"/>
		<updated>2011-09-12T05:55:25Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Tux-hp-logo.png&amp;diff=18483</id>
		<title>File:Tux-hp-logo.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Tux-hp-logo.png&amp;diff=18483"/>
		<updated>2011-09-12T05:55:09Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Webos-hp-logo-bright.png&amp;diff=18481</id>
		<title>File:Webos-hp-logo-bright.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Webos-hp-logo-bright.png&amp;diff=18481"/>
		<updated>2011-09-12T05:54:44Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Webos-hp-logo.png&amp;diff=18479</id>
		<title>File:Webos-hp-logo.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Webos-hp-logo.png&amp;diff=18479"/>
		<updated>2011-09-12T05:54:06Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14975</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14975"/>
		<updated>2011-04-03T20:32:06Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in four languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:MetaDoctor-DE]]&lt;br /&gt;
:[[Image:Mexico.png]] [[Image:Spain.png]] [[Application:MetaDoctor-ES]]&lt;br /&gt;
&lt;br /&gt;
= What is the Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
The Webos Internals Meta Doctor is a Makefile which can modify a copy of the Palm webOS Doctor to bypass the &amp;quot;First Use&amp;quot; application and allow the phone to run without having been activated on a cell network. It accomplishes this by reaching into Palm's distributed Doctor JAR file and making changes to it. It can prevent the first use app from running, as well as applying other tweaks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Documentation for the features that the MetaDoctor offers is at the top of the Makefile (you find out where that is later).'''&lt;br /&gt;
&lt;br /&gt;
= Step 1: Setting up Meta-Doctor=&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows users can use [http://www.cygwin.com/ Cygwin] to run the Meta-Doctor.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and make sure you include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
You can download an illustrated installation guide for Cygwin and the appropriate packages from [http://forums.precentral.net/attachments/palm-pre/56225d1299460428-sprint-webos-2-1-0-upgrade-simplified-install_cygwin_v1.2.pdf here].&lt;br /&gt;
&lt;br /&gt;
# Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell to open a terminal&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. &lt;br /&gt;
# Navigate to the meta-doctor directory that was created by the git clone command. For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux == &lt;br /&gt;
&lt;br /&gt;
# Open terminal from the ( Applications &amp;gt; Accessories ) menu.&lt;br /&gt;
# Update your package lists and install git and Java runtime.  Type: &amp;lt;pre&amp;gt;sudo apt-get update&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;sudo apt-get install git&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;sudo apt-get install sun-java6-jre&amp;lt;/pre&amp;gt; If the java install fails, look for support on the Java website [http://www.java.com/en/download/linux_manual.jsp here].  If you receive an error about git, repeat the command using git-core instead.&lt;br /&gt;
# Download and install the Palm Novacom software: [https://cdn.downloads.palm.com/sdkdownloads/2.1.0.519/sdkBinaries/palm-novacom_1.0.64_i386.deb 32-bit] or [https://cdn.downloads.palm.com/sdkdownloads/2.1.0.519/sdkBinaries/palm-novacom_1.0.64_amd64.deb 64-bit].  If you have trouble installing, you can find more information [https://developer.palm.com/content/resources/develop/sdk_pdk_download.html#c28522 here].&lt;br /&gt;
# Download the meta-doctor scripts using git.  Type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Navigate to the meta-doctor directory. &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Create a downloads directory.  Type: &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install wget: &amp;lt;pre&amp;gt;sudo port install wget&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 6 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
'''Note that some people have trouble connecting to their device over USB from a virtual machine.  If you experience this problem in VirtualBox, make sure you have the VM extension pack (PUEL) from the VirtualBox download page [http://www.virtualbox.org/wiki/Downloads here].'''&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&lt;br /&gt;
#: I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
## http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
## http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 10.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the webOS Doctor=&lt;br /&gt;
&lt;br /&gt;
Note that if you are following a procedure on another wiki page which only requires the installation of the MetaDoctor and then tells you to return to that other page, then this is the place at which you should return.&lt;br /&gt;
&lt;br /&gt;
'''If you intend to enable WIFI Profiles, you must copy a file off of the phone before doctoring. See the section below on enabling wifi profiles.'''&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example (i.e. will not work, you need to look for the latest URL) download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example (i.e. will not work, you need to work out the filename based on the URL you used to download it) command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Before doing the next step, make sure you change back into the meta-doctor directory first. All the following commands must be run from the meta-doctor directory.&lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
Clarification for Linux beginners on where to place the prefsDB.sl file, per instructions in the makefile.&lt;br /&gt;
Steps:&lt;br /&gt;
1. Open makefile using a text editor (like WordPad) and use the instructions there to retrieve your prefsDB.sl file from your device. Save it somewhere convenient on your host machine (aka, computer).&lt;br /&gt;
2. Navigate to the meta-doctor directory and create the config directory: mkdir -p config&lt;br /&gt;
3. Rename your prefsDB.sl file to com.palm.wifi.prefsDB.sl&lt;br /&gt;
4. Put com.palm.wifi.prefsDB.sl in the config directory.&lt;br /&gt;
5. Continue following instructions in the makefile.&lt;br /&gt;
&lt;br /&gt;
==How to enable WIFI profiles==&lt;br /&gt;
To enable wifi profiles it is necessary to copy your wifi profile file off of your phone and place this in a directory, as well as enable the wifi profile option in the makefile. &lt;br /&gt;
&lt;br /&gt;
# Move to the meta-doctor directory (cd meta-doctor)&lt;br /&gt;
# Create a &amp;quot;config&amp;quot; folder in the meta-doctor directory (mkdir config)&lt;br /&gt;
# Copy the prefsDB.sl file off of your phone from the var/preferences/com.palm.wifi/ and into the &amp;quot;config&amp;quot; directory that you just created.&lt;br /&gt;
# Rename this file &amp;quot;com.palm.wifi.prefsDB.sl&amp;quot; without the quotes&lt;br /&gt;
# Open the makefile (which is in the meta-doctor directory) and remove the &amp;quot;#&amp;quot; from the line &amp;quot;# INSTALL_WIFI_PROFILES = 1&amp;quot;. Save the makefile.&lt;br /&gt;
# Build the custom doctor by running the script, or otherwise building it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On launch of the new doctor your wifi profile should automatically connect, but '''only if''' you had previously connected to the WIFI network you are trying to use.&lt;br /&gt;
&lt;br /&gt;
See these links for more information: [http://forums.precentral.net/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-27.html#post2882495 Post 1], [http://discussion.treocentral.com/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-43.html#post2884415 Post 2].&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;br /&gt;
&lt;br /&gt;
== Problems with Novacom ==&lt;br /&gt;
If you are Running a new Distro, like Archlinux, you could run into problem with novacom while trying to connect your pre. Running novacomd on the command line could provide further information. This may be a problem with libusb. Get a older version like described in [http://developer.palm.com/distribution/viewtopic.php?f=11&amp;amp;t=4233&amp;amp;start=0 this thread].&lt;br /&gt;
&lt;br /&gt;
== How to Install webOS 2.x on &amp;quot;unoffical&amp;quot; Devices==&lt;br /&gt;
With the release of the O2-DE webOS Doctor, efforts have been made to apply the techniques of MetaDoctor and create a custom doctor to apply 2.1.0 to devices that it was not been officially released for.  For those not faint of heart, a step-by-step can be found at the following:  [[WebOS 2 Upgrade]]&lt;br /&gt;
&lt;br /&gt;
== Cygwin Note (unconfirmed) ==&lt;br /&gt;
&lt;br /&gt;
Do not do this unless you experience the problem it is said to solve.&lt;br /&gt;
&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14967</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14967"/>
		<updated>2011-04-03T06:23:33Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in four languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:MetaDoctor-DE]]&lt;br /&gt;
:[[Image:Mexico.png]] [[Image:Spain.png]] [[Application:MetaDoctor-ES]]&lt;br /&gt;
&lt;br /&gt;
= What is the Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
The Webos Internals Meta Doctor is a Makefile which can modify a copy of the Palm webOS Doctor to bypass the &amp;quot;First Use&amp;quot; application and allow the phone to run without having been activated on a cell network. It accomplishes this by reaching into Palm's distributed Doctor JAR file and making changes to it. It can prevent the first use app from running, as well as applying other tweaks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Documentation for the features that the MetaDoctor offers is at the top of the Makefile (you find out where that is later).'''&lt;br /&gt;
&lt;br /&gt;
= Step 1: Setting up Meta-Doctor=&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows users can use [http://www.cygwin.com/ Cygwin] to run the Meta-Doctor.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and make sure you include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
You can download an illustrated installation guide for Cygwin and the appropriate packages from [http://forums.precentral.net/attachments/palm-pre/56225d1299460428-sprint-webos-2-1-0-upgrade-simplified-install_cygwin_v1.2.pdf here].&lt;br /&gt;
&lt;br /&gt;
# Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell to open a terminal&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. &lt;br /&gt;
# Navigate to the meta-doctor directory that was created by the git clone command. For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux == &lt;br /&gt;
&lt;br /&gt;
# Open terminal from the ( Applications &amp;gt; Accessories ) menu.&lt;br /&gt;
# Update your package lists and install git and Java runtime.  Type: &amp;lt;pre&amp;gt;sudo apt-get update&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;sudo apt-get install git&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;sudo apt-get install sun-java6-jre&amp;lt;/pre&amp;gt; If the java install fails, look for support on the Java website [http://www.java.com/en/download/linux_manual.jsp here].&lt;br /&gt;
# Download and install the Palm Novacom software: [https://cdn.downloads.palm.com/sdkdownloads/2.1.0.519/sdkBinaries/palm-novacom_1.0.64_i386.deb 32-bit] or [https://cdn.downloads.palm.com/sdkdownloads/2.1.0.519/sdkBinaries/palm-novacom_1.0.64_amd64.deb 64-bit].  If you have trouble installing, you can find more information [https://developer.palm.com/content/resources/develop/sdk_pdk_download.html#c28522 here].&lt;br /&gt;
# Download the meta-doctor scripts using git.  Type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Navigate to the meta-doctor directory. &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Create a downloads directory.  Type: &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install wget: &amp;lt;pre&amp;gt;sudo port install wget&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 6 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
'''Note that some people have trouble connecting to their device over USB from a virtual machine.  If you experience this problem in VirtualBox, make sure you have the VM extension pack (PUEL) from the VirtualBox download page [http://www.virtualbox.org/wiki/Downloads here].'''&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&lt;br /&gt;
#: I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
## http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
## http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 10.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the webOS Doctor=&lt;br /&gt;
&lt;br /&gt;
Note that if you are following a procedure on another wiki page which only requires the installation of the MetaDoctor and then tells you to return to that other page, then this is the place at which you should return.&lt;br /&gt;
&lt;br /&gt;
'''If you intend to enable WIFI Profiles, you must copy a file off of the phone before doctoring. See the section below on enabling wifi profiles.'''&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example (i.e. will not work, you need to look for the latest URL) download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example (i.e. will not work, you need to work out the filename based on the URL you used to download it) command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Before doing the next step, make sure you change back into the meta-doctor directory first. All the following commands must be run from the meta-doctor directory.&lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
Clarification for Linux beginners on where to place the prefsDB.sl file, per instructions in the makefile.&lt;br /&gt;
Steps:&lt;br /&gt;
1. Open makefile using a text editor (like WordPad) and use the instructions there to retrieve your prefsDB.sl file from your device. Save it somewhere convenient on your host machine (aka, computer).&lt;br /&gt;
2. Navigate to the meta-doctor directory and create the config directory: mkdir -p config&lt;br /&gt;
3. Rename your prefsDB.sl file to com.palm.wifi.prefsDB.sl&lt;br /&gt;
4. Put com.palm.wifi.prefsDB.sl in the config directory.&lt;br /&gt;
5. Continue following instructions in the makefile.&lt;br /&gt;
&lt;br /&gt;
==How to enable WIFI profiles==&lt;br /&gt;
To enable wifi profiles it is necessary to copy your wifi profile file off of your phone and place this in a directory, as well as enable the wifi profile option in the makefile. &lt;br /&gt;
&lt;br /&gt;
# Move to the meta-doctor directory (cd meta-doctor)&lt;br /&gt;
# Create a &amp;quot;config&amp;quot; folder in the meta-doctor directory (mkdir config)&lt;br /&gt;
# Copy the prefsDB.sl file off of your phone from the var/preferences/com.palm.wifi/ and into the &amp;quot;config&amp;quot; directory that you just created.&lt;br /&gt;
# Rename this file &amp;quot;com.palm.wifi.prefsDB.sl&amp;quot; without the quotes&lt;br /&gt;
# Open the makefile (which is in the meta-doctor directory) and remove the &amp;quot;#&amp;quot; from the line &amp;quot;# INSTALL_WIFI_PROFILES = 1&amp;quot;. Save the makefile.&lt;br /&gt;
# Build the custom doctor by running the script, or otherwise building it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On launch of the new doctor your wifi profile should automatically connect, but '''only if''' you had previously connected to the WIFI network you are trying to use.&lt;br /&gt;
&lt;br /&gt;
See these links for more information: [http://forums.precentral.net/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-27.html#post2882495 Post 1], [http://discussion.treocentral.com/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-43.html#post2884415 Post 2].&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;br /&gt;
&lt;br /&gt;
== Problems with Novacom ==&lt;br /&gt;
If you are Running a new Distro, like Archlinux, you could run into problem with novacom while trying to connect your pre. Running novacomd on the command line could provide further information. This may be a problem with libusb. Get a older version like described in [http://developer.palm.com/distribution/viewtopic.php?f=11&amp;amp;t=4233&amp;amp;start=0 this thread].&lt;br /&gt;
&lt;br /&gt;
== How to Install webOS 2.x on &amp;quot;unoffical&amp;quot; Devices==&lt;br /&gt;
With the release of the O2-DE webOS Doctor, efforts have been made to apply the techniques of MetaDoctor and create a custom doctor to apply 2.1.0 to devices that it was not been officially released for.  For those not faint of heart, a step-by-step can be found at the following:  [[WebOS 2 Upgrade]]&lt;br /&gt;
&lt;br /&gt;
== Cygwin Note (unconfirmed) ==&lt;br /&gt;
&lt;br /&gt;
Do not do this unless you experience the problem it is said to solve.&lt;br /&gt;
&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14965</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14965"/>
		<updated>2011-04-03T01:36:11Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in four languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:MetaDoctor-DE]]&lt;br /&gt;
:[[Image:Mexico.png]] [[Image:Spain.png]] [[Application:MetaDoctor-ES]]&lt;br /&gt;
&lt;br /&gt;
= What is the Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
The Webos Internals Meta Doctor is a Makefile which can modify a copy of the Palm webOS Doctor to bypass the &amp;quot;First Use&amp;quot; application and allow the phone to run without having been activated on a cell network. It accomplishes this by reaching into Palm's distributed Doctor JAR file and making changes to it. It can prevent the first use app from running, as well as applying other tweaks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Documentation for the features that the MetaDoctor offers is at the top of the Makefile (you find out where that is later).'''&lt;br /&gt;
&lt;br /&gt;
= Step 1: Setting up Meta-Doctor=&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows users can use [http://www.cygwin.com/ Cygwin] to run the Meta-Doctor.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and make sure you include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
You can download an illustrated installation guide for Cygwin and the appropriate packages from [http://forums.precentral.net/attachments/palm-pre/56225d1299460428-sprint-webos-2-1-0-upgrade-simplified-install_cygwin_v1.2.pdf here].&lt;br /&gt;
&lt;br /&gt;
# Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell to open a terminal&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. &lt;br /&gt;
# Navigate to the meta-doctor directory that was created by the git clone command. For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux == &lt;br /&gt;
&lt;br /&gt;
# Open terminal from the ( Applications &amp;gt; Accessories ) menu.&lt;br /&gt;
# If you have git installed, skip this step.  If you do not have git installed, type: &amp;lt;pre&amp;gt;sudo apt-get install git&amp;lt;/pre&amp;gt; and follow the directions to install git.&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# If you do not have patch installed, you will need to install patch.  On an Ubuntu system type: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &lt;br /&gt;
# If you do not have java installed, do so. To install java, choose ( Applications &amp;gt; Ubuntu Software Center ) and type '''java 6 runtime''' in search - it is easiest to search for java to find it - then follow the on screen instructions. It should be pretty simple.&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. Download the version for Ubuntu [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here] and install it. (If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above. For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install wget: &amp;lt;pre&amp;gt;sudo port install wget&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 6 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
'''Note that some people have trouble connecting to their device over USB from a virtual machine.  If you experience this problem in VirtualBox, make sure you have the VM extension pack (PUEL) from the VirtualBox download page [http://www.virtualbox.org/wiki/Downloads here].'''&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&lt;br /&gt;
#: I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
## http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
## http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 10.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the webOS Doctor=&lt;br /&gt;
&lt;br /&gt;
Note that if you are following a procedure on another wiki page which only requires the installation of the MetaDoctor and then tells you to return to that other page, then this is the place at which you should return.&lt;br /&gt;
&lt;br /&gt;
'''If you intend to enable WIFI Profiles, you must copy a file off of the phone before doctoring. See the section below on enabling wifi profiles.'''&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example (i.e. will not work, you need to look for the latest URL) download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example (i.e. will not work, you need to work out the filename based on the URL you used to download it) command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Before doing the next step, make sure you change back into the meta-doctor directory first. All the following commands must be run from the meta-doctor directory.&lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
Clarification for Linux beginners on where to place the prefsDB.sl file, per instructions in the makefile.&lt;br /&gt;
Steps:&lt;br /&gt;
1. Open makefile using a text editor (like WordPad) and use the instructions there to retrieve your prefsDB.sl file from your device. Save it somewhere convenient on your host machine (aka, computer).&lt;br /&gt;
2. Navigate to the meta-doctor directory and create the config directory: mkdir -p config&lt;br /&gt;
3. Rename your prefsDB.sl file to com.palm.wifi.prefsDB.sl&lt;br /&gt;
4. Put com.palm.wifi.prefsDB.sl in the config directory.&lt;br /&gt;
5. Continue following instructions in the makefile.&lt;br /&gt;
&lt;br /&gt;
==How to enable WIFI profiles==&lt;br /&gt;
To enable wifi profiles it is necessary to copy your wifi profile file off of your phone and place this in a directory, as well as enable the wifi profile option in the makefile. &lt;br /&gt;
&lt;br /&gt;
# Move to the meta-doctor directory (cd meta-doctor)&lt;br /&gt;
# Create a &amp;quot;config&amp;quot; folder in the meta-doctor directory (mkdir config)&lt;br /&gt;
# Copy the prefsDB.sl file off of your phone from the var/preferences/com.palm.wifi/ and into the &amp;quot;config&amp;quot; directory that you just created.&lt;br /&gt;
# Rename this file &amp;quot;com.palm.wifi.prefsDB.sl&amp;quot; without the quotes&lt;br /&gt;
# Open the makefile (which is in the meta-doctor directory) and remove the &amp;quot;#&amp;quot; from the line &amp;quot;# INSTALL_WIFI_PROFILES = 1&amp;quot;. Save the makefile.&lt;br /&gt;
# Build the custom doctor by running the script, or otherwise building it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On launch of the new doctor your wifi profile should automatically connect, but '''only if''' you had previously connected to the WIFI network you are trying to use.&lt;br /&gt;
&lt;br /&gt;
See these links for more information: [http://forums.precentral.net/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-27.html#post2882495 Post 1], [http://discussion.treocentral.com/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-43.html#post2884415 Post 2].&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;br /&gt;
&lt;br /&gt;
== Problems with Novacom ==&lt;br /&gt;
If you are Running a new Distro, like Archlinux, you could run into problem with novacom while trying to connect your pre. Running novacomd on the command line could provide further information. This may be a problem with libusb. Get a older version like described in [http://developer.palm.com/distribution/viewtopic.php?f=11&amp;amp;t=4233&amp;amp;start=0 this thread].&lt;br /&gt;
&lt;br /&gt;
== How to Install webOS 2.x on &amp;quot;unoffical&amp;quot; Devices==&lt;br /&gt;
With the release of the O2-DE webOS Doctor, efforts have been made to apply the techniques of MetaDoctor and create a custom doctor to apply 2.1.0 to devices that it was not been officially released for.  For those not faint of heart, a step-by-step can be found at the following:  [[WebOS 2 Upgrade]]&lt;br /&gt;
&lt;br /&gt;
== Cygwin Note (unconfirmed) ==&lt;br /&gt;
&lt;br /&gt;
Do not do this unless you experience the problem it is said to solve.&lt;br /&gt;
&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14939</id>
		<title>Application:MetaDoctor</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Application:MetaDoctor&amp;diff=14939"/>
		<updated>2011-04-02T04:21:07Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Using a Virtual Machine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Application]]&lt;br /&gt;
This page is currently available in four languages:&lt;br /&gt;
:[[Image:Australia.png]] [[Image:USA.png]] [[Application:MetaDoctor]]&lt;br /&gt;
:[[Image:France.png]] [[Application:MetaDoctor-FR]]&lt;br /&gt;
:[[Image:Germany.png]] [[Application:MetaDoctor-DE]]&lt;br /&gt;
:[[Image:Mexico.png]] [[Image:Spain.png]] [[Application:MetaDoctor-ES]]&lt;br /&gt;
&lt;br /&gt;
= What is the Meta Doctor? =&lt;br /&gt;
&lt;br /&gt;
The Webos Internals Meta Doctor is a Makefile which can modify a copy of the Palm webOS Doctor to bypass the &amp;quot;First Use&amp;quot; application and allow the phone to run without having been activated on a cell network. It accomplishes this by reaching into Palm's distributed Doctor JAR file and making changes to it. It can prevent the first use app from running, as well as applying other tweaks to the OS.&lt;br /&gt;
&lt;br /&gt;
'''Documentation for the features that the MetaDoctor offers is at the top of the Makefile (you find out where that is later).'''&lt;br /&gt;
&lt;br /&gt;
= Step 1: Setting up Meta-Doctor=&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
Windows users can use [http://www.cygwin.com/ Cygwin] to run the Meta-Doctor.&lt;br /&gt;
&lt;br /&gt;
Simply install Cygwin, and make sure you include the following additional packages:&lt;br /&gt;
&lt;br /&gt;
# Python&lt;br /&gt;
# Make&lt;br /&gt;
# Patch&lt;br /&gt;
# Git&lt;br /&gt;
# Zip&lt;br /&gt;
# Unzip&lt;br /&gt;
# wget&lt;br /&gt;
&lt;br /&gt;
(use View &amp;quot;Full&amp;quot; to find these specific packages more easily)&lt;br /&gt;
&lt;br /&gt;
You can download an illustrated installation guide for Cygwin and the appropriate packages from [http://forums.precentral.net/attachments/palm-pre/56225d1299460428-sprint-webos-2-1-0-upgrade-simplified-install_cygwin_v1.2.pdf here].&lt;br /&gt;
&lt;br /&gt;
# Go to Start&amp;gt;Programs&amp;gt;Cygwin&amp;gt;Cygwin Bash Shell to open a terminal&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. &lt;br /&gt;
# Navigate to the meta-doctor directory that was created by the git clone command. For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux == &lt;br /&gt;
&lt;br /&gt;
# Open terminal from the ( Applications &amp;gt; Accessories ) menu.&lt;br /&gt;
# If you have git installed, skip this step.  If you do not have git installed, type: &amp;lt;pre&amp;gt;sudo apt-get install git-core&amp;lt;/pre&amp;gt; and follow the directions to install git.&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
# If you do not have patch installed, you will need to install patch.  On an Ubuntu system type: &amp;lt;pre&amp;gt;sudo apt-get install patch&amp;lt;/pre&amp;gt; &lt;br /&gt;
# If you do not have java installed, do so. To install java, choose ( Applications &amp;gt; Ubuntu Software Center ) and type '''java 6 runtime''' in search - it is easiest to search for java to find it - then follow the on screen instructions. It should be pretty simple.&lt;br /&gt;
# Download and install the Palm Novacom software from http://developer.palm.com. Download the version for Ubuntu [https://cdn.downloads.palm.com/sdkdownloads/1.3.1.314/sdkBinaries/palm-novacom_1.0.46_i386.deb here] and install it. (If you choose to install the full SDK instead, and are running the 64-bit version of Ubuntu 9.x you will have difficulty installing the SDK and the instructions on the download site are wrong. Read [https://developer.palm.com/distribution/viewtopic.php?f=31&amp;amp;t=2308 this thread] and [http://forums.precentral.net/showpost.php?p=2021966&amp;amp;postcount=108 this post] for help.)&lt;br /&gt;
# Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 3 above. For example:  &amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mac OS X 10.6 ==&lt;br /&gt;
&lt;br /&gt;
#Install MacPorts first, which will allow us to easily install the necessary packages for MetaDoctor. [http://www.macports.org/install.php]. Please note that MacPorts requires Apple's Xcode Developer Tools (version 3.2.1 or later for Snow Leopard, 3.1.4 or later for Leopard, or 2.5 for Tiger), found at the [http://connect.apple.com/ Apple Developer Connection site] or on your Mac OS X installation CDs/DVD.&lt;br /&gt;
#Install md5sum: &amp;lt;pre&amp;gt;sudo port install md5sha1sum&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install gnutar: &amp;lt;pre&amp;gt;sudo port install gnutar&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install git: &amp;lt;pre&amp;gt;sudo port install git-core&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install wget: &amp;lt;pre&amp;gt;sudo port install wget&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Now type: &amp;lt;pre&amp;gt;git clone git://git.webos-internals.org/tools/meta-doctor.git&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Install patch: &amp;lt;pre&amp;gt;sudo port install gpatch&amp;lt;/pre&amp;gt;&lt;br /&gt;
#If you do not have Java installed, do so. To install Java, click on the &amp;quot;Apple&amp;quot; icon and select &amp;quot;Software Update.&amp;quot; This will automatically update you to the latest version of Java if necessary, as Apple supplies their own version of Java. Further instructions can be found [http://support.apple.com/kb/HT1338?viewlocale=en_US here].&lt;br /&gt;
#Download and install the Palm Novacom software from http://developer.palm.com. The Mac OS X SDK is located [http://cdn.downloads.palm.com/sdkdownloads/1.4.5.465/sdkBinaries/Palm_webOS_SDK.1.4.5.465.dmg here].&lt;br /&gt;
#Open a terminal and navigate to the meta-doctor directory where the meta-doctor was copied to in step 6 above.&amp;lt;pre&amp;gt;cd meta-doctor&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Ensure that there is a downloads directory.  If there is not one, create one using &amp;lt;pre&amp;gt;mkdir downloads&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Using a Virtual Machine==&lt;br /&gt;
&lt;br /&gt;
'''Note that some people have trouble connecting to their device over USB from a virtual machine.  If you experience this problem in VirtualBox, make sure you have the VM extension pack (PUEL) from the VirtualBox download page [http://www.virtualbox.org/wiki/Downloads here].'''&lt;br /&gt;
&lt;br /&gt;
If you do not have a Linux system, you will need to run the meta-doctor in a virtual machine.  For windows users there are two options.  For Mac users, follow option 1.  &lt;br /&gt;
&lt;br /&gt;
===Running in VMware or VirtualBox===&lt;br /&gt;
&lt;br /&gt;
# Download [http://www.ubuntu.com/getubuntu/download Ubuntu].  &lt;br /&gt;
# Download a virtual machine program, either vmware or virtualbox. A virtual machine is simply a program that allows you to piggyback a second operating system on top of your native OS without dual booting or actually having a Linux machine.&lt;br /&gt;
#: I ended up using VirtualBox instead, because I found the VMware to be very confusing on what to actually download.  The Virtual box website is very simple and straight forward.  Here is a link for the virtualbox download for Windows: [http://download.virtualbox.org/virtualbox/3.0.10/VirtualBox-3.0.10-54097-Win.exe VirtualBox-3.0.10-54097-Win]&lt;br /&gt;
# Now install virtualbox just like you would install any other application, nothing fancy here.&lt;br /&gt;
# Start up virtualbox and follow either of these instructions to install Ubuntu&lt;br /&gt;
## http://www.helpdeskgeek.com/linux-tips/how-to-install-ubuntu-in-virtualbox/&lt;br /&gt;
## http://www.psychocats.net/ubuntu/virtualbox&lt;br /&gt;
&lt;br /&gt;
===Using WUBI===&lt;br /&gt;
&lt;br /&gt;
Windows users have another option to avoid using a virtual machine.  They can use the meta doctor  without harming your current installation of windows using simple Ubuntu installer called WUBI. Also no need for moding any partitions or installing any boot loaders. It will just appear as program in your installed software list and when you do not want it anymore simply uninstall it while in windows through Control Panel. It is easy and there is no virtual machine headaches of trying to configure USB, Network and File sharing with host computer... To access it you just reboot and choose Ubuntu from dual boot screen.&lt;br /&gt;
&lt;br /&gt;
# download [http://www.ubuntu.com/getubuntu/download Ubuntu 10.10]&lt;br /&gt;
# burn that file to a cd or mount to virtual drive&lt;br /&gt;
# Run cd in windows (the wubi.exe file inside the disk, it also comes up in auto run)&lt;br /&gt;
# Click on '''Install Inside windows'''.&lt;br /&gt;
#: This will install Ubuntu while running Windows without the need of making a partition I would recomand making the install image the full recommended 30 gigs if you have the hard drive space and think you are interested in actually using the Ubuntu OS, otherwise the minimum recommended by Wubi should be just fine. &lt;br /&gt;
# Restart your computer and you can dual boot to Windows or Ubuntu &lt;br /&gt;
&lt;br /&gt;
The nice thing about this is that it will allow you to uninstall Ubuntu right from Windows as if it was never there and remove the dual boot, not to mention the fact you do not need to partition your drive.&lt;br /&gt;
&lt;br /&gt;
If you are still wondering what Wubi is the fallowing link should explain it to you better.&lt;br /&gt;
[https://wiki.ubuntu.com/WubiGuide Wubi Guide]&lt;br /&gt;
&lt;br /&gt;
'''Note:''' &lt;br /&gt;
this will only work with the cd image found at the Ubuntu Download link. The dvd image of 9.04/9.10 is a live cd/installer and does not have the option to install inside windows using Wubi&lt;br /&gt;
&lt;br /&gt;
= Step 2: Running the webOS Doctor=&lt;br /&gt;
&lt;br /&gt;
Note that if you are following a procedure on another wiki page which only requires the installation of the MetaDoctor and then tells you to return to that other page, then this is the place at which you should return.&lt;br /&gt;
&lt;br /&gt;
'''If you intend to enable WIFI Profiles, you must copy a file off of the phone before doctoring. See the section below on enabling wifi profiles.'''&lt;br /&gt;
&lt;br /&gt;
# Navigate to the meta-doctor directory in the terminal&lt;br /&gt;
# Download the latest webosdoctor file using the download paths found at [http://www.webos-internals.org/wiki/Webos_Doctor_Versions Webos Doctor Versions] .The wr version is the French,German,Irish,Spanish and UK GSM version.  An example (i.e. will not work, you need to look for the latest URL) download command would be: &amp;lt;pre&amp;gt;cd downloads&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;wget http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Rename the file that you download to include the version number for future reference (examples: webosdoctorp100ewwsprint-1.3.5.1.jar, webosdoctorp100eww-wr-1.1.3.jar, or webosdoctorp100ewwbellmo-1.2.1.jar).   An example (i.e. will not work, you need to work out the filename based on the URL you used to download it) command to do that would be:&amp;lt;pre&amp;gt;mv webosdoctorp100ewwbellmo.jar webosdoctorp100ewwbellmo-1.3.5.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
# If you would like Meta-Doctor to apply patches to webOS in order to add or change functionality from the factory install, open the Makefile with your favorite text editor and uncomment (remove the leading # characters from) the options you would like to use. &lt;br /&gt;
# Before doing the next step, make sure you change back into the meta-doctor directory first. All the following commands must be run from the meta-doctor directory.&lt;br /&gt;
# Type one of the following: &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-wr&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixi all-sprint&amp;lt;/pre&amp;gt; &lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-bellmo&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pre all-telcel&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-verizonwireless&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=preplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;make DEVICE=pixiplus all-att&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: depending on the carrier in question.&lt;br /&gt;
'''Note ''': use make DEVICE=palm_smartphone_type all-wr for O2 Germany, UK and Ireland / Movistar Spain / SFR France&lt;br /&gt;
&lt;br /&gt;
This should begin a process within the terminal that should take 10 minutes max.&lt;br /&gt;
&lt;br /&gt;
=== Error conditions ===&lt;br /&gt;
&lt;br /&gt;
If an error message appears with unknown in a file name, check the file rename in step 8 above.&lt;br /&gt;
&lt;br /&gt;
=== If the build fails ===&lt;br /&gt;
&lt;br /&gt;
If the make command fails, you can use &amp;lt;pre&amp;gt;make clobber&amp;lt;/pre&amp;gt; to clean up the build directory. After this you can re-run the command.&lt;br /&gt;
&lt;br /&gt;
The updated doctor version has the same name as the original, but is in a new folder: ''meta-doctor/build/pre-p100eww-sprint-1.3.5.1/webosdoctorp100ewwsprint-1.3.5.1.jar''.&lt;br /&gt;
&lt;br /&gt;
If you are running in Ubuntu or Cygwin, you can just run the new jar file now.  &lt;br /&gt;
&lt;br /&gt;
If you are running Ubuntu using VM, you will need to copy the new jar out of the VM into your live desktop to run the jar in your native OS. &lt;br /&gt;
&lt;br /&gt;
CD to the folder where your new jar file is, and type something like: &lt;br /&gt;
&lt;br /&gt;
java -jar webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
&lt;br /&gt;
If you were using a VM or some other virtual method, you will need to copy the jar file out to your main operating system before running it.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Windows host:''&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuexperiment.wordpress.com/2008/11/12/sharing-folders-between-host-and-guest-os-in-virtualbox/ VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
[http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/ VMWare folder Sharing]&lt;br /&gt;
&lt;br /&gt;
''Mac OSX host:''&lt;br /&gt;
&lt;br /&gt;
[http://davidherron.com/blog/topics/628-virtualbox-running-ubuntu-accessing-host-file-system-mac-os-x VirtualBox folder Sharing]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''NOTE: this only applies to WUBI Users''  &lt;br /&gt;
You should be able to run the JAR as if you had Linux installed natively because in a sense you do (as long as Java is installed and you run the Jar using Java) but if you rather run it in windows  &lt;br /&gt;
&lt;br /&gt;
Using terminal the following command in a Wubi installation of Ubuntu will copy the JAR file to the host Windows OS :&amp;lt;pre&amp;gt;cp /meta-doctor/build/pre-p100eww-sprint-1.2.1/webosdoctorp100ewwsprint-1.2.1.jar /host/webosdoctorp100ewwsprint-1.2.1.jar&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will place the Jar either in your Windows C:\ drive or whatever drive you installed Wubi to.&lt;br /&gt;
&lt;br /&gt;
== Once the Doctor is running ==&lt;br /&gt;
&lt;br /&gt;
# Select your language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to your PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, completely power off the Pre (hold down the power button until the option to power off appears)&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
{{tux|Tux_with_Pre.png|float:right;}}&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;br /&gt;
&lt;br /&gt;
When the process finishes, the Pre will reboot and your new modified image will have been installed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
After the doctor completes, you will need to run the &amp;quot;First Run&amp;quot; application. To do this, you will need an active internet connection. Either WiFi or Cellular. If you do not have WiFi and cannot connect to the Palm Profile servers, you might have a problem with your programming. This Meta Doctor (or webOS Doctor in general) could possibly erase the modem's programming. To resolve you will need to perform the following steps:&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This has only been confirmed to resolve Sprint CDMA issues, YMMV.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' You should try to update your profile first. Open the phone app, open the App Menu and select ''Preferences'' then select ''Update Network Settings''. If you get an error, then procede with these instructions.&lt;br /&gt;
*'''1.''' Open the Phone App.&lt;br /&gt;
*'''2.''' Enter ''##MSL#'' (MSL= 6 digit lock code. Get this from Sprint.)&lt;br /&gt;
*'''3.''' Verify your MDN and MSID are incorrect. If they are incorrect, continue. If they are correct, this is not your problem and you should not continue.&lt;br /&gt;
*'''4.''' Select ''Edit''.&lt;br /&gt;
*'''5.''' Select the first box (MDN) and enter your 10-digit cellular number.&lt;br /&gt;
*'''6.''' Select the second box (MSID) and enter your 10-digit MSID (Get this from Sprint).&lt;br /&gt;
*'''7.''' Select ''Save''.&lt;br /&gt;
*'''8.''' Backswipe out of the the view.&lt;br /&gt;
*'''9.''' You should now be able to open complete '''Note 2''' above without any errors.&lt;br /&gt;
&lt;br /&gt;
You should now be able to run the ''First Use'' application without any problems.&lt;br /&gt;
&lt;br /&gt;
=If the Doctor will not run=&lt;br /&gt;
Go [http://www.webos-internals.org/wiki/How_To_Recover here] if you have further problems connecting your Pre to the running Meta'ed Doctor.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous=&lt;br /&gt;
Clarification for Linux beginners on where to place the prefsDB.sl file, per instructions in the makefile.&lt;br /&gt;
Steps:&lt;br /&gt;
1. Open makefile using a text editor (like WordPad) and use the instructions there to retrieve your prefsDB.sl file from your device. Save it somewhere convenient on your host machine (aka, computer).&lt;br /&gt;
2. Navigate to the meta-doctor directory and create the config directory: mkdir -p config&lt;br /&gt;
3. Rename your prefsDB.sl file to com.palm.wifi.prefsDB.sl&lt;br /&gt;
4. Put com.palm.wifi.prefsDB.sl in the config directory.&lt;br /&gt;
5. Continue following instructions in the makefile.&lt;br /&gt;
&lt;br /&gt;
==How to enable WIFI profiles==&lt;br /&gt;
To enable wifi profiles it is necessary to copy your wifi profile file off of your phone and place this in a directory, as well as enable the wifi profile option in the makefile. &lt;br /&gt;
&lt;br /&gt;
# Move to the meta-doctor directory (cd meta-doctor)&lt;br /&gt;
# Create a &amp;quot;config&amp;quot; folder in the meta-doctor directory (mkdir config)&lt;br /&gt;
# Copy the prefsDB.sl file off of your phone from the var/preferences/com.palm.wifi/ and into the &amp;quot;config&amp;quot; directory that you just created.&lt;br /&gt;
# Rename this file &amp;quot;com.palm.wifi.prefsDB.sl&amp;quot; without the quotes&lt;br /&gt;
# Open the makefile (which is in the meta-doctor directory) and remove the &amp;quot;#&amp;quot; from the line &amp;quot;# INSTALL_WIFI_PROFILES = 1&amp;quot;. Save the makefile.&lt;br /&gt;
# Build the custom doctor by running the script, or otherwise building it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On launch of the new doctor your wifi profile should automatically connect, but '''only if''' you had previously connected to the WIFI network you are trying to use.&lt;br /&gt;
&lt;br /&gt;
See these links for more information: [http://forums.precentral.net/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-27.html#post2882495 Post 1], [http://discussion.treocentral.com/webos-internals/276460-how-install-webos-2-1-0-pre-pre-using-meta-doctor-43.html#post2884415 Post 2].&lt;br /&gt;
&lt;br /&gt;
==How to change a provider's DB-entry so 3G data can be used on the Pre==&lt;br /&gt;
&lt;br /&gt;
[http://forums.precentral.net/gsm-pre/211728-modifying-webos-carrier-network-settings.html#post2002079 This post] and [http://forums.precentral.net/palm-pre/209222-few-questions-about-german-palm-pre-6.html this thread] describe various ways to adjust the provider's data base in the Pre, so the 3G datacom works on non-supported networks. webOS 1.3.1 allows setting of the providers data directly from the activation screen for providers that are present in the DB. Some report that they are not able to do that and that they cannot get 3G datacom working on 1.3.1&lt;br /&gt;
&lt;br /&gt;
== Problems with Novacom ==&lt;br /&gt;
If you are Running a new Distro, like Archlinux, you could run into problem with novacom while trying to connect your pre. Running novacomd on the command line could provide further information. This may be a problem with libusb. Get a older version like described in [http://developer.palm.com/distribution/viewtopic.php?f=11&amp;amp;t=4233&amp;amp;start=0 this thread].&lt;br /&gt;
&lt;br /&gt;
== How to Install webOS 2.x on &amp;quot;unoffical&amp;quot; Devices==&lt;br /&gt;
With the release of the O2-DE webOS Doctor, efforts have been made to apply the techniques of MetaDoctor and create a custom doctor to apply 2.1.0 to devices that it was not been officially released for.  For those not faint of heart, a step-by-step can be found at the following:  [[WebOS 2 Upgrade]]&lt;br /&gt;
&lt;br /&gt;
== Cygwin Note (unconfirmed) ==&lt;br /&gt;
&lt;br /&gt;
Do not do this unless you experience the problem it is said to solve.&lt;br /&gt;
&lt;br /&gt;
I used a WinXP box with cygwin and everything worked fine, except I had to add the switch --no-same-owner in line 802 of the Makefile. That's because I'm as root in cygwin and without this switch the tar-command failed.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
   mkdir -p build/${PATIENT}/webOS&lt;br /&gt;
   ${TAR} --no-same-owner -C build/${PATIENT}/webOS \&lt;br /&gt;
      -f build/${PATIENT}/resources/webOS.tar \&lt;br /&gt;
      -x ./${CUSTIMAGEOLD}.rootfs.tar.gz ./${INSTIMAGEOLD}.uImage ./${BOOTLOADEROLD}.bin ./${CODENAMEOLD}.xml ./installer.xml&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=13821</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=13821"/>
		<updated>2011-03-10T14:06:12Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Boot Themes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files==&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh and copy the files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#/if your login account does not have root permission, you must sudo the commands...the following assumes you do not have root permission&lt;br /&gt;
#/if you do not use sudo and do not have root permission, you will get Permission Denied errors...&lt;br /&gt;
sudo mkdir /media/internal/bootlogo&lt;br /&gt;
sudo cp /usr/palm/sysmgr/images/palm-logo* /media/internal/bootlogo&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Modify the files with your favorite editor (Gimp, Photoshop, ImageMagick, MS Paint, etc.)&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Save the new images to the ''bootlogo'' directory on the Pre's USB drive.&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, backup the existing files, copy the new images into place, and remount the root filesystem read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png&lt;br /&gt;
sudo mount -o ro,remount /&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HP-Palm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=13819</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=13819"/>
		<updated>2011-03-10T13:50:08Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Boot Themes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files==&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh and copy the files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#/if your login account does not have root permission, you must sudo the commands...the following assumes you do not have root permission&lt;br /&gt;
#/if you do not use sudo and do not have root permission, you will get Permission Denied errors...&lt;br /&gt;
sudo mkdir /media/internal/bootlogo&lt;br /&gt;
sudo cp /usr/palm/sysmgr/images/palm-logo* /media/internal/bootlogo&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Modify the files with your favorite editor (Gimp, Photoshop, ImageMagick, MS Paint, etc.)&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Save the new images to the ''bootlogo'' directory on the Pre's USB drive.&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, backup the existing files, copy the new images into place, and remount the root filesystem read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png&lt;br /&gt;
sudo mount -o ro,remount /&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' HPalm Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' cwgtex, credit to Palm and HP for original images&lt;br /&gt;
&lt;br /&gt;
[[Image:Hpalm-logo.png]] &lt;br /&gt;
[[Image:Hpalm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=13817</id>
		<title>Patch webOS Boot Themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_webOS_Boot_Themes&amp;diff=13817"/>
		<updated>2011-03-10T13:49:21Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Boot Themes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{template:patch}}&lt;br /&gt;
When the Pre is booting or shutting down, the screen fades between two images - ''/palm-logo.png'' and ''/palm-logo-bright.png'' located in ''/usr/palm/sysmgr/images''.  By replacing either or both of these images, the boot logo can be customized.  This requires [[Portal:Accessing_Linux | access to the Pre's OS]] if you follow the method outlined below &amp;quot;Replacing the Files&amp;quot;.  However, boot logos can now be installed via Quick Install...read the next paragraph to find out how.&lt;br /&gt;
&lt;br /&gt;
The easiest way to install a boot theme onto your phone is to use WebOS Quick Install, which can be found at http://forums.precentral.net/homebrew-apps/206905-webos-quick-install-v2-7-beyond.html.  You can download any set of boot logos, and then install them with Quick Install via the Change Boot Logo tweak.  Alternatively, if you use the website PreThemer, you can download the IPKG files and install them directly through Quick Install.  To do this, simply download the IPK file from the website to wherever you want on your computer, and then drag it into the main field of Quick Install and hit Install.  If you had a boot log installed previous to webOS 1.2 (or 1.2.1), it is recommended that you uninstall the old ones first with Quick Install if you want to install via that program.  To do this, go to Tools &amp;gt; Device Management and then look over your installed applications.  You should see the name of your installed boot logo on that list.  You can uninstall it by checking its box and then clicking uninstall.  &lt;br /&gt;
&lt;br /&gt;
Works with: 1.0.3, 1.1&lt;br /&gt;
&lt;br /&gt;
== Replacing the Files==&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh and copy the files to the USB drive.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#/if your login account does not have root permission, you must sudo the commands...the following assumes you do not have root permission&lt;br /&gt;
#/if you do not use sudo and do not have root permission, you will get Permission Denied errors...&lt;br /&gt;
sudo mkdir /media/internal/bootlogo&lt;br /&gt;
sudo cp /usr/palm/sysmgr/images/palm-logo* /media/internal/bootlogo&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Modify the files with your favorite editor (Gimp, Photoshop, ImageMagick, MS Paint, etc.)&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Save the new images to the ''bootlogo'' directory on the Pre's USB drive.&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, backup the existing files, copy the new images into place, and remount the root filesystem read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png&lt;br /&gt;
sudo mount -o ro,remount /&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Restart Luna and watch your awesome new logo.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Taking it to the Next Step==&lt;br /&gt;
&lt;br /&gt;
With a small bit of scripting, we can have separate boot and shutdown themes.  The first thing to do is to create regular and &amp;quot;bright&amp;quot; images for booting and shutting down.  Save the new images to the ''bootlogo'' directory on the Pre's USB drive. (Steps 1-3 above).&lt;br /&gt;
&lt;br /&gt;
'''Step One'''&lt;br /&gt;
Log into the phone via ssh, remount the root filesystem read-write, and create a directory in /opt to store the new images.  We're using /opt, as the script we'll modify later will copy files, and /usr is mounted read-only.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mount -o rw,remount /&lt;br /&gt;
sudo mkdir -p /opt/share/bootimages&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Two'''&lt;br /&gt;
Copy the new images to /opt/share/bootimages, naming them palm-logo-up.png, palm-logo-up-bright.png, palm-logo-down.png and palm-logo-down-bright.png.  Additionally, copy the shutdown files to palm-logo.png and palm-logo-bright.png.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /opt/share/bootimages/&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;boot image&amp;gt; palm-logo-up.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright boot image&amp;gt; palm-logo-up-bright.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;shutdown image&amp;gt; palm-logo-down.png&lt;br /&gt;
sudo cp /media/internal/bootlogo/&amp;lt;bright shutdown image&amp;gt; palm-logo-down-bright.png&lt;br /&gt;
sudo cp palm-logo-down.png palm-logo.png&lt;br /&gt;
sudo cp palm-logo-down-bright.png palm-logo-bright.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Three'''&lt;br /&gt;
Backup the current logo images, if you haven't already.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo.png /usr/palm/sysmgr/images/palm-logo.png.orig&lt;br /&gt;
sudo cp -ip /usr/palm/sysmgr/images/palm-logo-bright.png /usr/palm/sysmgr/images/palm-logo-bright.png.orig&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Four'''&lt;br /&gt;
Delete the current logo images and replace them with symlinks to the files in our new directory in /opt&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/palm/sysmgr/images/&lt;br /&gt;
sudo rm palm-logo-bright.png&lt;br /&gt;
sudo rm palm-logo.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo-bright.png palm-logo-bright.png&lt;br /&gt;
sudo ln -s ../../../../../opt/share/bootimages/palm-logo.png palm-logo.png&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Five'''&lt;br /&gt;
Back up and edit /etc/init.d/start_animation, adding the switching of the files&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo cp -ip /etc/init.d/start_animation /etc/init.d/start_animation.orig&lt;br /&gt;
sudo -e /etc/init.d/start_animation&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Before the line starting with ''if [ -x /usr/bin/luna-send'' add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
ok=no&lt;br /&gt;
if [ -f /opt/share/bootimages/palm-logo-up.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-up-bright.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down.png ] &amp;amp;&amp;amp; \&lt;br /&gt;
   [ -f /opt/share/bootimages/palm-logo-down-bright.png ] ; then&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-down-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
        ok=yes&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the very end of the file, add the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if [ &amp;quot;$ok&amp;quot; = &amp;quot;yes&amp;quot; ] ; then&lt;br /&gt;
        sleep 5&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up.png /opt/share/bootimages/palm-logo.png&lt;br /&gt;
        cp /opt/share/bootimages/palm-logo-up-bright.png /opt/share/bootimages/palm-logo-bright.png&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Step Six'''&lt;br /&gt;
Restart Luna and watch your awesome new logos.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
pkill LunaSysMgr&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot Themes==&lt;br /&gt;
&lt;br /&gt;
You can find more boot themes at http://www.prethemer.com/logos. &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Old Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' New Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HP&lt;br /&gt;
&lt;br /&gt;
[[Image:Hp-logo.png]] &lt;br /&gt;
[[Image:Hp-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Default Theme&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Palm&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo.png]] &lt;br /&gt;
[[Image:Palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux Inside Tux bright Edition&lt;br /&gt;
&lt;br /&gt;
'''Author:''' MmO&lt;br /&gt;
&lt;br /&gt;
[[Image:Linux-Inside.png]] &lt;br /&gt;
[[Image:Linux-Inside-Bright.png]] &lt;br /&gt;
&lt;br /&gt;
'''Title:''' Tux - got root?&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper-palm-logo.png]] &lt;br /&gt;
[[Image:Jackieripper-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Red and Green&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JackieRipper&lt;br /&gt;
&lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-up-bright.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down.png]] &lt;br /&gt;
[[Image:Jackieripper2-palm-logo-down-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Blue Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' pEEf&lt;br /&gt;
&lt;br /&gt;
[[Image:PEEf-palm-logo.png]] &lt;br /&gt;
[[Image:PEEf-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Glassy Tux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' fish199902&lt;br /&gt;
&lt;br /&gt;
[[Image:Fish109902-palm-logo.png]] &lt;br /&gt;
[[Image:Fish109902-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' GunTux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Xaeonis&lt;br /&gt;
&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo.png]]&lt;br /&gt;
[[Image:Xaeonis-GunTux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' bleeding apples&lt;br /&gt;
&lt;br /&gt;
'''Author:''' predatory1&lt;br /&gt;
&lt;br /&gt;
[[Image:Apv-palm-logo.png‎]]&lt;br /&gt;
[[Image:Apv-Palm-logo-bright.png‎ ]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Just Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' JP_Money&lt;br /&gt;
&lt;br /&gt;
[[Image:Just-pre-palm-logo.png]]&lt;br /&gt;
[[Image:Just-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Jumpman Pre&lt;br /&gt;
&lt;br /&gt;
'''Author:''' dave b&lt;br /&gt;
&lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo.png]] &lt;br /&gt;
[[Image:daveb-jumpman-pre-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Transform&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Ahabenezer&lt;br /&gt;
&lt;br /&gt;
[[Image:autobot-palm-logo.png]] &lt;br /&gt;
[[Image:decepticon-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Linux&lt;br /&gt;
&lt;br /&gt;
'''Author:''' 473x15&lt;br /&gt;
&lt;br /&gt;
[[Image:linux2-palm-logo.png]]&lt;br /&gt;
[[Image:Linux-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Zombie Palm&lt;br /&gt;
&lt;br /&gt;
'''Author:''' Steel Shadow&lt;br /&gt;
&lt;br /&gt;
[[Image:Zombie-palm-logo.png]]&lt;br /&gt;
[[Image:Zombie-palm-logo-bright.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Serenity_4-4.png]]&lt;br /&gt;
[[Image:Serenity_5-5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Serenity (Firefly)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' HelloNNNewman&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefly 1.png]]&lt;br /&gt;
[[Image:Firefly 2_fire.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Title:''' Shodan (SS2)&lt;br /&gt;
&lt;br /&gt;
'''Author:''' osat3ch&lt;br /&gt;
&lt;br /&gt;
[[Image:Palm-logo_shodan.png]]&lt;br /&gt;
[[Image:Palm-logo-bright_shodan.png]]&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Hp-logo-bright.png&amp;diff=13815</id>
		<title>File:Hp-logo-bright.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Hp-logo-bright.png&amp;diff=13815"/>
		<updated>2011-03-10T13:48:25Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Hp-logo.png&amp;diff=13813</id>
		<title>File:Hp-logo.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Hp-logo.png&amp;diff=13813"/>
		<updated>2011-03-10T13:48:13Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Hpalm-logo-bright.png&amp;diff=13811</id>
		<title>File:Hpalm-logo-bright.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Hpalm-logo-bright.png&amp;diff=13811"/>
		<updated>2011-03-10T13:46:59Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=File:Hpalm-logo.png&amp;diff=13809</id>
		<title>File:Hpalm-logo.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=File:Hpalm-logo.png&amp;diff=13809"/>
		<updated>2011-03-10T13:46:43Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=WebOS_Doctor_Versions&amp;diff=12765</id>
		<title>WebOS Doctor Versions</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=WebOS_Doctor_Versions&amp;diff=12765"/>
		<updated>2011-01-27T18:39:58Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to get webOS ROM ==&lt;br /&gt;
&lt;br /&gt;
You can download webOS ROM for your specific Palm device at http://ws.palm.com/webosdoctor/serialnumberinitial.htm &lt;br /&gt;
by using your Palm device serial number.&lt;br /&gt;
&lt;br /&gt;
== Download links ==&lt;br /&gt;
It seems the webOS Doctor jar files provided by Palm keep changing:&lt;br /&gt;
&lt;br /&gt;
'''''NOTE: Since March 18th 2010, the Palm servers are no longer hosting old WebOSDoctor versions via the links below. The current versions are still available.'''''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sprint ===&lt;br /&gt;
==== Pre ====&lt;br /&gt;
* version 1.2.1 http://palm.cdnetworks.net/rom/p121r0d10092009/sr1ntp121rod/webosdoctorp100ewwsprint.jar&lt;br /&gt;
* version 1.3.1 http://palm.cdnetworks.net/rom/pre/p131r0d11172009/sr1ntp131rod/webosdoctorp100ewwsprint.jar&lt;br /&gt;
* version 1.3.5 http://palm.cdnetworks.net/rom/pre/p135r0d12302009/sr1ntp135rod/webosdoctorp100ewwsprint.jar&lt;br /&gt;
* version 1.3.5.1 http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/sr1ntp1351rod/webosdoctorp100ewwsprint.jar&lt;br /&gt;
* version 1.4.0 http://palm.cdnetworks.net/rom/pre/p14r0d02252010/sr1ntp140rod/webosdoctorp100ewwsprint.jar&lt;br /&gt;
* version 1.4.1.1 http://palm.cdnetworks.net/rom/pre/p1411r0d03312010/sr1ntp1411rod/webosdoctorp100ewwsprint.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pre/p145r0d08102010/spr1ntp145rod/webosdoctorp100ewwsprint.jar&lt;br /&gt;
&lt;br /&gt;
==== Pixi ====&lt;br /&gt;
* version 1.3.1 http://palm.cdnetworks.net/rom/pixi/px131r0d11172009/sr1ntp131rod/webosdoctorp200ewwsprint.jar&lt;br /&gt;
* version 1.3.2 http://palm.cdnetworks.net/rom/pixi/px132r0d12032009/sr1ntp132rod/webosdoctorp200ewwsprint.jar&lt;br /&gt;
* version 1.3.5 http://palm.cdnetworks.net/rom/pixi/px135r0d12302009/sr1ntp135rod/webosdoctorp200ewwsprint.jar&lt;br /&gt;
* version 1.3.5.1 http://palm.cdnetworks.net/rom/pixi/px1351r0d01082010/sr1ntp1351rod/webosdoctorp120ewwsprint.jar&lt;br /&gt;
* version 1.4.0 http://palm.cdnetworks.net/rom/pixi/px14r0d02252010/sr1ntp140rod/webosdoctorp200ewwsprint.jar&lt;br /&gt;
* version 1.4.1.1 http://palm.cdnetworks.net/rom/pixi/px1411r0d03312010/sr1ntp1411rod/webosdoctorp200ewwsprint.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pixi/px145r0d08102010/spr1ntp145rod/webosdoctorp200ewwsprint.jar&lt;br /&gt;
''(Palm changed p200eww to p120eww in version 1.3.5.1)''&lt;br /&gt;
''(Palm changed p120eww back to p200eww in version 1.4.0)''&lt;br /&gt;
&lt;br /&gt;
=== Bell Mobility ===&lt;br /&gt;
==== Pre ====&lt;br /&gt;
* version 1.2.1 http://palm.cdnetworks.net/rom/p121r0d10092009/b11ep121rod/webosdoctorp100ewwbellmo.jar&lt;br /&gt;
* version 1.3.1 http://palm.cdnetworks.net/rom/pre/p131r0d11172009/b11ep131rod/webosdoctorp100ewwbellmo.jar&lt;br /&gt;
* version 1.3.5.1 http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/b11ep1351rod/webosdoctorp100ewwbellmo.jar&lt;br /&gt;
* version 1.4.0 http://palm.cdnetworks.net/rom/pre/p14r0d02252010/b11ep140rod/webosdoctorp100ewwbellmo.jar&lt;br /&gt;
* version 1.4.1 http://palm.cdnetworks.net/rom/pre/p141r0d03312010/b11ep141rod/webosdoctorp100ewwbellmo.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pre/p145r0d07142010/b11ep145rod/webosdoctorp100ewwbellmo.jar&lt;br /&gt;
&lt;br /&gt;
=== O2 Germany, UK and Ireland / Movistar Spain ===&lt;br /&gt;
==== Pre ====&lt;br /&gt;
* version 1.1.3 http://palm.cdnetworks.net/rom/p113r0d10122009/wr640xdfgy12z/webosdoctorp100eww-wr.jar&lt;br /&gt;
* version 1.3.1 http://palm.cdnetworks.net/rom/pre/p131r0d11172009/wrep131rod/webosdoctorp100ueu-wr.jar&lt;br /&gt;
* version 1.3.5.2 http://palm.cdnetworks.net/rom/pre/p1352r0d01182010/wrep1352rod/webosdoctorp100ueu-wr.jar&lt;br /&gt;
* version 1.4.0 http://palm.cdnetworks.net/rom/pre/p14r0d02252010/wrep140rod/webosdoctorp100ueu-wr.jar&lt;br /&gt;
* version 1.4.1 http://palm.cdnetworks.net/rom/pre/p141r0d03312010/eudep141rod/webosdoctorp100ueu-wr.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pre/p145r0d06302010/eudep145rod/webosdoctorp100ueu-wr.jar&lt;br /&gt;
&lt;br /&gt;
==== Pre Plus ====&lt;br /&gt;
* version 1.4.1 http://palm.cdnetworks.net/rom/preplus/p141r0d04272010/wrep141rod/webosdoctorp101ueu-wr.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/preplus/p145r0d06302010/eudep145rod/webosdoctorp101ueu-wr.jar&lt;br /&gt;
&lt;br /&gt;
==== Pixi Plus ====&lt;br /&gt;
* version 1.4.1 http://palm.cdnetworks.net/rom/pixiplus/px141r0d04282010/wrep141rod/webosdoctorp121ewweu-wr.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pixiplus/px145r0d06302010/wrep145rod/webosdoctorp121ewweu-wr.jar&lt;br /&gt;
&lt;br /&gt;
=== Vodafone Europe ===&lt;br /&gt;
==== Pixi Plus ====&lt;br /&gt;
* version 1.4.1.2 http://palm.cdnetworks.net/rom/pixiplus/px1412r0d04282010/wrep1412rod/webosdoctorp121ewweu-wr.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pixiplus/px145r0d06302010/wrep145rod/webosdoctorp121ewweu-wr.jar&lt;br /&gt;
&lt;br /&gt;
=== SFR France ===&lt;br /&gt;
==== Pre Plus ====&lt;br /&gt;
* version 1.4.1 http://palm.cdnetworks.net/rom/preplus/p141r0d04272010/wrep141rod/webosdoctorp101ueu-wr.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/preplus/p145r0d06302010/eudep145rod/webosdoctorp101ueu-wr.jar&lt;br /&gt;
&lt;br /&gt;
==== Pixi Plus ====&lt;br /&gt;
* version 1.4.1 http://palm.cdnetworks.net/rom/pixiplus/px141r0d04272010/wrep141rod/webosdoctorp121ueu-wr.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pixiplus/px145r0d06302010/wrep145rod/webosdoctorp121ewweu-wr.jar&lt;br /&gt;
&lt;br /&gt;
==== Pre 2 ====&lt;br /&gt;
* version 2.0.0 http://palm.cdnetworks.net/rom/pre2/p20r0d11012010/wrep20rod/webosdoctorp103ueu-wr.jar&lt;br /&gt;
* version 2.0.1 http://palm.cdnetworks.net/rom/pre2/p201r0d11242010/wrep201rod/webosdoctorp102ueuna-wr.jar&lt;br /&gt;
&lt;br /&gt;
=== Telcel GSM, Mexico ===&lt;br /&gt;
==== Pre ====&lt;br /&gt;
* version 1.2.5 http://palm.cdnetworks.net/rom/pre/p125r0d11252009/tce11p125rod/webosdoctorp100ewwtelcel.jar&lt;br /&gt;
* version 1.3.5.1 http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/tce11p1351rod/webosdoctorp100ewwtelcel.jar&lt;br /&gt;
* version 1.4.0 http://palm.cdnetworks.net/rom/pre/p14r0d02252010/tce11p140rod/webosdoctorp100ewwtelcel.jar&lt;br /&gt;
&lt;br /&gt;
=== Verizon Wireless ===&lt;br /&gt;
==== Pre Plus ====&lt;br /&gt;
* version 1.3.5.1 http://palm.cdnetworks.net/rom/pre/p1351r0d01082010/ver1z0np1351rod/webosdoctorp101ewwverizonwireless.jar&lt;br /&gt;
* version 1.4.0 http://palm.cdnetworks.net/rom/pre/p14r0d02252010/ver1z0np140rod/webosdoctorp101ewwverizonwireless.jar&lt;br /&gt;
* version 1.4.1.1 http://palm.cdnetworks.net/rom/preplus/p1411r0d04282010/ver1z0np1411rod/webosdoctorp101ewwverizonwireless.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/preplus/p145r0d09132010/ver1z0np145rod/webosdoctorp101ewwverizonwireless.jar&lt;br /&gt;
&lt;br /&gt;
==== Pixi Plus ====&lt;br /&gt;
* version 1.3.5.1 http://palm.cdnetworks.net/rom/pixi/px1351r0d01082010/ver1z0np1351rod/webosdoctorp121ewwverizonwireless.jar&lt;br /&gt;
* version 1.4.0 http://palm.cdnetworks.net/rom/pixi/px14r0d02252010/ver1z0np140rod/webosdoctorp121ewwverizonwireless.jar&lt;br /&gt;
* version 1.4.1.1 http://palm.cdnetworks.net/rom/pixiplus/px1411r0d04282010/ver1z0np1411rod/webosdoctorp121ewwverizonwireless.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pixiplus/px145r0d08302010/ver1z0np145rod/webosdoctorp121ewwverizonwireless.jar&lt;br /&gt;
&lt;br /&gt;
=== AT&amp;amp;T ===&lt;br /&gt;
==== Pre Plus ====&lt;br /&gt;
* version 1.4.2 http://palm.cdnetworks.net/rom/preplus/p142r0d05162010/attp142rod/webosdoctorp101ewwatt.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/preplus/p145r0d09132010/attp145rod/webosdoctorp101ewwatt.jar&lt;br /&gt;
&lt;br /&gt;
==== Pixi Plus ====&lt;br /&gt;
* version 1.4.3 http://palm.cdnetworks.net/rom/pixiplus/px143r0d06062010/attp143rod/webosdoctorp121ewwatt.jar&lt;br /&gt;
* version 1.4.5 http://palm.cdnetworks.net/rom/pixiplus/px145r0d10112010/attp145rod/webosdoctorp121ewwatt.jar&lt;br /&gt;
&lt;br /&gt;
=== Unlocked ===&lt;br /&gt;
==== Pre 2 ====&lt;br /&gt;
* version 2.0.0 http://palm.cdnetworks.net/rom/pre2/p20r0d11012010/wrep20rod/webosdoctorp103ueu-wr.jar (P102UEU only)&lt;br /&gt;
* version 2.0.0 http://palm.cdnetworks.net/rom/pre2/p20r0d11182010/wrep20rod/webosdoctorp103ueu-wr.jar (P102UEU &amp;amp; P102UNA)&lt;br /&gt;
* version 2.0.1 http://palm.cdnetworks.net/rom/pre2/p201r0d11242010/wrep201rod/webosdoctorp102ueuna-wr.jar (P102UEU &amp;amp; P102UNA)&lt;br /&gt;
''(Palm changed p103ueu to p102ueuna in 2.0.1)''&lt;br /&gt;
&lt;br /&gt;
== License ==&lt;br /&gt;
&lt;br /&gt;
Note that the webOS Doctor package comes with the following license:&lt;br /&gt;
&lt;br /&gt;
RESTRICTIONS: The Software is licensed for use only with the single Palm device you originally purchased, and you may not distribute or make the Software available over a network or for use with multiple devices. The Software and supporting documentation may be copied only as necessary for backup or archive purposes in support of your use of the Software.&lt;br /&gt;
&lt;br /&gt;
So we can't host different versions of it anywhere - the best we can do is record the md5sums of the versions we know about so that individuals can match this to the files they have for use with their Palm device.&lt;br /&gt;
&lt;br /&gt;
== MD5 sums ==&lt;br /&gt;
&lt;br /&gt;
Here is a list of all the versions that we know about (with md5sums for each, and the build date and build number as displayed in the title bar of the webOS Doctor):&lt;br /&gt;
&lt;br /&gt;
 Date      #  MD5SUM                           Filename&lt;br /&gt;
 20090522 118 4b3e396f8b1f1c5d3388e3c298af0484 webosdoctorp100ewwsprint-1.0.2.jar&lt;br /&gt;
 20090616 124 0c8027b5a707eb0d02b1997d48021bd5 webosdoctorp100ewwsprint-1.0.3.jar&lt;br /&gt;
 20090623 129 32852c4b57d938e85f0fc819e57eacb7 webosdoctorp100ewwsprint-1.0.4.jar&lt;br /&gt;
 20090717 143 fc602490fdd7b3be8c5f727349c6195f webosdoctorp100ewwsprint-1.1.0.jar&lt;br /&gt;
 20090717  83 ffd1bc50066d8f54d134b7aac194e3ec webosdoctorp100ewwbellmo-1.1.0.jar&lt;br /&gt;
 20090913 111 c8f80b3cdbb9b96fd73bbb6062950a83 webosdoctorp100ewwbellmo-1.2.0.jar&lt;br /&gt;
 20090913 171 93c3f106b7a7e5ef572465dcb4488e1c webosdoctorp100ewwsprint-1.2.0.jar&lt;br /&gt;
 20090924 100 bc29e1144823afc05a50dcdc2c84475d webosdoctorp100eww-wr-1.1.3.jar&lt;br /&gt;
 20090929 112 52f4a4cd9b182004a7060cfaa5be2c6f webosdoctorp100ewwbellmo-1.2.1.jar&lt;br /&gt;
 20090929 172 e7600251e12e5b96f3143138ba61b9eb webosdoctorp100ewwsprint-1.2.1.jar&lt;br /&gt;
 20091008   7 477f6c3d2ff1673aa9a9d1670aa5e88f webosdoctorp100ewwtelcel-1.2.5.jar&lt;br /&gt;
 20091015  98 1957476e6d9d221413285c6d5ab697d6 webosdoctorp200ewwsprint-1.2.9.1.jar&lt;br /&gt;
 20091101 112 063c2f66682dd246fa3bf518adae0f53 webosdoctorp200ewwsprint-1.3.1.jar&lt;br /&gt;
 20091101 122 9bb8e7547996b5b62ce8742198a9d8bb webosdoctorp100ueu-wr-1.3.1.jar&lt;br /&gt;
 20091101 122 b93f2f6af2c8eefc89f6ccc03b72eeb6 webosdoctorp100eww-wr-1.3.1.jar&lt;br /&gt;
 20091101 131 c4202a32ca49a1c843f30b77515cac46 webosdoctorp100ewwbellmo-1.3.1.jar&lt;br /&gt;
 20091101 194 8261682a25ac21bb2f3107ec5c50dc84 webosdoctorp100ewwsprint-1.3.1.jar&lt;br /&gt;
 20091113 119 eb33e68b07ccad81847d96f546303880 webosdoctorp200ewwsprint-1.3.2.jar&lt;br /&gt;
 20091125 140 e9a00b0a24a08f4cca4683bc5ec62227 webosdoctorp100ewwbellmo-1.3.5.jar&lt;br /&gt;
 20091130 134 4af3d5c4a6d0461b95e75b3fadf93435 webosdoctorp100ueu-wr-1.3.5.jar&lt;br /&gt;
 20091212 147 00b2575415c5645e9840cce4b8d075e6 webosdoctorp200ewwsprint-1.3.5.jar&lt;br /&gt;
 20091212 219 4daef882c96461dc1c60cc907c4dfbf0 webosdoctorp100ewwsprint-1.3.5.jar&lt;br /&gt;
 20100103 148 b78ad564fd8dcdfd469ca43285a5cd90 webosdoctorp120ewwsprint-1.3.5.1.jar&lt;br /&gt;
 20100103 154 ff9784382ef53e491cb4d81015a34135 webosdoctorp100ewwbellmo-1.3.5.1.jar&lt;br /&gt;
 20100103 220 14e3c4168030498b42370115b33ee278 webosdoctorp100ewwsprint-1.3.5.1.jar&lt;br /&gt;
 20100103  27 173dea06595c3c2080b0a8522a160d1c webosdoctorp100ewwtelcel-1.3.5.1.jar&lt;br /&gt;
 20100103  98 257ee7c9751a0ff909d3f81792a9b874 webosdoctorp101ewwverizonwireless-1.3.5.1.jar&lt;br /&gt;
 20100106 148 a3c7ae6d93409dea9f0461636f5c79c0 webosdoctorp100ueu-wr-1.3.5.2.jar&lt;br /&gt;
 20100108 140 89cc6fbaff0d0ce4a05ed5bae53793f8 webosdoctorp121ewwverizonwireless-1.3.5.1.jar&lt;br /&gt;
 20100214 179 0593f3b94ec4050febacea14c8af7b10 webosdoctorp100ueu-wr-1.4.0.jar&lt;br /&gt;
 20100214 187 646dd275690fcd7b3819ddddc488c2de webosdoctorp100ewwbellmo-1.4.0.jar&lt;br /&gt;
 20100214 195 46025f5f59c98721dee4ef4214e5f90b webosdoctorp200ewwsprint-1.4.0.jar&lt;br /&gt;
 20100214 254 7aee384f4fdcc6189a027617efaac983 webosdoctorp100ewwsprint-1.4.0.jar&lt;br /&gt;
 20100214  52 e9a1d644a447d460e340725869f3ad46 webosdoctorp100ewwtelcel-1.4.0.jar&lt;br /&gt;
 20100220 136 4bb776010b0b88da25630887d72faa18 webosdoctorp101ewwverizonwireless-1.4.0.jar&lt;br /&gt;
 20100220 169 f7f3296db9ef0682d98f92354f696ba2 webosdoctorp121ewwverizonwireless-1.4.0.jar&lt;br /&gt;
 20100313 198 7f7d258ba662dcd3085d76cb67dee906 webosdoctorp101ueu-wr-1.4.1.jar   &lt;br /&gt;
 20100317 208 edf4fa9cbac537f4b734339820b85030 webosdoctorp100ewwbellmo-1.4.1.jar&lt;br /&gt;
 20100318 121 f9b8aaa955255e9645f833b57010b60a webosdoctorp101ewwatt-1.4.2.jar&lt;br /&gt;
 20100319 190 bd9d4aca9f1b9657956e29a09648e4b0 webosdoctorp121ueu-wr-1.4.1.jar&lt;br /&gt;
 20100324 202 63ea69769b8b066f7525cba3d3c2d1bc webosdoctorp100ueu-wr-1.4.1.jar&lt;br /&gt;
 20100324 278 5f736a8baf27a3ea4d525c30f871f2d2 webosdoctorp100ewwsprint-1.4.1.1.jar&lt;br /&gt;
 20100325 225 a6779bbdbb34a52cde1104a29dab64ca webosdoctorp200ewwsprint-1.4.1.1.jar&lt;br /&gt;
 20100401 158 edb45ceebb21de02aecf4ae457e785de webosdoctorp101ewwverizonwireless-1.4.1.1.jar&lt;br /&gt;
 20100401 199 48912881581fb240e2a27e688b80ac79 webosdoctorp121ewwverizonwireless-1.4.1.1.jar&lt;br /&gt;
 20100419 222 eba97405cc882687567aa0988a206fb4 webosdoctorp121ewwatt-1.4.3.jar&lt;br /&gt;
 20100614 222 ca6a2e3a976b593859b11dee9941a80e webosdoctorp100ueu-wr-1.4.5.jar&lt;br /&gt;
 20100614 222 dddc78516c6770b475d08bdcf20f22d0 webosdoctorp101ueu-wr-1.4.5.jar&lt;br /&gt;
 20100614 231 1b0c63976ef3bc783770e35cfad55e5f webosdoctorp121ewweu-wr-1.4.5.jar&lt;br /&gt;
 20100614 232 e11d44f00d7d9b44e7dcddb3f5b45bee webosdoctorp100ewwbellmo-1.4.5.jar&lt;br /&gt;
 20100614 171 2e1cbe14267c61941d62d2d7fd82a544 webosdoctorp101ewwverizonwireless-1.4.5.jar&lt;br /&gt;
 20100615 226 7d25cd1a8dbda76d297a9d4998d8e32a webosdoctorp121ewwverizonwireless-1.4.5.jar&lt;br /&gt;
 20100722 142 6c0c12ae2585e8f8e1adf3965603ba78 webosdoctorp101ewwatt-1.4.5.jar&lt;br /&gt;
 20100818 233 957acf91ecc1d126c7062477bd10093c webosdoctorp121ewwatt-1.4.5.jar&lt;br /&gt;
 20101009  70 5152f9f3f9fd24f5491ac809d1138735 webosdoctorp103ueu-wr-2.0.0.jar (P102UEU)&lt;br /&gt;
 20101009  70 1aa510de51394e490428cc053d3cdfd0 webosdoctorp103ueu-wr-2.0.0.jar (P102UNA)&lt;br /&gt;
 20101117  79 e9f7c688266718a319b9fdfd6ef6c599 webosdoctorp102ueuna-wr-2.0.1.jar (P102UEU &amp;amp; P102UNA)&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
1.0.3 is the last version to contain PmModemFactory&lt;br /&gt;
&lt;br /&gt;
Using a 2.0 doctor will wipe your usb partition, unless you already have 2.0 on your device.  For example, 1.4.5 &amp;gt; 2.0.1 will wipe usb, but 2.0.0 &amp;gt; 2.0.1 will not.&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Easter_Eggs&amp;diff=12279</id>
		<title>Easter Eggs</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Easter_Eggs&amp;diff=12279"/>
		<updated>2010-12-08T06:28:54Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Intro==&lt;br /&gt;
&lt;br /&gt;
This is a research page to store all found Easter Eggs (secrets which enable fun or interesting things).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Global==&lt;br /&gt;
====Enable Developer Mode====&lt;br /&gt;
In universal search, type the Konami code: &amp;quot;upupdowndownleftrightleftrightbastart&amp;quot; (without quotes).&lt;br /&gt;
This easter egg will let you turn on Developer Mode. You should now reset your Pre. Credit to ''dsevil'' for the find.&lt;br /&gt;
&lt;br /&gt;
Devmode can also be enabled by typing &amp;quot;webos20090606&amp;quot; (without quotes)&lt;br /&gt;
&lt;br /&gt;
Additionally, you can [[Patch Launcher Unhide the DeveloperMode App | unhide the DeveloperMode Enabler by altering the visible attribute for it]].&lt;br /&gt;
&lt;br /&gt;
==Clock Application==&lt;br /&gt;
====Alarm Interval Toggle====&lt;br /&gt;
On the Clock Preferences screen, enter &amp;quot;sixtyten&amp;quot; (no quotes) to toggle 1 minute or 5 minute intervals for alarms. You will hear an alarm sound confirming the egg took effect. (WebOS 1.4.0)&lt;br /&gt;
&lt;br /&gt;
====Hide Alarm Dashboard====&lt;br /&gt;
To hide alarm dashboard notifications, on the preferences screen, double click the orange key (to force all numbers) and enter &amp;quot;&amp;quot;4231&amp;quot; (no quotes). (WebOS 1.4.0)&lt;br /&gt;
&lt;br /&gt;
==Email Application==&lt;br /&gt;
====Landscape Mode Email====&lt;br /&gt;
Typing &amp;quot;RocknRollHax&amp;quot; in the accounts list window will cause the email app to go into 'free' orientation mode. (WebOS 1.4.0)&lt;br /&gt;
&lt;br /&gt;
====Grazing Area====&lt;br /&gt;
If you open an email with the subject &amp;quot;supercowpowers&amp;quot; you will see three cows cascade down the screen over and over.  Credit to &amp;quot;cwgtex&amp;quot; for the find.  (WebOS 2.0)&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=User:HattCzech&amp;diff=6440</id>
		<title>User:HattCzech</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=User:HattCzech&amp;diff=6440"/>
		<updated>2009-10-12T04:48:00Z</updated>

		<summary type="html">&lt;p&gt;Cwgtex: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Modifications =&lt;br /&gt;
&lt;br /&gt;
== Patches ==&lt;br /&gt;
&lt;br /&gt;
=== [[Patch webOS Radio Power Switch#Seamless_Interface|Phone On/Off Switch]] ===&lt;br /&gt;
=== [[Messaging_Mods#Character Counter|Character Counter]] ===&lt;br /&gt;
=== [[Patch Launcher Add or Delete Pages|Add/Delete Launcher Pages]] ===&lt;br /&gt;
=== [[Patch Tasks Always Show Details of New Tasks|Always Show Details of New Tasks]] ===&lt;br /&gt;
&lt;br /&gt;
== Images ==&lt;br /&gt;
&lt;br /&gt;
=== Phone ===&lt;br /&gt;
[[Image:Backdrop-phone-blue.png]]&lt;br /&gt;
[[Image:Backdrop-phone-scroll-fade-blue.png]]&lt;br /&gt;
[[Image:List-section-line-blue.png]]&lt;br /&gt;
&lt;br /&gt;
= Projects =&lt;br /&gt;
&lt;br /&gt;
* Flashlight&lt;br /&gt;
* More Messaging Mods&lt;br /&gt;
&lt;br /&gt;
REQUEST: Could you please create more patches similar to your phone toggle for data and for gps?&lt;/div&gt;</summary>
		<author><name>Cwgtex</name></author>
	</entry>
</feed>