Are you inside your network or outside, using wi-fi or 3g? Do you have to authenticate the connection? Is there a protocol(provided by multimedia vendor) for establishing a connection with the server?
Jason http://www.simplycontrolledsystems.com On Thu, May 13, 2010 at 12:54 AM, Vinay S <[email protected]> wrote: > Hi, > > Did you try sending the data back using the same HTTP connection? > > Try opening a new HTTP connection and send the data back.. > > This might give you some clue, is this the problem of HTTP.. > > Regards, > Vinay > > On May 10, 10:27 pm, strog <[email protected]> wrote: >> Hi Guys, >> I wanted to create a an android application that works like a remote >> control for a multimedia system. This client server dialog is done on >> the json class api. The class that I use for establishing the >> communication is the HttpURLConnection. I used the following example >> for writing my >> programm(http://www.anddev.org/getting_data_from_the_web_urlconnection_via_htt... >> ). >> I ran wireshark to monitor the communication, and i see the data that >> is being sent from the server, but sending orders back to the server >> from my milestone doesn't happen at all. >> I turned off all my firewalls that could interfere with the >> communication. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" 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 >> athttp://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" 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-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

