BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-21-2009, 10:23 PM   #1
AmitG
New Member
 
Join Date: Feb 2009
Model: 9000
PIN: N/A
Carrier: T-mobile
Posts: 2
Default Network selection programetically

Please Login to Remove!

Hi all,
I am also trying to get the APN info through my application code.
I want to get the list of APN's present in the device and their corresponding username and password.
Hardcoding the APN info while making http connection is not a good idea as the carrier may change the

information at some point of time.
Please suggest me regarding this:
I have followed two ways but this does not seem to be good

1.
String url = connectionStr;
String network = RadioInfo.getCurrentNetworkName();

if(network != null){
network = network.toLowerCase();
if(network.startsWith("airtel")){
url = url + ";deviceside=true;apn=airtelgprs.com;";
return url;
}else {
return url ;
}

-----------------------------
2.
ServiceBook sb = ServiceBook.getSB();
ServiceRecord[] records = sb.findRecordsByCid("WPTCP");
String uid = null;

for(int i=0; i < records.length; i++)
{
//Search through all service records to find the
//valid non-Wi-Fi and non-MMS
//WAP 2.0 Gateway Service Record.
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();
return;
}
}
}
}

if (uid != null)
{
//Using WAP2
//";ConnectionUID=" + uid;
return;
} else {
//Using APN (Direct TCP)
//";deviceside=true";
return;
}.

I dont really know whether we can get the APN username and password using the second code snipet.

Please suggest me regarding this.
thanks
Offline  
Old 04-22-2009, 06:21 AM   #2
dc/dc
Spam Reporter
 
dc/dc's Avatar
 
Join Date: Oct 2005
Location: IAD
Model: 6230
Carrier: Voicestream
Posts: 14,524
Default

You need to check the Developers' section.

Thanks.
__________________
I h8 txtspk.
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


OEM Dell 3310 2 in 1 LCD Touch Screen D2TNH NV133FHM-T00 06GHX8 picture

OEM Dell 3310 2 in 1 LCD Touch Screen D2TNH NV133FHM-T00 06GHX8

$54.00



OEM Dell XPS 8910 8920 8930 Alienware Aurora R5 R6 R7 Front Cooling Fan 7M0F5 picture

OEM Dell XPS 8910 8920 8930 Alienware Aurora R5 R6 R7 Front Cooling Fan 7M0F5

$13.81



Genuine OEM Dell 2375 B2375dnf B2375dfw 110V Fuser fixing N41P2 sku 724-BBCI picture

Genuine OEM Dell 2375 B2375dnf B2375dfw 110V Fuser fixing N41P2 sku 724-BBCI

$94.99



DELL 330-6581 3306581 725-10229 OEM LAMP FOR 1510X 1610HD 1610X  - Made By DELL picture

DELL 330-6581 3306581 725-10229 OEM LAMP FOR 1510X 1610HD 1610X - Made By DELL

$39.98



NEW DELL OEM REPLACEMENT PROJECTOR LAMP FOR 4220 4320 GENUINE ORIGINAL  picture

NEW DELL OEM REPLACEMENT PROJECTOR LAMP FOR 4220 4320 GENUINE ORIGINAL

$198.22



1 of Dell OEM Optiplex 7040 3040 5040 3046 I/O VGA Board w/ Cable TXA01 FP9X3 picture

1 of Dell OEM Optiplex 7040 3040 5040 3046 I/O VGA Board w/ Cable TXA01 FP9X3

$22.93







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