Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor wildabeast's Avatar
    Join Date
    Aug 2009
    Posts
    57
    I am trying to use the following code to obtain the access points available to my device:

    Code:
    XQAccessPointManager  * apManager = new XQAccessPointManager(this);
    
    QList <XQAccessPoint> pts = apManager->availableAccessPoints();
    
    for (int i=0;i <pts.length(); i++) {
          this->debug(pts[i].name());
    }
    This returns 3 access point names:
    Rambo (WLAN)
    Fido WAP (WAP Services)
    Fido MMS (multimedia msg)

    This is great, except that there should be a fourth: Fido GPRS (Internet), and this in the case of my device, this is the one I need, as this is where my internet connection is provided from. I know it is available, as I can access it using the web browser, and it is listed in the device settings Network Destinations.

    Any suggestions? Thanks.

  2. #2
    Nokia Developer Moderator Jack Torrance's Avatar
    Join Date
    May 2007
    Posts
    468
    Just asked the man behind the API to check it out. Should get an answer for you soon.

    Would also help to know the device and firmware version.

    Jack

  3. #3
    Regular Contributor wildabeast's Avatar
    Join Date
    Aug 2009
    Posts
    57
    Nokia 5800 XpressMusic
    Software Version V 21.0.025

    Thanks!

  4. #4
    Registered User marko_m's Avatar
    Join Date
    Feb 2008
    Posts
    5
    There is already better alternative to XQAccessPointManager in Qt Mobility package:
    http://wiki.forum.nokia.com/index.ph...nology_Preview

    Qt Mobility Bearer Management API class QNetworkConfigurationManager can be used to list access points.

    Qt Mobility package contains Bearer Management API examples: bearercloud, BearerEx and bearermonitor.

Similar Threads

  1. J2ME Midlet for Discovery of Wifi Access Points
    By mayngontay in forum Mobile Java Networking & Messaging & Security
    Replies: 1
    Last Post: 2009-10-18, 07:58
  2. Replies: 3
    Last Post: 2009-10-10, 19:34
  3. Icon for access points
    By James McMurray in forum Symbian Networking & Messaging (Closed)
    Replies: 4
    Last Post: 2009-09-18, 11:05
  4. Retrieving Wireless LAN Access Points
    By satyarajasekhar in forum Geolocation and Navigation
    Replies: 3
    Last Post: 2007-12-03, 11:43
  5. Access Points View Id
    By Nitin SuperByte in forum Symbian User Interface
    Replies: 3
    Last Post: 2007-08-20, 05:26

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved