BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 12-23-2009, 03:40 AM   #1
mabin
New Member
 
Join Date: Sep 2009
Model: 7100t
PIN: N/A
Carrier: o2
Posts: 5
Default 3g connection not working

Please Login to Remove!

I am now testing my app on the actual device (bold 4.6). My application will connect using wifi,

connSuffix=";interface=wifi";

however I am struggling to get it to work using 3g. I assume 3g is a WAP2 connection, so I have tried the following,

connSuffix = ";deviceside=true;ConnectionUID=WAP2";

but this does not work, i.e. no connection gets made. I am doing checks in the following way,

Code:
public static String connType(){

        String connSuffix = "";                 

        if (DeviceInfo.isSimulator()) {
            connSuffix = "";
        } else if ( (WLANInfo.getWLANState() == WLANInfo.WLAN_STATE_CONNECTED) &&
            RadioInfo.areWAFsSupported(RadioInfo.WAF_WLAN)) {
            connSuffix=";interface=wifi";
        } else {
            String uid = null;
            ServiceBook sb = ServiceBook.getSB();
            ServiceRecord[] records = sb.findRecordsByCid("WPTCP");
            for (int i = 0; i < records.length; i++) {
                if (records[i].isValid() && !records[i].isDisabled()) {
                    if (records[i].getUid() != null &&
                        records[i].getUid().length() != 0) {
                        if ((records[i].getUid().toLowerCase().indexOf("wptcp") != -1) &&
                            (records[i].getUid().toLowerCase().indexOf("wifi") == -1) &&
                            (records[i].getUid().toLowerCase().indexOf("mms") == -1)   ) {
                            uid = records[i].getUid();
                            break;
                        }
                    }
                }
            }
            if (uid != null) {
                // WAP2 Connection
                connSuffix = ";ConnectionUID="+uid;
            } else {
                // error no connection available
                Dialog.alert("no suitable internet connection detected");
                connSuffix = ";deviceside=true;ConnectionUID=WAP2";
            }
        }
        return connSuffix;
     }
I have noticed that when running on the device i get alert of "no suitable internet connection detected" so I am wondering how is it not detecting the other connection types?

I really need to get the application using a wap2 3g connection. Any help with this would be much appreciated!!!
Offline  
Old 12-23-2009, 07:15 AM   #2
vivartpandey
Thumbs Must Hurt
 
Join Date: Jun 2008
Model: 9000
Carrier: Airtel
Posts: 81
Default

this article will be helpful for you.
How to programmatically connect to the internet in blackberry
__________________
blog.vimviv.com
Offline  
Old 12-23-2009, 09:43 AM   #3
Dougsg38p
BlackBerry Extraordinaire
 
Join Date: Mar 2008
Location: Austin, TX
Model: 9700
PIN: N/A
Carrier: T-Mobile
Posts: 1,644
Default

Not all carriers support WAP2, or populate the service book with the WAP2 UID.

I think the first thing is to use CoverageInfo to determine if you have BES connectivity - this should be your first choice.

After that, try the WAP2.

If WAP2 fails, you'll need to fall back to WAP1 or direct TCP. Both of these require carrier-specific APN or Gateway information to be encoded in your URL parameters.

Livelink - Redirection

Livelink - Redirection
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


ESI IMPEDANCE BRIDGE MODEL 250-DE picture

ESI IMPEDANCE BRIDGE MODEL 250-DE

$99.99



HP-Agilent-Keysight 41951-69001/ 41951-61001 Impedance Test Adapter for 41951A picture

HP-Agilent-Keysight 41951-69001/ 41951-61001 Impedance Test Adapter for 41951A

$500.00



Digital Ohmmeter LCD Audio Impedance Test Meter Speaker Voice Resistor System picture

Digital Ohmmeter LCD Audio Impedance Test Meter Speaker Voice Resistor System

$83.60



 RESQPod ITD10 Impedance threshold device 12-0242-000 picture

RESQPod ITD10 Impedance threshold device 12-0242-000

$14.95



BECO Universal Impedance Bridge Model 315A, Brown Electro Measurement Corp. 315A picture

BECO Universal Impedance Bridge Model 315A, Brown Electro Measurement Corp. 315A

$129.99



BAS-Zahner Amos IM6 Impedance measurement unit picture

BAS-Zahner Amos IM6 Impedance measurement unit

$499.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.