Difference between revisions of "Testing Feeds"

From WebOS Internals
Jump to navigation Jump to search
(New page: Setting up the WebOS Internals testing feeds on your webOS 1.3.5+ device: 1. Gain access to the shell, either through novaterm/ssh or via the terminal application available through the r...)
 
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:
  
1. Gain access to the shell, either through novaterm/ssh or via the terminal application available through the regular WebOS Internals Feed
+
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:
 
2. Execute the following script:
Line 10: Line 10:
 
echo "src/gz webosinternals-testing-armv7 http://ipkg.preware.org/feeds/webos-internals/testing/armv7" >>webos-internals-testing.conf
 
echo "src/gz webosinternals-testing-armv7 http://ipkg.preware.org/feeds/webos-internals/testing/armv7" >>webos-internals-testing.conf
 
</pre>
 
</pre>
 +
 +
3. Once Preware is launched, selected the Update Feeds menu.

Revision as of 07:06, 14 January 2010

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

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.