Testing Feeds

From WebOS Internals
Revision as of 19:56, 9 June 2010 by Robi (talk | contribs) (improved copy/paste functionality while viewing from Pre/Pixi)
Jump to navigation Jump to search

Setting up the WebOS Internals testing feeds on your webOS 1.3.5+ device:

Using Preware

With Preware versions 0.9.30 and above, users are now able to add custom feeds through Preware without the use of a computer. The following instructions will explain how to add the Webos-Internals Testing feed for all devices:

  1. Open Preware and wait for it to finish loading.
  2. Open the App Menu (tap "Preware" in the top left corner of the screen) and tap Manage feeds.
  3. Scroll to the bottom until you see the New Feed box.
  4. Type or paste in the NAME text box.
webos-testing-all
  1. Type or paste the URL in the text box
http://ipkg.preware.org/feeds/webos-internals/testing/all
    • Make sure to delete 'http://' before pasting the URL if the URL already contains 'http://'
  1. Make sure the IS COMPRESSED option is set to YES.
  2. Tap Add Feed and then tap Yes when the alert pops up.
  3. Scroll to the bottom until you see the New Feed box.
  4. Type or paste in the NAME text box.
webos-testing-armv7
  1. Type or paste the URL in the text box
http://ipkg.preware.org/feeds/webos-internals/testing/armv7
  1. Make sure the IS COMPRESSED option is set to YES.
  2. Tap Add Feed and then tap Yes when the alert pops up.
  3. Gesture swipe back, open the App Menu, and tap Update Feeds.

Congratulations, you have just added a custom feed! For adding other feeds, be sure to replace the name and URL in these instructions with the proper name and URL.

The following are the testing feed URLs specifically for Pre, Pixi, and Emulator respectively. These are separate from the 'all' testing feed (which contains packages that will run on all devices).

Replace 'armv7' with 'armv6' or 'i686' in the instructions above if you are using a Pixi or the Emulator.

Pre:
http://ipkg.preware.org/feeds/webos-internals/testing/armv7
Pixi:
http://ipkg.preware.org/feeds/webos-internals/testing/armv6
Emulator:
http://ipkg.preware.org/feeds/webos-internals/testing/i686

Using a Computer

1. Gain access to the shell, either through novaterm/ssh or via the terminal application available through the regular WebOS Internals Feed

2. Execute the following script:

cd /media/cryptofs/apps/etc/ipkg
echo "src/gz webosinternals-testing-all http://ipkg.preware.org/feeds/webos-internals/testing/all" > webosinternals-testing-all.conf
echo "src/gz webosinternals-testing-armv7 http://ipkg.preware.org/feeds/webos-internals/testing/armv7" > webosinternals-testing-armv7.conf

3. Once Preware is launched, selected the Update Feeds menu.

Replace 'armv7' with 'armv6' or 'i686' in the instructions above if you are using a Pixi or the Emulator.