Difference between revisions of "Testing Feeds"

From WebOS Internals
Jump to navigation Jump to search
m (Reverted edits by Templarian (Talk); changed back to last version by RodWhitby)
Line 6: Line 6:
 
#Open the App Menu (tap "Preware" in the top left corner of the screen) and tap Manage feeds.
 
#Open the App Menu (tap "Preware" in the top left corner of the screen) and tap Manage feeds.
 
#Scroll to the bottom until you see the New Feed box.
 
#Scroll to the bottom until you see the New Feed box.
#Type webosinternals-testing-all in the NAME text box.  
+
#Type webos-testing-all in the NAME text box.  
#Type or paste the URL http://ipkg.preware.org/feeds/webos-internals/testing/all in the URL text box
+
#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://'
 
#*Make sure to delete 'http://' before pasting the URL if the URL already contains 'http://'
 
#Make sure the IS COMPRESSED option is set to YES.
 
#Make sure the IS COMPRESSED option is set to YES.
 
#Tap Add Feed and then tap Yes when the alert pops up.
 
#Tap Add Feed and then tap Yes when the alert pops up.
 
#Scroll to the bottom until you see the New Feed box.
 
#Scroll to the bottom until you see the New Feed box.
#Type webosinternals-testing-armv7 in the NAME text box.  
+
#Type webos-testing-armv7 in the NAME text box.  
#Type or paste the URL http://ipkg.preware.org/feeds/webos-internals/testing/armv7 in the URL text box
+
#Type or paste the URL in the text box
 +
:http://ipkg.preware.org/feeds/webos-internals/testing/armv7
 
#Make sure the IS COMPRESSED option is set to YES.
 
#Make sure the IS COMPRESSED option is set to YES.
 
#Tap Add Feed and then tap Yes when the alert pops up.
 
#Tap Add Feed and then tap Yes when the alert pops up.

Revision as of 19:50, 9 June 2010

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 webos-testing-all in the NAME text box.
  5. 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 webos-testing-armv7 in the NAME text box.
  5. 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.