platform request with symbian ^ 3- C7 device
Hi ,
Kindly i have a problem with platform request symbian^3 with C7 devicve,
the problem is: when i call [B]platformRequest("www.yahoo.com");[/B]
the message shown is "allow application to use network and sent or receive data?", and two option for select [ yes or no].,if i press yes , the my url is open, but if i press no and try to call the same request [B]nothing happened[/B] !!, and i must restart my application to allow connect to my url, please advice for this issue, or if any other way to open browsers from J2me , my application use platformrequest method for open URL, i need other way for symbian^3, or solve this problem.
Re: platform request with symbian ^ 3- C7 device
Hello walid.abdallah.ahmed,
good point, thank you for providing the information.
The reason for why nothing happens is that ConnectionNotFoundException gets thrown every time after the first 'No' is selected by end-user.
I will raise this as an error towards RnD.
Regards,
r2j7
Re: platform request with symbian ^ 3- C7 device
Hello walid.abdallah.ahmed,
sorry for the delayed response.
Could you double check whether the following settings are in place on your C7-00?:
-Browse via Menu->Settings->Application manager->Installed apps and long press your MIDlet which uses the platformRequest().
-select Suite Settings from the list.
-check whether the Security warnings are set to 'User defined'. If not, change it to that.
-make sure that Network access is set to 'Ask every time'.
With the previous settings done, the access with platformRequest should work as expected.
Regards,
r2j7
Re: platform request with symbian ^ 3- C7 device
Hello r2j7
sorry for the delayed response.
it is work now
thanks and best Reagrds