View Single Post
Member: sudoer
at: 05:06 PM 10/22/2009
Originally Posted by ddstc95:
Can someone point me to an explanation how to change the Preware feed to the 1.1.3 URL. I mean, having the URL is nice, but knowing to use it...
Follow steps 1-3 and step 5 at this URL:
Portal:Accessing Linux - WebOS Internals

That will get you to a Linux shell prompt. You can edit a file using a program named "vi". (If you are not familiar with vi, the (minimal) instructions below should allow you to make this minimal change. (You can learn more about vi later, or add another editor (like nano, from the optware packages) if you need to regularly edit files on the Pre. Here are the basic cookbook steps for your first use of vi to change the version as Rod suggested:

vi /var/etc/ipkg/webos-patches.conf
The above steps are a minimal set of instructions to accomplish what Rod suggested. If you want to learn more about vi, you can enter a ":h" command while in command mode (that is, not in insert mode). To terminate the help, you type a ":q" command. I hope these instructions are enough so that you can accomplish the changes. Let me (or others here) know if you get stuck.
Reply