Palm Pre Tips and Tricks

By John Bowen, 12 April, 2010

I keep finding myselg (re)scouring the Internet for these instructions...maybe having them here will help me next time. If they helped you, leave me a note!

Run WebOSQuickInstall on Ubuntu Linux

1. Connect the Pre (in dev mode) to the usb port/cord

2. Change to the directory where novacom is installed
cd /opt/Palm/novacom

3. run the novacom daemon
sudo ./novacomd

4. Run WebOSQuickInstall.jar (right-click, 'Open with Sun Java 6 Runtime')

SSH Into the Pre

1. Get into Dev Mode:
upupdowndownleftrightleftrightbastart

2. Get SSH access from the linux terminal:
novacom -t open tty://

Resource:
http://palmpre-hacks.com/palm-pre-hacks/palm-pre-hacks/how-to-hacktether...

Alter the Auto-Replace file the Pre uses to correct spelling errors

1. Get SSH access (see above)
2. Mount the filesystem as read-write
mount -o remount,rw /

3. Upload your modified version of 'text-edit-autoreplace' to an ftp server somewhere

From the Pre's SSH terminal:

4. Switch to the directory where 'text-edit-autoreplace' can be found
cd /etc/palm/autoreplace/en_us/

5. Protect the original version of 'text-edit-autoreplace' for use later
mv text-edit-autoreplace text-edit-autoreplace_original

6. Retrieve your customized autoreplace file to the pre
'wget ftp://user:pass@yourftpserver.com/path/to/text-edit-autoreplace'

7. Mount the filesystem as read-only again
mount -o remount,ro /

8. Quit SSH
exit

Resource:
http://palmpre-hacks.com/palm-pre-hacks/how-to-ssh-into-your-palm-pre/

Installing PreWare

From the Linux command prompt
cd /tmp
wget http://bit.ly/preware-bootstrap
sh preware-bootstrap

Resource:
http://www.webos-internals.org/wiki/Application:Preware#Installing_Prewa...

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.