Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Manipulating some networking settings from within a Qt application
QtWS25 Last Chance

Manipulating some networking settings from within a Qt application

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 4 Posters 2.9k Views
  • 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 Offline
    T Offline
    thomasvansundert
    wrote on last edited by
    #1

    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
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      I assume you are targeting symbian phones?

      1 Reply Last reply
      0
      • T Offline
        T Offline
        thomasvansundert
        wrote on last edited by
        #3

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

        Thomas

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          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
          0
          • T Offline
            T Offline
            thomasvansundert
            wrote on last edited by
            #5

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

            thanks
            Thomas

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on last edited by
              #6

              [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
              0
              • T Offline
                T Offline
                thomasvansundert
                wrote on last edited by
                #7

                I can ask, but no one knows the answer?

                :)

                Thomas

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  leon.anavi
                  wrote on last edited by
                  #8

                  [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
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved