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


MSA 10116926 Altair 5X Gas Detector Industrial Kit - LEL, O2, CO, H2S picture

MSA 10116926 Altair 5X Gas Detector Industrial Kit - LEL, O2, CO, H2S

$1500.00



MSA 10074137 Oxygen Altair Pro Single Gas Detector (O2) picture

MSA 10074137 Oxygen Altair Pro Single Gas Detector (O2)

$200.00



MSA 10042621 Altair 5X Sampling Probe Straight Air-Line 1' Color Black (E2) picture

MSA 10042621 Altair 5X Sampling Probe Straight Air-Line 1' Color Black (E2)

$295.00



Altair WBS-202 Dual channel wireless intercom base station picture

Altair WBS-202 Dual channel wireless intercom base station

$1350.00



MSA ALTAIR 4XR 10178557 Detector Multi Gas Meter (LEL, O2, CO, H2S) picture

MSA ALTAIR 4XR 10178557 Detector Multi Gas Meter (LEL, O2, CO, H2S)

$790.00



Altair2X Co Instrument CO Gas Detector picture

Altair2X Co Instrument CO Gas Detector

$399.99







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