[android-developers] Re: Socket & HttpURLConnection don't work?

2008-10-06 Thread Charlie Collins
If you are seeing "java.net.SocketException : unknown error" when trying to use the network in Android it is probably the permissions. I know you have read this thread and you say you have the permission there, but I would triple check it and make sure it's correct. I was getting this error messa

[android-developers] Re: Socket & HttpURLConnection don't work?

2008-10-02 Thread juvation
doesn't work for me! :-( i still get the same error with the uses-permission tag there. can i get any detail on this error? java's error messages are usually informative, but not this one... thanks in advance for any help with this. j On Aug 20, 1:33 am, brad <[EMAIL PROTECTED]> wrote: > I

[android-developers] Re: Socket & HttpURLConnection don't work?

2008-08-20 Thread brad
I see. It works now. Thanks a lot : ) Brad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Socket & HttpURLConnection don't work?

2008-08-20 Thread roland
Thank you guys. On 20 août, 09:51, Pau <[EMAIL PROTECTED]> wrote: > Hi, > > You must insert the next Uses Permission in AndroidManifest.xml: > > permission> > > Pau > > On 20 ago, 06:08, brad <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I had used java.net.HttpURLConnection or java.net.Socket to g

[android-developers] Re: Socket & HttpURLConnection don't work?

2008-08-20 Thread Pau
Hi, You must insert the next Uses Permission in AndroidManifest.xml: Pau On 20 ago, 06:08, brad <[EMAIL PROTECTED]> wrote: > Hi, > > I had used java.net.HttpURLConnection or java.net.Socket to get a > image via HTTP protocol. > But it always got "java.net.SocketException : unknown error" mess

[android-developers] Re: Socket & HttpURLConnection don't work?

2008-08-20 Thread Stefan Handschuh
Hi Brad, you just have to add to your AndroidManifest.xml . This is NOT mentioned in http://code.google.com/android/migrating/m5-0.9/changes-overview.html but written here in the list. Stefan Am Dienstag, den 19.08.2008, 21:08 -0700 schrieb brad: > Hi, > > I had used java.net.HttpURLCon

[android-developers] Re: Socket & HttpURLConnection don't work?

2008-08-20 Thread roland
Hi, i got the same issue, i used POST method, got the same exception. On 20 août, 06:08, brad <[EMAIL PROTECTED]> wrote: > Hi, > > I had used java.net.HttpURLConnection or java.net.Socket to get a > image viaHTTPprotocol. > But it always got "java.net.SocketException : unknown error" message. >