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


NEW JOHNSON CONTROLS METASYS PRESSURE MODULE FM-IDP002-0 picture

NEW JOHNSON CONTROLS METASYS PRESSURE MODULE FM-IDP002-0

$79.99



JOHNSON CONTROLS NS-BTB7002-0 / NSBTB70020 (NEW IN BOX) picture

JOHNSON CONTROLS NS-BTB7002-0 / NSBTB70020 (NEW IN BOX)

$120.00



JOHNSON CONTROLS T-4002-201 PNEUMATIC THERMOSTAT SINGLE TEMP SINGLE DIAL picture

JOHNSON CONTROLS T-4002-201 PNEUMATIC THERMOSTAT SINGLE TEMP SINGLE DIAL

$120.00



New Johnson Controls M300RJ Relay Module Fire Safety  picture

New Johnson Controls M300RJ Relay Module Fire Safety

$90.00



Johnson Controls MS-FEC1621-0 Programmable Controller - FEC 1621 - Metasys 1611 picture

Johnson Controls MS-FEC1621-0 Programmable Controller - FEC 1621 - Metasys 1611

$79.99



MS-VMA1620-0 JOHNSON CONTROLS METASYS  Control W Manual Override  NEW Open BOX picture

MS-VMA1620-0 JOHNSON CONTROLS METASYS Control W Manual Override NEW Open BOX

$250.00







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