<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2009:/1/tag:www.readwriteweb.com,2008://1.12419-</id>
  <updated>2009-10-30T13:21:06Z</updated>
  <title>Comments for Developer Releases Tethering App For Android</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=12419" title="Developer Releases Tethering App For Android" />
    <published>2008-11-05T15:08:06Z</published>
    <updated>2008-11-05T22:14:40Z</updated>
    <title>Developer Releases Tethering App For Android</title>
    <summary>Developer Releases Tethering App For Android</summary>
    <author>
      <name>Sarah Perez</name>
      <uri>http://www.sarahintampa.com</uri>
    </author>
    
    <category term="Features" />
    
    <category term="Google" />
    
    <category term="NYT" />
    
    <category term="Products" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/android_tethering.jpg">Given the high cost of air cards, laptop users everywhere are turning to tethering applications in order to take advantage of the internet connections provided by their mobile phones. Although many mobile operators don't support tethering, ingenious developers have found ways to get around those restrictions. <font style="float: right; margin-left: 10px;"><script type="text/javascript">digg_url = 'http://digg.com/software/How_To_Teather_Google_Android_to_Your_Laptop';digg_bgcolor = '#ffffff';digg_skin = 'normal';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></font>Thanks to their efforts, we now have tools like <a href="http://www.readwriteweb.com/archives/turn_your_smartphone_into_a_modem_with_pdanet.php">PdaNet, a tethering application</a> for Palm, Windows Mobile, and iPhone. But what about the newly released Android phone? Can it be tethered, too? As it turns out, that answer is yes. </p>]]>
      <![CDATA[<p>The <a href="http://www.googleandblog.com/mobile-internet-tethering-google-android/3268/">GoogleAndBlog</a> points us to a page belonging to Android developer, <a href="http://graha.ms/androidproxy/">Graham Stewart</a>, a 28-year-old from Boulder, Colorado. On his site, he has posted the full set of instructions for tethering an Android phone. The steps work for phones running on T-Mobile, the only mobile operator to currently offer Android devices for sale. </p>

<p>The app he provides isn't really an app in the traditional sense. He explains that the app only provides web access, so you can't use it as a general purpose internet tool. We're OK with that, though - surfing the web is what we care about. However, he does note that he thinks it can be used to tunnel SSH and VPN traffic, but he hasn't tried to do so just yet. </p>

<p>Before you attempt to use this app yourself, be warned: this is a highly experimental proxy application and it does require some technical experience to install. </p>

<h2>How To Install The Android Tethering Application:</h2>
<p>

<ol>
  <li>Install the app on your android phone, by clicking <a href="http://graha.ms/androidproxy/Proxy.apk">here</a> (from your Android phone's web browser). You might have to change your settings to permit apps that don't come from the Google Market by going to your home screen and choosing MENU &gt; Settings &gt; Applications &gt; Unknown Sources. </li>

  <li>Turn USB debugging on on your phone: On your G1 go to the home screen, press MENU &gt; Settings &gt; Applications &gt; Development, then enable USB debugging. </li>

  <li>Follow the instructions <a href="http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware">here</a> to install the Android driver - you'll need to do this on Windows &amp; Linux but apparently not on the Mac. </li>

  <li>Download and install the <a href="http://code.google.com/android/download_list.html">Android SDK</a> for your computer platform. Alternatively if you are on Windows and don't want a 100 meg download, just get the ADB utility from <a href="http://graha.ms/androidproxy/AdbWin.zip">here</a>.</li>

  <li>Plug your phone into your computer. </li>

  <li>Choose Proxy App from your phone's menu. </li>

  <li>Press the &quot;Start Proxy&quot; button on your phone. </li>

  <li>Change to the directory that has the adb utility, using inside the SDK Tools folder and run: 
    <pre>Windows: adb forward tcp:8080 localabstract:Proxy
Linux/Mac: ./adb forward tcp:8080 localabstract:Proxy</pre>
  </li>

  <li>Now you should have a proxy server running on port 8080 of your own computer that will relay the information over the Android Debug Bridge to the Proxy App which will relay it on to the Internet. </li>

  <li>Set your Firefox proxy : Options &gt; Advanced &gt; Network &gt; Manual Proxy Configuration 
    <pre>HTTP Proxy: localhost
Port: 8080</pre>
Leave the others blank </li>

  <li>You should now have internet connectivity.</li>

  <li>Remember to disable your proxy settings in Firefox if you want to stop using your phone. </li>
</ol>
<p>

<p>Clearly, the instructions above are not for the faint of heart, so we hope they only the prelude to a more user-friendly version of an Android tethering application which would allow anyone, even those less technically inclined, to take advantage of their mobile phone's internet connection. Only time will tell if T-Mobile breaks out <a href="http://blogs.zdnet.com/projectfailures/?p=1078">their kill switch</a> to shut off this application. In the meantime, enjoy!</p>

<p><em>Image Credit: </em><a href="http://www.googleandblog.com/mobile-internet-tethering-google-android/3268/"><em>GoogleAndBlog</em></a></p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:115995</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c115995" />
    <title>Comment from Dion Hinchcliffe on 2008-11-05</title>
    <author>
        <name>Dion Hinchcliffe</name>
        <uri>http://friendfeed.com/dhinchcliffe</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/dhinchcliffe">
        <![CDATA[<p>I'll be using this when my G1 arrives.</p>]]>
    </content>
    <published>2008-11-05T15:22:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:115996</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c115996" />
    <title>Comment from Daniel J. Pritchett on 2008-11-05</title>
    <author>
        <name>Daniel J. Pritchett</name>
        <uri>http://friendfeed.com/dpritchett</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/dpritchett">
        <![CDATA[<p>That's cool.  Looks like you can get a $25/mo data plan on a G1: <a href="http://bit.ly/PFXeg" rel="nofollow">http://bit.ly/PFXeg</a></p>]]>
    </content>
    <published>2008-11-05T15:24:38Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:115994</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c115994" />
    <title>Comment from Cyndy on 2008-11-05</title>
    <author>
        <name>Cyndy</name>
        <uri>http://friendfeed.com/fourlittlebees</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/fourlittlebees">
        <![CDATA[<p>*sigh* NOW I'm jealous.</p>]]>
    </content>
    <published>2008-11-05T15:34:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:116011</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c116011" />
    <title>Comment from JulesLt on 2008-11-05</title>
    <author>
        <name>JulesLt</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I suspect t-mobile will be more likely to screw you over on some 'reasonable use' clause that charges a fortune for data use, given what their data dongle plans are like. It's going to be easy enough to identify who is doing it by the traffic volume.</p>]]>
    </content>
    <published>2008-11-05T17:33:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:116018</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c116018" />
    <title>Comment from Michael Martin on 2008-11-05</title>
    <author>
        <name>Michael Martin</name>
        <uri>http://www.googleandblog.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.googleandblog.com/">
        <![CDATA[<p>@ Sarah</p>

<p>Thanks for passing on my tethering post.</p>

<p>WMWifiRouter should be providing a SIMPLE app to do this without all the manual steps, but it would cost around $30.</p>

<p>,Michael Martin<br />
<a href="http://www.googleandblog.com/" rel="nofollow">http://www.googleandblog.com/</a><br />
</p>]]>
    </content>
    <published>2008-11-05T18:20:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:116021</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c116021" />
    <title>Comment from Doug on 2008-11-05</title>
    <author>
        <name>Doug</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You can absolutely use this http proxy to ssh into your computer. And then can use the ssh connection to channel everything.<br />
Here is how:<br />
- use putty to connect to you personal ssh server<br />
- in that personal server, you need to have a sock5 proxy running: like Dante for example<br />
- After successfully connect to your sh server, you can tell putty to forward any tcp/udp from a local port to the established ssh channel to your sock5 proxy.<br />
</p>]]>
    </content>
    <published>2008-11-05T18:33:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:116177</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c116177" />
    <title>Comment from Luis on 2008-11-06</title>
    <author>
        <name>Luis</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>check the site there are new updates..</p>]]>
    </content>
    <published>2008-11-07T03:37:32Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:116522</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c116522" />
    <title>Comment from Mystech on 2008-11-10</title>
    <author>
        <name>Mystech</name>
        <uri>http://www.arcane.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.arcane.org">
        <![CDATA[<p>There MUST be a cleaner, less ghetto way to do this.  </p>]]>
    </content>
    <published>2008-11-10T20:52:25Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.12419-comment:116980</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.12419" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/developer_releases_tethering_app_for_android.php#c116980" />
    <title>Comment from mantolama on 2008-11-17</title>
    <author>
        <name>mantolama</name>
        <uri>http://www.biancaboya.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.biancaboya.com/">
        <![CDATA[<p>thanks. <a href="http://www.biancaboya.com" rel="nofollow">yalıtım</a></p>]]>
    </content>
    <published>2008-11-17T13:20:13Z</published>
  </entry>

</feed>