<?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>Kommentare zu: Tethering mit Android</title>
	<atom:link href="http://jars.de/mobile/tethering-mit-android/feed" rel="self" type="application/rss+xml" />
	<link>http://jars.de/mobile/tethering-mit-android</link>
	<description>Blog über Java, JEE, JSF, EJB 3.0, Tools, Ubuntu, Windows, Technologie</description>
	<lastBuildDate>Fri, 18 May 2012 14:14:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Von: Ralf</title>
		<link>http://jars.de/mobile/tethering-mit-android/comment-page-1#comment-2341</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Mon, 10 May 2010 09:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://jars.de/?p=500#comment-2341</guid>
		<description>Hallo, 

kann man bei PdaNet Soft.  über  ein Virtual COM Port ansprechen, und das ganze über die AT Commands testen (HyperTerminal) unter windows ???? 

hat jdm. eine Idee, wie kann man in Android Geräte über ein COM Schnistelle ansprechen ??? 

Grüsse

Ralf</description>
		<content:encoded><![CDATA[<p>Hallo, </p>
<p>kann man bei PdaNet Soft.  über  ein Virtual COM Port ansprechen, und das ganze über die AT Commands testen (HyperTerminal) unter windows ???? </p>
<p>hat jdm. eine Idee, wie kann man in Android Geräte über ein COM Schnistelle ansprechen ??? </p>
<p>Grüsse</p>
<p>Ralf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Markus Junginger</title>
		<link>http://jars.de/mobile/tethering-mit-android/comment-page-1#comment-2205</link>
		<dc:creator>Markus Junginger</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://jars.de/?p=500#comment-2205</guid>
		<description>Danke Holzfisch für die umfangreiche Anleitung!</description>
		<content:encoded><![CDATA[<p>Danke Holzfisch für die umfangreiche Anleitung!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: holzfisch</title>
		<link>http://jars.de/mobile/tethering-mit-android/comment-page-1#comment-2204</link>
		<dc:creator>holzfisch</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://jars.de/?p=500#comment-2204</guid>
		<description>Ich hab fürs Galaxy eine Anleitung für azilink zusammengebastelt (englisch):

Zuerst inf Datei patchen. (installiert das adb interface für das galaxy)
Dann azilink Anleitung durchführen.

1) Set the device in debug mode, under applications (mentioned

everywhere, clearly required)

2) Install Samsung New PC Studio (not sure this actually did anything
useful...)

3) Install the USB Driver from the Samsung New PC Studio disk (not
sure this actually did anything useful...)

4) Modify the &quot;android_usb.inf&quot; file in the android SDK folder (C:
\Program Files\android-sdk-windows-1.5_r3\usb_driver
\x86\android_usb.inf, for 32-bit windows), ALMOST exactly as &quot;da yang&quot;
specified in the first post of this thread:

add under
[Google.NTx86]:

; SAMSUNG GALAXY
%USB\VID_04E8&amp;PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8&amp;PID_6640
%USB\VID_04E8&amp;PID_6640&amp;MI_04.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8&amp;PID_6640&amp;MI_01
%USB\VID_04E8&amp;PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8&amp;PID_6640


and add under [Strings]:

USB\VID_04E8&amp;PID_6640.DeviceDescRelease=&quot;SAMSUNG GALAXY&quot;
USB\VID_04E8&amp;PID_6640&amp;MI_04.DeviceDescRelease=&quot;SAMSUNG GALAXY
Composite ADB Interface&quot;
USB\VID_04E8&amp;PID_6640.DeviceDescRelease=&quot;SAMSUNG GALAXY Bootloader&quot;

NOTE: the only change with respect to &quot;da yang&quot;&#039;s original entries
were replacing &quot;MI_01&quot; with &quot;MI_04&quot; in all entries. When originally
trying da yang&#039;s suggestions the INF file was not working for me, and
looking into the unknown device&#039;s properties I noticed this
discrepancy.


5) plug in the phone, allow all the USB mass storage and standard
samsung drivers to install, and finally when you are asked for drivers
for an unknown device, point windows to your &quot;C:\Program Files\android-
sdk-windows-1.5_r3\usb_driver\x86\&quot; folder with your modified INF file
(assuming 32-bit windows).

Dann erkennt der PC das Telefon.

If windows recognizes the device, great! If it complains that the INF
file does not contain information for the device, or something like
that, try looking at the properties of the unknown device in device
manager - you might have a different device signature.


Dann azilink:

1) Deinstall 2.0 (falls vorhanden ; wichtig!) und Install OpenVPN on the host. I use version 2.1_rc19, but any version should work. Apparently if you use version 2.0 you&#039;ll need to remove the NO_DELAY option from the AziLink.ovpn configuration file. You can find OpenVPN at: http://openvpn.net/index.php/downloads.html

2) Enable USB debugging on the phone. From the home screen, this is under Settings&gt;Applications&gt;Development&gt;USB debugging.

3) Install the Android USB driver (if you don&#039;t already have one installed). Fürs galaxy die Anleitung vorher durchführen

4) Install the program. You can either use ADB to install by typing &quot;adb install azilink.apk&quot; with the file in the current directory, or you can browse (on the phone!) to: http://lfx.org/azilink/azilink.apk

Either way you might need to allow installation from unknown sources under Settings&gt;Applications&gt;Unknown Sources.

Configuration steps:

1) On the host, run &quot;adb forward tcp:41927 tcp:41927&quot; to set up port forwarding. Be sure to use adb from the Android 1.1 or 1.5 SDK! The version from 1.0 will lock up under heavy load. If you don&#039;t want to download the entire SDK, you can get a copy of ADB+drivers from the download section. (die zip datei downloaden, dort ist in einer bat datei das forward drinnen)

2) On the phone, run AziLink and make sure &quot;Service active&quot; is checked.

3) Right click AziLink.ovpn on the host (not in the web browser!) and select &quot;Start OpenVPN on this configuration file.&quot; You can find this file in the download section. If you&#039;re using Linux or, god forbid, MacOS, you&#039;ll also need to manually set the nameserver to 192.168.56.1 (the phone&#039;s NAT IP address). This address is automatically forwarded to the phone&#039;s current DNS server.

(wenn eine route fehler kommt openvpn deinstallieren und nochmals installieren)


Funktioniert damit super und ohne proxysettings usw.


Grüsse


Holzfisch</description>
		<content:encoded><![CDATA[<p>Ich hab fürs Galaxy eine Anleitung für azilink zusammengebastelt (englisch):</p>
<p>Zuerst inf Datei patchen. (installiert das adb interface für das galaxy)<br />
Dann azilink Anleitung durchführen.</p>
<p>1) Set the device in debug mode, under applications (mentioned</p>
<p>everywhere, clearly required)</p>
<p>2) Install Samsung New PC Studio (not sure this actually did anything<br />
useful&#8230;)</p>
<p>3) Install the USB Driver from the Samsung New PC Studio disk (not<br />
sure this actually did anything useful&#8230;)</p>
<p>4) Modify the &#8220;android_usb.inf&#8221; file in the android SDK folder (C:<br />
\Program Files\android-sdk-windows-1.5_r3\usb_driver<br />
\x86\android_usb.inf, for 32-bit windows), ALMOST exactly as &#8220;da yang&#8221;<br />
specified in the first post of this thread:</p>
<p>add under<br />
[Google.NTx86]:</p>
<p>; SAMSUNG GALAXY<br />
%USB\VID_04E8&amp;PID_6640.DeviceDescRelease%=androidusb.Dev, USB<br />
\VID_04E8&amp;PID_6640<br />
%USB\VID_04E8&amp;PID_6640&amp;MI_04.DeviceDescRelease%=androidusb.Dev, USB<br />
\VID_04E8&amp;PID_6640&amp;MI_01<br />
%USB\VID_04E8&amp;PID_6640.DeviceDescRelease%=androidusb.Dev, USB<br />
\VID_04E8&amp;PID_6640</p>
<p>and add under [Strings]:</p>
<p>USB\VID_04E8&amp;PID_6640.DeviceDescRelease=&#8221;SAMSUNG GALAXY&#8221;<br />
USB\VID_04E8&amp;PID_6640&amp;MI_04.DeviceDescRelease=&#8221;SAMSUNG GALAXY<br />
Composite ADB Interface&#8221;<br />
USB\VID_04E8&amp;PID_6640.DeviceDescRelease=&#8221;SAMSUNG GALAXY Bootloader&#8221;</p>
<p>NOTE: the only change with respect to &#8220;da yang&#8221;&#8216;s original entries<br />
were replacing &#8220;MI_01&#8243; with &#8220;MI_04&#8243; in all entries. When originally<br />
trying da yang&#8217;s suggestions the INF file was not working for me, and<br />
looking into the unknown device&#8217;s properties I noticed this<br />
discrepancy.</p>
<p>5) plug in the phone, allow all the USB mass storage and standard<br />
samsung drivers to install, and finally when you are asked for drivers<br />
for an unknown device, point windows to your &#8220;C:\Program Files\android-<br />
sdk-windows-1.5_r3\usb_driver\x86\&#8221; folder with your modified INF file<br />
(assuming 32-bit windows).</p>
<p>Dann erkennt der PC das Telefon.</p>
<p>If windows recognizes the device, great! If it complains that the INF<br />
file does not contain information for the device, or something like<br />
that, try looking at the properties of the unknown device in device<br />
manager &#8211; you might have a different device signature.</p>
<p>Dann azilink:</p>
<p>1) Deinstall 2.0 (falls vorhanden ; wichtig!) und Install OpenVPN on the host. I use version 2.1_rc19, but any version should work. Apparently if you use version 2.0 you&#8217;ll need to remove the NO_DELAY option from the AziLink.ovpn configuration file. You can find OpenVPN at: <a href="http://openvpn.net/index.php/downloads.html" rel="nofollow">http://openvpn.net/index.php/downloads.html</a></p>
<p>2) Enable USB debugging on the phone. From the home screen, this is under Settings&gt;Applications&gt;Development&gt;USB debugging.</p>
<p>3) Install the Android USB driver (if you don&#8217;t already have one installed). Fürs galaxy die Anleitung vorher durchführen</p>
<p>4) Install the program. You can either use ADB to install by typing &#8220;adb install azilink.apk&#8221; with the file in the current directory, or you can browse (on the phone!) to: <a href="http://lfx.org/azilink/azilink.apk" rel="nofollow">http://lfx.org/azilink/azilink.apk</a></p>
<p>Either way you might need to allow installation from unknown sources under Settings&gt;Applications&gt;Unknown Sources.</p>
<p>Configuration steps:</p>
<p>1) On the host, run &#8220;adb forward tcp:41927 tcp:41927&#8243; to set up port forwarding. Be sure to use adb from the Android 1.1 or 1.5 SDK! The version from 1.0 will lock up under heavy load. If you don&#8217;t want to download the entire SDK, you can get a copy of ADB+drivers from the download section. (die zip datei downloaden, dort ist in einer bat datei das forward drinnen)</p>
<p>2) On the phone, run AziLink and make sure &#8220;Service active&#8221; is checked.</p>
<p>3) Right click AziLink.ovpn on the host (not in the web browser!) and select &#8220;Start OpenVPN on this configuration file.&#8221; You can find this file in the download section. If you&#8217;re using Linux or, god forbid, MacOS, you&#8217;ll also need to manually set the nameserver to 192.168.56.1 (the phone&#8217;s NAT IP address). This address is automatically forwarded to the phone&#8217;s current DNS server.</p>
<p>(wenn eine route fehler kommt openvpn deinstallieren und nochmals installieren)</p>
<p>Funktioniert damit super und ohne proxysettings usw.</p>
<p>Grüsse</p>
<p>Holzfisch</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Steffen Schuler</title>
		<link>http://jars.de/mobile/tethering-mit-android/comment-page-1#comment-2191</link>
		<dc:creator>Steffen Schuler</dc:creator>
		<pubDate>Wed, 15 Jul 2009 11:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://jars.de/?p=500#comment-2191</guid>
		<description>... genau was ich gesucht habe! Ein Nokia einzurichten ist unter OSX kein Problem... allerdings liegt das wohl unter den zur Verfügung gestellten BT-Profilen. Daher wäre mein &quot;natürlichster&quot; Favorit ein entsprechendes BT-Profil für das Android. Vieleicht wird das ja mit einem OS-Update nachgereicht. Bis dahin ist aber ein Android-AP auch eine nette Geschichte.</description>
		<content:encoded><![CDATA[<p>&#8230; genau was ich gesucht habe! Ein Nokia einzurichten ist unter OSX kein Problem&#8230; allerdings liegt das wohl unter den zur Verfügung gestellten BT-Profilen. Daher wäre mein &#8220;natürlichster&#8221; Favorit ein entsprechendes BT-Profil für das Android. Vieleicht wird das ja mit einem OS-Update nachgereicht. Bis dahin ist aber ein Android-AP auch eine nette Geschichte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Matthias</title>
		<link>http://jars.de/mobile/tethering-mit-android/comment-page-1#comment-2166</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Tue, 26 May 2009 10:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://jars.de/?p=500#comment-2166</guid>
		<description>Hallo,

ich habe gerade auf der Seite gesehen, dass inzwischen ein Release angeboten wird, dass schon einige der Komponenten enthält (adb, openvpn-config, howto). Damit wird die Installation zum Kinderspiel :-)

Ich habe bisher keine Probleme mit Verbindungsabbrüchen etc. gehabt. Insgesamt läuft die Anwendung auch sehr stabil. Ich könnte mir vorstellen, dass durch das interne NAT ein Verbindungsabbruch lediglich zum Delay führt. Das deckt sich auch mit meiner Erfahrung. Einziger Minihaken an AziLink ist, dass nicht die volle Geschwindigkeit erreicht wird. Das ist dem vpn geschuldet. Aber wir reden hier von einem Verlust von ca. 10%. Das ist IMO akzeptabel.

Gruß, Matthias</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>ich habe gerade auf der Seite gesehen, dass inzwischen ein Release angeboten wird, dass schon einige der Komponenten enthält (adb, openvpn-config, howto). Damit wird die Installation zum Kinderspiel <img src='http://jars.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Ich habe bisher keine Probleme mit Verbindungsabbrüchen etc. gehabt. Insgesamt läuft die Anwendung auch sehr stabil. Ich könnte mir vorstellen, dass durch das interne NAT ein Verbindungsabbruch lediglich zum Delay führt. Das deckt sich auch mit meiner Erfahrung. Einziger Minihaken an AziLink ist, dass nicht die volle Geschwindigkeit erreicht wird. Das ist dem vpn geschuldet. Aber wir reden hier von einem Verlust von ca. 10%. Das ist IMO akzeptabel.</p>
<p>Gruß, Matthias</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Markus Junginger</title>
		<link>http://jars.de/mobile/tethering-mit-android/comment-page-1#comment-2165</link>
		<dc:creator>Markus Junginger</dc:creator>
		<pubDate>Tue, 26 May 2009 10:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://jars.de/?p=500#comment-2165</guid>
		<description>Hallo Matthias, vielen Dank für deinen Tipp. Das werde ich bald mal ausprobieren. Die Installation ist zwar nicht wirklich Endnutzerfreundlich, aber ich persönlich würde mich über eine stabile Lösung freuen. Wie ist denn da deine Erfahrung bei Verbindungsabbrüchen?</description>
		<content:encoded><![CDATA[<p>Hallo Matthias, vielen Dank für deinen Tipp. Das werde ich bald mal ausprobieren. Die Installation ist zwar nicht wirklich Endnutzerfreundlich, aber ich persönlich würde mich über eine stabile Lösung freuen. Wie ist denn da deine Erfahrung bei Verbindungsabbrüchen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Matthias</title>
		<link>http://jars.de/mobile/tethering-mit-android/comment-page-1#comment-2164</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Tue, 26 May 2009 10:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://jars.de/?p=500#comment-2164</guid>
		<description>Hi,

als gute Alternative, die bei mir auch unter 1.5 funktioniert, gibt es noch AziLink. Damit wird eine OpenVPN-Verbindung zum Handy über USB und adb aufgebaut. Die Installation ist wesentlich leichter, als sie auf den ersten Blick anmutet. Getestet habe ich es mit Linux. Windows wird aber auch unterstützt. Die Geschwindigkeiten sind gut und stabil ist es auch.

Zu finden ist das Ganze hier: http://code.google.com/p/azilink/

Gruß, Matthias</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>als gute Alternative, die bei mir auch unter 1.5 funktioniert, gibt es noch AziLink. Damit wird eine OpenVPN-Verbindung zum Handy über USB und adb aufgebaut. Die Installation ist wesentlich leichter, als sie auf den ersten Blick anmutet. Getestet habe ich es mit Linux. Windows wird aber auch unterstützt. Die Geschwindigkeiten sind gut und stabil ist es auch.</p>
<p>Zu finden ist das Ganze hier: <a href="http://code.google.com/p/azilink/" rel="nofollow">http://code.google.com/p/azilink/</a></p>
<p>Gruß, Matthias</p>
]]></content:encoded>
	</item>
</channel>
</rss>

