save/change the Internet settings of the S60 devices
Hello ALL,
I want to know if I can programmatically save/change the Internet settings of the S60 devices(Symbian C++), means if there is a default settings for the Mobile Data, I would like to make that ON, and Make the Network destinations add and set a new access point in the device so that there is no manual configuration required by the user.
Thanks in advance
Re: save/change the Internet settings of the S60 devices
Can anyone throw some light on this requirement or give some suggestions !
Re: save/change the Internet settings of the S60 devices
Hello,
i do not know about settings, but for creating access points you could start from these links:
[url]http://www.developer.nokia.com/Community/Wiki/TSS000418_-_Creating,_deleting,_editing,_and_listing_WLAN_access_points[/url]
[url]http://www.developer.nokia.com/Community/Wiki/How_to_create_access_points[/url]
[url]http://www.developer.nokia.com/Community/Wiki/Archived:How_can_I_create_a_WLAN_access_point_and_automatically_connect_to_it%3F[/url]
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?187836-How-to-categorise-an-access-point-%28uncategorised-access-point-issue%29[/url]
or, a little more differently
[url]http://www.developer.nokia.com/Community/Wiki/TSS001363_-_Creating_multiple_access_points_using_OMA_DM[/url]
hope it helps somehow,
regards
pg
Re: save/change the Internet settings of the S60 devices
[QUOTE=joy.logs;911829]Hello ALL,
I want to know if I can programmatically save/change the Internet settings of the S60 devices(Symbian C++), means if there is a default settings for the Mobile Data, I would like to make that ON, and Make the Network destinations add and set a new access point in the device so that there is no manual configuration required by the user.
Thanks in advance
Joy Banerjee[/QUOTE]
There are articles in the wiki where you can find many examples [url]http://www.developer.nokia.com/Community/Wiki/Archived:Storing_application_settings_in_Symbian_C%2B%2B[/url]
Also, many times this same query has been discussed. If you search, you will find many more ideas (perhaps an alternate method used is storing in XML file and parsing it to retrieve the same)
Re: save/change the Internet settings of the S60 devices
Hmmm... maybe i didn't understand the question then...
i thought that joy.logs was asking about programmatically changing general settings into phone, e.g. setting wi-fi on/off, setting mobile data on/off and so on, and not how to save per application settings...
Re: save/change the Internet settings of the S60 devices
[QUOTE=pavarang;911877]Hmmm... maybe i didn't understand the question then...
i thought that joy.logs was asking about programmatically changing general settings into phone, e.g. setting wi-fi on/off, setting mobile data on/off and so on, and not how to save per application settings...[/QUOTE]
No, I just want to have my own custom settings for the Mobile Data(Internet) operation of the phone so that the user don't have to go and change it accordingly in the Connection Manager and so on