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


Double Acting Hollow Ram Cylinder (60 Tons - 2

Double Acting Hollow Ram Cylinder (60 Tons - 2") (YG-6050KS)

$549.00



37061 - IMPERIAL RAM MODULE -  picture

37061 - IMPERIAL RAM MODULE -

$205.00



NCR 7616-1301 NCR 72XRT 15

NCR 7616-1301 NCR 72XRT 15" Retail POS Terminal with i3, 8GB Ram 250GB HD No OS

$239.20



790-400 Robertshaw Ram-4 Ignition Module Control 44-1743 37061 37110 390232 picture

790-400 Robertshaw Ram-4 Ignition Module Control 44-1743 37061 37110 390232

$160.31



Tnt Rescue Equipment Hydraulic Ram R-30   724 picture

Tnt Rescue Equipment Hydraulic Ram R-30 724

$175.00



RAM MODULE (COMES WITH WIRING HARDNESS) picture

RAM MODULE (COMES WITH WIRING HARDNESS)

$200.00







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