<?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=Zirbizy</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=Zirbizy"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Zirbizy"/>
	<updated>2026-04-19T02:26:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5686</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5686"/>
		<updated>2009-09-11T21:49:45Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Tweaking the UI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
## Note that it is port 222, not the normal 22&lt;br /&gt;
## Use putty on Windows: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
## You can find your IP on your Pre with: ifconfig | grep addr:&lt;br /&gt;
&lt;br /&gt;
=== Searching for applications to install ===&lt;br /&gt;
* sudo ipkg-opt list | grep ftp&lt;br /&gt;
&lt;br /&gt;
=== Installing applications ===&lt;br /&gt;
* sudo ipkg-opt install $APP&lt;br /&gt;
&lt;br /&gt;
=== Tweaking the UI ===&lt;br /&gt;
* Run WebOS Quick Install&lt;br /&gt;
* Click Tools -&amp;gt; Tweaks&lt;br /&gt;
* Any time you check or uncheck something, the Pre UI will reload. This takes some time, and when it comes back you have to re-click &amp;quot;Just Charge.&amp;quot;&lt;br /&gt;
* Suggestions&lt;br /&gt;
** Squarify the screen (for the Terminal)&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* Copy one or more files to the Pre&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
scp -P 222 $LOCALFILE $USER@$IP:/var/home/$USER&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5685</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5685"/>
		<updated>2009-09-11T21:49:20Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
## Note that it is port 222, not the normal 22&lt;br /&gt;
## Use putty on Windows: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
## You can find your IP on your Pre with: ifconfig | grep addr:&lt;br /&gt;
&lt;br /&gt;
=== Searching for applications to install ===&lt;br /&gt;
* sudo ipkg-opt list | grep ftp&lt;br /&gt;
&lt;br /&gt;
=== Installing applications ===&lt;br /&gt;
* sudo ipkg-opt install $APP&lt;br /&gt;
&lt;br /&gt;
=== Tweaking the UI ===&lt;br /&gt;
* Run WebOS Quick Install&lt;br /&gt;
* Click Tools -&amp;gt; Tweaks&lt;br /&gt;
* Any time you check or uncheck something, the Pre UI will reload. This takes some time, and when it comes back you have to re-click &amp;quot;Just Charge.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* Copy one or more files to the Pre&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
scp -P 222 $LOCALFILE $USER@$IP:/var/home/$USER&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5684</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5684"/>
		<updated>2009-09-11T21:42:17Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
## Note that it is port 222, not the normal 22&lt;br /&gt;
## Use putty on Windows: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
## You can find your IP on your Pre with: ifconfig | grep addr:&lt;br /&gt;
&lt;br /&gt;
=== Searching for applications to install ===&lt;br /&gt;
* sudo ipkg-opt list | grep ftp&lt;br /&gt;
&lt;br /&gt;
=== Installing applications ===&lt;br /&gt;
* sudo ipkg-opt install $APP&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* Copy one or more files to the Pre&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
scp -P 222 $LOCALFILE $USER@$IP:/var/home/$USER&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5683</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5683"/>
		<updated>2009-09-11T21:28:45Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
## Note that it is port 222, not the normal 22&lt;br /&gt;
## Use putty on Windows: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
## You can find your IP on your Pre with: ifconfig | grep addr:&lt;br /&gt;
&lt;br /&gt;
=== Searching for applications to install ===&lt;br /&gt;
* sudo ipkg-opt list | grep ftp&lt;br /&gt;
&lt;br /&gt;
=== Installing applications ===&lt;br /&gt;
* sudo ipkg-opt install $APP&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5682</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5682"/>
		<updated>2009-09-11T21:16:33Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* SSH into your Pre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
## Note that it is port 222, not the normal 22&lt;br /&gt;
## Use putty on Windows: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
## You can find your IP on your Pre with: ifconfig | grep addr:&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5681</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5681"/>
		<updated>2009-09-11T21:15:41Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* SSH into your Pre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
## Note that it is port 222, not the normal 22&lt;br /&gt;
## You can find your IP on your Pre with: ifconfig | grep addr:&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5680</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5680"/>
		<updated>2009-09-11T21:15:05Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* SSH into your Pre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
## You can find your IP on your Pre with: ifconfig | grep addr:&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5679</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5679"/>
		<updated>2009-09-11T21:13:27Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;br /&gt;
&lt;br /&gt;
=== Tips ===&lt;br /&gt;
* If you're SSHed into your Pre and you want to watch its CPU or memory as you do things, on your pre type:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
watch vmstat 2 5&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5678</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5678"/>
		<updated>2009-09-11T21:12:34Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;br /&gt;
&lt;br /&gt;
==== SSH into your Pre ====&lt;br /&gt;
# ssh -p 222 $USER@$IP&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5677</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5677"/>
		<updated>2009-09-11T21:07:41Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Install Bash */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user (and for root) in /etc/passwd&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5676</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5676"/>
		<updated>2009-09-11T21:06:02Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* First Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
## Choose a user name which you will later use to be able to ssh into your Pre.&lt;br /&gt;
## You may get a &amp;quot;bad password&amp;quot; warning if you typed in a weak password. This is not a critical error, you can continue re-typing your password the second time to confirm it. You can always change it later with passwd $USER&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user in /etc/passwd&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5675</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5675"/>
		<updated>2009-09-11T21:02:44Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Install Bash */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user in /etc/passwd&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5674</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5674"/>
		<updated>2009-09-11T21:02:16Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Install Bash */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
# /etc/shells: valid login shells&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/ash&amp;lt;br /&amp;gt;&lt;br /&gt;
/bin/sh&amp;lt;br /&amp;gt;&lt;br /&gt;
/opt/bin/bash&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user in /etc/passwd&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5673</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5673"/>
		<updated>2009-09-11T21:01:47Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Install Bash */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
/bin/ash&lt;br /&gt;
/bin/sh&lt;br /&gt;
/opt/bin/bash&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user in /etc/passwd&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5672</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5672"/>
		<updated>2009-09-11T21:01:29Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Install a Terminal Application */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# See [[Application:Terminal]] for information and key combos.&lt;br /&gt;
&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&lt;br /&gt;
/bin/sh&lt;br /&gt;
/opt/bin/bash&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user in /etc/passwd&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5671</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5671"/>
		<updated>2009-09-11T21:01:06Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* First Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
&lt;br /&gt;
==== Install Bash ====&lt;br /&gt;
Summarized from [[Setup Bash]]&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# There is no way at this time to type the backslash (\), so it's best to use vi to edit /etc/shells&lt;br /&gt;
# Put this into /etc/shells:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
/bin/ash&lt;br /&gt;
/bin/sh&lt;br /&gt;
/opt/bin/bash&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
# Change your default shell to /opt/bin/bash by editing the last portion for your user in /etc/passwd&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5670</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5670"/>
		<updated>2009-09-11T20:47:22Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [[Next steps]]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# echo -e &amp;quot;# /etc/shells: valid login shells\n/opt/bin/bash\n/bin/sh&amp;quot; &amp;gt;/etc/shells&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5669</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5669"/>
		<updated>2009-09-11T20:47:07Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
You must first install the terminal application before doing anything else.&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
==== First Steps ====&lt;br /&gt;
Summarized from [Next steps]&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# cd /tmp&lt;br /&gt;
# wget http://tinyurl.com/n8q2vy&lt;br /&gt;
## (Alternatively http://gitorious.org/webos-internals/bootstrap/blobs/raw/master/optware-bootstrap.sh)&lt;br /&gt;
# mv n8q2vy optware-bootstrap.sh&lt;br /&gt;
# sh optware-bootstrap.sh&lt;br /&gt;
# source /etc/profile.d/optware&lt;br /&gt;
# ipkg-opt install bash&lt;br /&gt;
# echo -e &amp;quot;# /etc/shells: valid login shells\n/opt/bin/bash\n/bin/sh&amp;quot; &amp;gt;/etc/shells&lt;br /&gt;
#&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5668</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5668"/>
		<updated>2009-09-11T20:12:35Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: /* Installing WebOS Quick Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Quick Install ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first post, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5664</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5664"/>
		<updated>2009-09-11T16:56:17Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Internals ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first page, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
(See also http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method)&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On first launch, there will be a first-time setup popup asking which device you want to use. Choose &amp;quot;USB Device&amp;quot; which is the Pre.&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5663</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5663"/>
		<updated>2009-09-11T16:54:31Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Internals ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first page, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Package Manager Service&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button again&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5662</id>
		<title>HitchhikersGuide</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=HitchhikersGuide&amp;diff=5662"/>
		<updated>2009-09-11T16:52:40Z</updated>

		<summary type="html">&lt;p&gt;Zirbizy: New page: == Palm Pre Hitchhikers Guide == === Making it Hackable === ==== Enable Developer Mode ==== # From the Pre home screen, without any apps open, simply start typing and type: upupdowndownlef...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Palm Pre Hitchhikers Guide ==&lt;br /&gt;
=== Making it Hackable ===&lt;br /&gt;
==== Enable Developer Mode ====&lt;br /&gt;
# From the Pre home screen, without any apps open, simply start typing and type: upupdowndownleftrightleftrightbastart&lt;br /&gt;
# Click on &amp;quot;Developer Mode Enabler&amp;quot;&lt;br /&gt;
# Slide &amp;quot;Developer Mode&amp;quot; to ON&lt;br /&gt;
# Click &amp;quot;Reset the Device.&amp;quot; This just reboots the device. Why they chose the word &amp;quot;Reset&amp;quot; is a mystery.&lt;br /&gt;
==== Installing WebOS Internals ====&lt;br /&gt;
You will need Preware which is an application management suite. To install Preware (as well as other applications), you will need WebOS Internals, which is a Java application that talks to the Pre.&lt;br /&gt;
&lt;br /&gt;
# Go to http://forums.precentral.net/homebrew-apps/194832-webos-quick-install.html&lt;br /&gt;
# At the bottom of the first page, there is an &amp;quot;Attached Files&amp;quot; section. Click on the WebOSQuickInstall.jar link. You will need to register for the forum system (Ugh! But oh well).&lt;br /&gt;
# Once you're registered, save the file WebOSQuickInstall.jar to some directory on your computer.&lt;br /&gt;
# Download http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar&lt;br /&gt;
# Place this file in the same directory as WebOSQuickInstall.jar&lt;br /&gt;
# Rename webosdoctorp100ewwsprint.jar to WebOSDoctor.jar&lt;br /&gt;
# For Windows 7:&lt;br /&gt;
## Follow the instructions here: http://www.webos-internals.org/wiki/Novacom_with_Windows_7&lt;br /&gt;
## When you run NovacomInstaller*.msi, it won't really say &amp;quot;finished installing&amp;quot; or anything like that, but novacomd.exe is running.&lt;br /&gt;
==== Installing Preware ====&lt;br /&gt;
# Attach your Pre with a USB cable to your computer. Choose &amp;quot;Just Charge.&amp;quot; Even though it's &amp;quot;just charging,&amp;quot; the computer has access to the device.&lt;br /&gt;
# Double click on WebOSQuickInstall.jar&lt;br /&gt;
# On the right, there are 3 buttons, a plus, a minus, and harddrive with a green arrow. The harddrive button is a &amp;quot;Download Apps&amp;quot; button. Click this.&lt;br /&gt;
# From the drop down at the top, choose &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Preware&amp;quot; and click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
=== Hacking ===&lt;br /&gt;
==== Install a Terminal Application ====&lt;br /&gt;
# Open WebOSQuickInstall.jar&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (Pre)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal Service Plugin&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;br /&gt;
# Click the download button&lt;br /&gt;
# From the drop down, select &amp;quot;WebOS-Internals Feed (all)&amp;quot;&lt;br /&gt;
# Check &amp;quot;Terminal&amp;quot;&lt;br /&gt;
# Click Download&lt;br /&gt;
# Click Close&lt;br /&gt;
# Click Install&lt;/div&gt;</summary>
		<author><name>Zirbizy</name></author>
	</entry>
</feed>