<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tethering android and OSX without root</title>
	<atom:link href="http://jimcortez.com/blog/?feed=rss2&#038;p=37" rel="self" type="application/rss+xml" />
	<link>http://jimcortez.com/blog/?p=37</link>
	<description>Adventures in Lifelong Computing</description>
	<lastBuildDate>Wed, 23 Feb 2011 16:04:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-142</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 23 Feb 2011 16:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-142</guid>
		<description><![CDATA[[...]  [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-141</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-141</guid>
		<description><![CDATA[Thanks!

Works on snow leopard 10.6.5

I just needed to add the &quot;-script-security 3 system&quot;  flag to the openvpn call in the script

line 8:
     sudo openvpn2 --dev tun \
                  --remote 127.0.0.1 41927 \
                  --proto tcp-client \
                  --ifconfig 192.168.56.2 192.168.56.1 \
                  --route 0.0.0.0 128.0.0.0 \
                  --route 128.0.0.0 128.0.0.0 \
                  --keepalive 10 30 \
                  --up &quot;$0 up&quot; \
                  --down &quot;$0 down&quot; \
                  --script-security 3 system]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>Works on snow leopard 10.6.5</p>
<p>I just needed to add the &#8220;-script-security 3 system&#8221;  flag to the openvpn call in the script</p>
<p>line 8:<br />
     sudo openvpn2 &#8211;dev tun \<br />
                  &#8211;remote 127.0.0.1 41927 \<br />
                  &#8211;proto tcp-client \<br />
                  &#8211;ifconfig 192.168.56.2 192.168.56.1 \<br />
                  &#8211;route 0.0.0.0 128.0.0.0 \<br />
                  &#8211;route 128.0.0.0 128.0.0.0 \<br />
                  &#8211;keepalive 10 30 \<br />
                  &#8211;up &#8220;$0 up&#8221; \<br />
                  &#8211;down &#8220;$0 down&#8221; \<br />
                  &#8211;script-security 3 system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkFox</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-138</link>
		<dc:creator>DarkFox</dc:creator>
		<pubDate>Wed, 19 May 2010 07:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-138</guid>
		<description><![CDATA[Works on HTC Desire as well.

Really nice, this means I wont need to root it :D]]></description>
		<content:encoded><![CDATA[<p>Works on HTC Desire as well.</p>
<p>Really nice, this means I wont need to root it <img src='http://jimcortez.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krys Wallbank</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-137</link>
		<dc:creator>Krys Wallbank</dc:creator>
		<pubDate>Wed, 21 Apr 2010 21:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-137</guid>
		<description><![CDATA[AHAHAHAHAH! F*ck you Rogers and your $6/hr pimply-faced tech support that can&#039;t spell Linux, let alone support it. My Android Developer phone is now tethered to my MacBook Pro, despite your best efforts to stop me thanks to this well written and WORKING method of tethering my Android G1 to my MBP!]]></description>
		<content:encoded><![CDATA[<p>AHAHAHAHAH! F*ck you Rogers and your $6/hr pimply-faced tech support that can&#8217;t spell Linux, let alone support it. My Android Developer phone is now tethered to my MacBook Pro, despite your best efforts to stop me thanks to this well written and WORKING method of tethering my Android G1 to my MBP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarek</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-112</link>
		<dc:creator>Tarek</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-112</guid>
		<description><![CDATA[I did that and it worked, and after fixing all the errors and actually having it running someone posted on androidcommunity.com that there is a software: pdanet that does all that. I checked it out, and it did work.. very simple and easy too.. so check it out as well:
http://www.junefabrics.com/android/mac.php]]></description>
		<content:encoded><![CDATA[<p>I did that and it worked, and after fixing all the errors and actually having it running someone posted on androidcommunity.com that there is a software: pdanet that does all that. I checked it out, and it did work.. very simple and easy too.. so check it out as well:<br />
<a href="http://www.junefabrics.com/android/mac.php" rel="nofollow">http://www.junefabrics.com/android/mac.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jecortez</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-107</link>
		<dc:creator>jecortez</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-107</guid>
		<description><![CDATA[@CKN: It is not an appleScript, it is a bash script. It should be run from the command line. Follow steps 6 and 7]]></description>
		<content:encoded><![CDATA[<p>@CKN: It is not an appleScript, it is a bash script. It should be run from the command line. Follow steps 6 and 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CKN</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-105</link>
		<dc:creator>CKN</dc:creator>
		<pubDate>Fri, 29 Jan 2010 03:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-105</guid>
		<description><![CDATA[Hi there, when I copy and pasted your script into my Mac&#039;s &quot;Script Editor&quot; and attempted to run the script, it found a great deal of syntactical errors including the { and } symbols in various places, and also had an issue with the use of the word &quot;forward&quot; at some point.  How do I remedy these problems so I can run the script?  Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi there, when I copy and pasted your script into my Mac&#8217;s &#8220;Script Editor&#8221; and attempted to run the script, it found a great deal of syntactical errors including the { and } symbols in various places, and also had an issue with the use of the word &#8220;forward&#8221; at some point.  How do I remedy these problems so I can run the script?  Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jecortez</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-102</link>
		<dc:creator>jecortez</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-102</guid>
		<description><![CDATA[@Marvin: scutil must be installed. Try replacing that line with &quot;/usr/sbin/scutil&quot;

@Tai: That is a bash script, use step 6. You are going to need the android development tools.]]></description>
		<content:encoded><![CDATA[<p>@Marvin: scutil must be installed. Try replacing that line with &#8220;/usr/sbin/scutil&#8221;</p>
<p>@Tai: That is a bash script, use step 6. You are going to need the android development tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-101</link>
		<dc:creator>Marvin</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-101</guid>
		<description><![CDATA[First of all, thanks for the clear instructions!

But, there seems to be a problem on my Leopard (not SL) Macbook.

First of all an addition to your script: The new openvpn2, version 2.1, requires one to add the following flag to the openvpn2 command: 

--script-security 2

After fixing this, there seems to be a problem with scutil:

./androidtether 
Mon Jan 11 22:14:55 2010 OpenVPN 2.1.1 i386-apple-darwin9.8.0 [SSL] [LZO2] built on Jan 11 2010
Mon Jan 11 22:14:55 2010 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Mon Jan 11 22:14:55 2010 ******* WARNING *******: all encryption and authentication features disabled -- all data will be tunnelled as cleartext
Mon Jan 11 22:14:55 2010 TUN/TAP device /dev/tun0 opened
Mon Jan 11 22:14:55 2010 /sbin/ifconfig tun0 delete
ifconfig: ioctl (SIOCDIFADDR): Can&#039;t assign requested address
Mon Jan 11 22:14:55 2010 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure
Mon Jan 11 22:14:55 2010 /sbin/ifconfig tun0 192.168.56.2 192.168.56.1 mtu 1500 netmask 255.255.255.255 up
Mon Jan 11 22:14:55 2010 ./androidtether up tun0 1500 1502 192.168.56.2 192.168.56.1 init
sudo: scutil: command not found
Mon Jan 11 22:14:55 2010 script failed: external program exited with error status: 1
Mon Jan 11 22:14:55 2010 Exiting


Any ideas? Thanks in advance!!]]></description>
		<content:encoded><![CDATA[<p>First of all, thanks for the clear instructions!</p>
<p>But, there seems to be a problem on my Leopard (not SL) Macbook.</p>
<p>First of all an addition to your script: The new openvpn2, version 2.1, requires one to add the following flag to the openvpn2 command: </p>
<p>&#8211;script-security 2</p>
<p>After fixing this, there seems to be a problem with scutil:</p>
<p>./androidtether<br />
Mon Jan 11 22:14:55 2010 OpenVPN 2.1.1 i386-apple-darwin9.8.0 [SSL] [LZO2] built on Jan 11 2010<br />
Mon Jan 11 22:14:55 2010 NOTE: the current &#8211;script-security setting may allow this configuration to call user-defined scripts<br />
Mon Jan 11 22:14:55 2010 ******* WARNING *******: all encryption and authentication features disabled &#8212; all data will be tunnelled as cleartext<br />
Mon Jan 11 22:14:55 2010 TUN/TAP device /dev/tun0 opened<br />
Mon Jan 11 22:14:55 2010 /sbin/ifconfig tun0 delete<br />
ifconfig: ioctl (SIOCDIFADDR): Can&#8217;t assign requested address<br />
Mon Jan 11 22:14:55 2010 NOTE: Tried to delete pre-existing tun/tap instance &#8212; No Problem if failure<br />
Mon Jan 11 22:14:55 2010 /sbin/ifconfig tun0 192.168.56.2 192.168.56.1 mtu 1500 netmask 255.255.255.255 up<br />
Mon Jan 11 22:14:55 2010 ./androidtether up tun0 1500 1502 192.168.56.2 192.168.56.1 init<br />
sudo: scutil: command not found<br />
Mon Jan 11 22:14:55 2010 script failed: external program exited with error status: 1<br />
Mon Jan 11 22:14:55 2010 Exiting</p>
<p>Any ideas? Thanks in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tai</title>
		<link>http://jimcortez.com/blog/?p=37&#038;cpage=1#comment-100</link>
		<dc:creator>Tai</dc:creator>
		<pubDate>Thu, 10 Dec 2009 10:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://jimcortez.com/blog/?p=37#comment-100</guid>
		<description><![CDATA[Thank you for your instruction above...
I have an Hero, and a Macbook.

but I am a new user... and I am not familiar with these writing...
I was only able to comply with your instruction number 
2. 3. 4. 

I&#039;m not sure if I need Number 5! the android usb driver.
for when I plug in, my mac obviously respond to the USB.

and Number 1, openvpn2 seems a very complex issue...
I opened the appointed webpage, 
and there were a bunch of lines of computer writing... 
some of which says &quot;deroot&quot;... 
I thought this solution wasn&#039;t about rooting the android phone... 
so i wasn&#039;t dare to try anything.

besides, I was trying to download openvpn... 
and it led to the page at version tracker... 

http://www.versiontracker.com/php/search.php?mode=basic&amp;action=search&amp;str=download

where the file wasn&#039;t available for download.

As for Androidthether file... Stupid as I am... 
I don&#039;t know how to make an executable file...  dumb me..

However, I&#039;m not all in vain...
here are two things a dummy in mAC such as I am have found...

1. parallel does respond to SYNC software, subsequently, 
my parallel was able to get connected via my HERO. 
but that doesn&#039;t answer the question as most of the mac software still can&#039;t get linked... 

2. mac computer does respond to android phone usb connection!
I opened the network from system preference, and found that 
I can make an android phone connection.

the problem with this is that...inside this android phone connection, 
when I press advance button, there are a lot of ways how apple can get connected.
inside the &quot;vendor&quot; option, there wasn&#039;t anything coming from HTC...
i tried literally EVERY single one of them... but none gets me connected.
which is a lot by the way.

I even tried the &quot;generic&quot;... which seems the closest one...
I tried generic mode for the vendor option, and pressed GPRS(GSM/3G)
option for the model. but it doesn&#039;t connect me.

So other than the above instruction which I don&#039;t know how to execute...
if anyone can help figure out which vendor &amp; model format can HTC hero uses.
I suppose this would be a much easier way for HERO to be connected to a macbook with USB line.

thus... look forward to any good news or help. tks a lot :)]]></description>
		<content:encoded><![CDATA[<p>Thank you for your instruction above&#8230;<br />
I have an Hero, and a Macbook.</p>
<p>but I am a new user&#8230; and I am not familiar with these writing&#8230;<br />
I was only able to comply with your instruction number<br />
2. 3. 4. </p>
<p>I&#8217;m not sure if I need Number 5! the android usb driver.<br />
for when I plug in, my mac obviously respond to the USB.</p>
<p>and Number 1, openvpn2 seems a very complex issue&#8230;<br />
I opened the appointed webpage,<br />
and there were a bunch of lines of computer writing&#8230;<br />
some of which says &#8220;deroot&#8221;&#8230;<br />
I thought this solution wasn&#8217;t about rooting the android phone&#8230;<br />
so i wasn&#8217;t dare to try anything.</p>
<p>besides, I was trying to download openvpn&#8230;<br />
and it led to the page at version tracker&#8230; </p>
<p><a href="http://www.versiontracker.com/php/search.php?mode=basic&#038;action=search&#038;str=download" rel="nofollow">http://www.versiontracker.com/php/search.php?mode=basic&#038;action=search&#038;str=download</a></p>
<p>where the file wasn&#8217;t available for download.</p>
<p>As for Androidthether file&#8230; Stupid as I am&#8230;<br />
I don&#8217;t know how to make an executable file&#8230;  dumb me..</p>
<p>However, I&#8217;m not all in vain&#8230;<br />
here are two things a dummy in mAC such as I am have found&#8230;</p>
<p>1. parallel does respond to SYNC software, subsequently,<br />
my parallel was able to get connected via my HERO.<br />
but that doesn&#8217;t answer the question as most of the mac software still can&#8217;t get linked&#8230; </p>
<p>2. mac computer does respond to android phone usb connection!<br />
I opened the network from system preference, and found that<br />
I can make an android phone connection.</p>
<p>the problem with this is that&#8230;inside this android phone connection,<br />
when I press advance button, there are a lot of ways how apple can get connected.<br />
inside the &#8220;vendor&#8221; option, there wasn&#8217;t anything coming from HTC&#8230;<br />
i tried literally EVERY single one of them&#8230; but none gets me connected.<br />
which is a lot by the way.</p>
<p>I even tried the &#8220;generic&#8221;&#8230; which seems the closest one&#8230;<br />
I tried generic mode for the vendor option, and pressed GPRS(GSM/3G)<br />
option for the model. but it doesn&#8217;t connect me.</p>
<p>So other than the above instruction which I don&#8217;t know how to execute&#8230;<br />
if anyone can help figure out which vendor &amp; model format can HTC hero uses.<br />
I suppose this would be a much easier way for HERO to be connected to a macbook with USB line.</p>
<p>thus&#8230; look forward to any good news or help. tks a lot <img src='http://jimcortez.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.824 seconds -->
