Hi,
I am currently writing an app, that uses Sockets to communicate. I
create Socket using the following:
Socket sock = new Socket("123.123.123.123", 13267);
The Server runs on a Vista Machine.
The Problem is, that when I use Wlan and the Android Handy is in the
same Network as the Vista Server, there are no problems. But if I turn
Wlan off and use the internet IP of the Vista PC, it won't work. I
also opened the Port in the Vista Firewall.
Do I have to give explicit Permissions? I already have <uses-
permission android:name="android.permission.INTERNET" ></uses-
permission> in the manifest.
Thx,
iuiz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---