[android-beginners] Re: connection to a distant socket server

2008-09-05 Thread v3n3
Thx megha it's working fine now ! On 5 sep, 11:30, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/4 v3n3 [EMAIL PROTECTED] thank for your reply, i can connect to internet without anyproblem and without any proxy. when i set the android.permision.INTERNET,  i've got those line in the

[android-beginners] Re: connection to a distant socket server

2008-09-04 Thread v3n3
thank for your reply, i can connect to internet without anyproblem and without any proxy. when i set the android.permision.INTERNET, i've got those line in the log : 09-05 11:10:52.561: ERROR/AndroidRuntime(169): Uncaught handler: thread main exiting due to uncaught exception 09-05

[android-beginners] Re: connection to a distant socket server

2008-09-04 Thread Megha Joshi
2008/9/4 v3n3 [EMAIL PROTECTED] thank for your reply, i can connect to internet without anyproblem and without any proxy. when i set the android.permision.INTERNET, i've got those line in the log : 09-05 11:10:52.561: ERROR/AndroidRuntime(169): Uncaught handler: thread main exiting due

[android-beginners] Re: connection to a distant socket server

2008-09-03 Thread Megha Joshi
First, can your browser app on the emulator connect to the internet? If not, check your proxy settings, there are quite a few threads on the forum on setting emulator proxy. Next, did you add uses-permission android:name=android.permission.INTERNET / tag to your app's AndroidManifest.xml? The new