Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Manipulating some networking settings from within a Qt application

    Mobile and Embedded
    4
    8
    2377
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      thomasvansundert last edited by

      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

      1 Reply Last reply Reply Quote 0
      • T
        tobias.hunger last edited by

        I assume you are targeting symbian phones?

        1 Reply Last reply Reply Quote 0
        • T
          thomasvansundert last edited by

          Yes, indeed,
          sorry if that wasn't clear...

          Thomas

          1 Reply Last reply Reply Quote 0
          • A
            andre last edited by

            You are going to need device specific API for that. Qt does not, AFAIK, support that, but do check out a recent version of Qt Mobility. Perhaps features were added there for this that I did not spot yet.

            1 Reply Last reply Reply Quote 0
            • T
              thomasvansundert last edited by

              And I'm assuming this is not the right forum to ask questions about Qt Mobility?

              thanks
              Thomas

              1 Reply Last reply Reply Quote 0
              • A
                andre last edited by

                [quote author="thomasvansundert" date="1301990929"]And I'm assuming this is not the right forum to ask questions about Qt Mobility?[/quote]

                No, asking about QtMobility is fine :-)

                1 Reply Last reply Reply Quote 0
                • T
                  thomasvansundert last edited by

                  I can ask, but no one knows the answer?

                  :)

                  Thomas

                  1 Reply Last reply Reply Quote 0
                  • L
                    leon.anavi last edited by

                    [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

                    http://anavi.org/

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post