Manipulating some networking settings from within a Qt application
-
Hi all,
I'm trying to figure out whether I can change some basic settings from within my application.My questions are:
- can I disable all roaming data use on the device
- Can I add new access points
If so: what classes can I use? I can't seem to find anything in the documentation...
thanks,
Thomas -
I assume you are targeting symbian phones?
-
Yes, indeed,
sorry if that wasn't clear...Thomas
-
And I'm assuming this is not the right forum to ask questions about Qt Mobility?
thanks
Thomas -
I can ask, but no one knows the answer?
:)
Thomas
-
[quote author="thomasvansundert" date="1301934804"]Hi all,
I'm trying to figure out whether I can change some basic settings from within my application.My questions are:
- can I disable all roaming data use on the device
- Can I add new access points
If so: what classes can I use? I can't seem to find anything in the documentation...
thanks,
Thomas[/quote]Hi Thomas,
You might need to use Symbian C++ to "create new access point":http://wiki.forum.nokia.com/index.php/Create_new_internet_access_point There is also an example how to "set default access point using Qt Mobitily APIs here...":http://wiki.forum.nokia.com/index.php/How_to_set_default_access_point_using_Qt_Mobility_APIs
Best regards,
Leon