Difference between revisions of "Application:FreeTether"

From WebOS Internals
Jump to navigation Jump to search
m
Line 8: Line 8:
  
 
{{icon|Icon_FreeTether.png|float:right;}}
 
{{icon|Icon_FreeTether.png|float:right;}}
 +
 +
Initial draft installation instructions (this works with preware 1.0 without package service and sprint webos 1.4.1.1):
 +
 +
1. Add the test feeds to preware (see [[Testing Feeds]])
 +
 +
2. Load preware, refresh feeds, and install both freetether and freetetherd
 +
 +
3. Download and install the IP Forward patched (console method in code example)
 +
  cd /tmp
 +
  wget http://tonymiller.is-a-geek.com/com.palm.app.mobilehotspot_1.0.14_all-already_patched.ipk
 +
  ipkg -o /var install com.palm.app.mobilehotspot_1.0.14_all-already_patched.ipk

Revision as of 15:09, 18 May 2010

« Go Back to the Networking application list
FreeTether screeshot.png

freeTether - Version: Alpha 0.0.1


Icon FreeTether.png

Initial draft installation instructions (this works with preware 1.0 without package service and sprint webos 1.4.1.1):

1. Add the test feeds to preware (see Testing Feeds)

2. Load preware, refresh feeds, and install both freetether and freetetherd

3. Download and install the IP Forward patched (console method in code example)

  cd /tmp
  wget http://tonymiller.is-a-geek.com/com.palm.app.mobilehotspot_1.0.14_all-already_patched.ipk
  ipkg -o /var install com.palm.app.mobilehotspot_1.0.14_all-already_patched.ipk