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 installedcd /opt/Palm/novacom
3. run the novacom daemonsudo ./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-writemount -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 foundcd /etc/palm/autoreplace/en_us/
5. Protect the original version of 'text-edit-autoreplace' for use latermv 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 againmount -o remount,ro /
8. Quit SSHexit
Resource:
http://palmpre-hacks.com/palm-pre-hacks/how-to-ssh-into-your-palm-pre/
Installing PreWare
From the Linux command promptcd /tmp
wget http://bit.ly/preware-bootstrap
sh preware-bootstrap
Resource:
http://www.webos-internals.org/wiki/Application:Preware#Installing_Prewa...