Difference between revisions of "Testing Feeds"

From WebOS Internals
Jump to navigation Jump to search
Line 1: Line 1:
 
Setting up the WebOS Internals testing feeds on your webOS 1.3.5+ device:
 
Setting up the WebOS Internals testing feeds on your webOS 1.3.5+ device:
===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:
 
 
<pre>
 
cd /media/cryptofs/apps/etc/ipkg
 
echo "src/gz webosinternals-testing http://ipkg.preware.org/feeds/webos-internals/testing/all" >webos-internals-testing.conf
 
echo "src/gz webosinternals-testing-armv7 http://ipkg.preware.org/feeds/webos-internals/testing/armv7" >>webos-internals-testing.conf
 
</pre>
 
 
3. Once Preware is launched, selected the Update Feeds menu.
 
  
 
===Using Preware===
 
===Using Preware===
Line 43: Line 31:
 
:Emulator:
 
:Emulator:
 
:http://ipkg.preware.org/feeds/webos-internals/testing/i686/
 
: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:
 +
 +
<pre>
 +
cd /media/cryptofs/apps/etc/ipkg
 +
echo "src/gz webosinternals-testing http://ipkg.preware.org/feeds/webos-internals/testing/all" >webos-internals-testing.conf
 +
echo "src/gz webosinternals-testing-armv7 http://ipkg.preware.org/feeds/webos-internals/testing/armv7" >>webos-internals-testing.conf
 +
</pre>
 +
 +
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.

Revision as of 09:28, 3 May 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 webosinternals-testing in the NAME text box.
  5. Type or paste the URL http://ipkg.preware.org/feeds/webos-internals/testing/all/ in the URL text box
    • Make sure to delete 'http://' before pasting the URL if the URL already contains 'http://'
  6. Make sure the IS COMPRESSED option is set to YES.
  7. Tap Add Feed and then tap Yes when the alert pops up.
  8. Scroll to the bottom until you see the New Feed box.
  9. Type webosinternals-testing-armv7 in the NAME text box.
  10. Type or paste the URL http://ipkg.preware.org/feeds/webos-internals/testing/armv7/ in the URL text box
  11. Make sure the IS COMPRESSED option is set to YES.
  12. Tap Add Feed and then tap Yes when the alert pops up.
  13. 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 http://ipkg.preware.org/feeds/webos-internals/testing/all" >webos-internals-testing.conf
echo "src/gz webosinternals-testing-armv7 http://ipkg.preware.org/feeds/webos-internals/testing/armv7" >>webos-internals-testing.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.