Make HttpConnection work on the device

Hello

I have a java program that uses a HttpConnection (in the main thread). It works quite well on the Simulator, but when I run it on my device (8310 Curve), she just do nothing! Even after asking to allow the application to make http connections.

I hear some APN settings to configure on the device. I did it too ("airtelgprs.com" with name of user and password blank for Airtel, India).

Is there something else that does not leave my request to make http connections? Can someone please tell me what all I should do tomake my http connections work on the device?

Thank you

-Arun

This means that you can perform a blocking i/o operation, as an HTTP connection, thread in your event management program. You must create a worker thread to manage the operations of HTTP connection.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for