03-16-2011 12:09 PM - last edited on 03-16-2011 12:14 PM
Hi,
Hi,
Hi,
I am facing a problem related to https connection while switching to wifi network on device. Scnario is as described :
Hi,
I am facing a problem related to https connection while switching to wifi network on device. Scnario is as described :
Presently only operator networks is checked in manage connection, and i make an http request from my application, before completion of this request i switch on the wifi of device using Switch application feature. I have implemented the listeners to catch this event and i cancel/close/null the ongoing request. I am closing the connection/streams and rerequesting the same request using wifi network. But this time application gets hanged on Connecter.open() means device is not able to make connection object for me.
Hi,
I am facing a problem related to https connection while switching to wifi network on device. Scnario is as described :
Presently only operator networks is checked in manage connection, and i make an http request from my application, before completion of this request i switch on the wifi of device using Switch application feature. I have implemented the listeners to catch this event and i cancel/close/null the ongoing request. I am closing the connection/streams and rerequesting the same request using wifi network. But this time application gets hanged on Connecter.open() means device is not able to make connection object for me.
Please revert if anyone has any idea abt this scnario.
04-01-2011 08:02 AM
Hi.
I am also facing same kind of problem.
If anyone has any solution or idea how to proceed forward , please let me know.
04-01-2011 08:12 AM
@peter strange' I am waiting for your comments on this device behaviour. Please let me know if you dont get the problem from my statement as it became unformatted .
04-01-2011 08:27 AM
Hi,
I am also facing the same problem but in different scenerio.
In my application i am making a server request on WIFI network and in between I am switching to operator network,
On switching operator i am cancelling the ongoing server request and trying to send it over Opearator network again.
while debuggin i have found That the application gets hang while opening the connection i.e on "connector.Open";(Though vice versa is working fine i.e swithinc from operator to Wifi network)
But if i toggle the operator network setting by going out side the app from Manage Connection it works fine![]()
this is very strange that for same steps on Curve3 i am not getting any issues ...For me its coming on Curve2 only.
One solution i have tried which is working some how but its not a a preffered solution...
I have toggled the settings programmatically by providing sleep of 10 seconds using
Radio.deactivate (networkID) and Radio.activatate(networkId) and its working fine.
04-01-2011 08:28 AM
Hi amardeepjaiman,
This is really interesting area of research for the mobile devices. Have you got any solution/updates on this thread?
Thanks with Regards,
Raj - The Kernel
04-01-2011 09:22 AM
Yes, I have also face this problem. If you resolve this problem then use the servicebook api and udiconnection concept in your http connection . Your application is search dynamically the network then http connection is success and get your data from output stream.