Hi, i have an Java J2ME application that does (at user request) create HttpConnections to a server. The application works properly on most phones, including Samsung Omnia.
The problem on this (Omnia) is that at some point, the phone disconnects from the GPRS network. The application is still in use but not trying to make connections to the server (the user is browsing data).
After this happens, when the user requests some update from the server, the phone refuses to re-connect to GPRS.
Does anybody have any idea what could be the problem?
Thanks in advance!