BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-23-2009, 12:50 AM   #1
elaltaico
New Member
 
Join Date: Sep 2009
Model: 7100T
PIN: N/A
Carrier: SDFD
Posts: 5
Default how to retrieve CellID, MNC, MCC and LAC

Please Login to Remove!

Hello


I try to find Cell ID,MNC,MCC and LAC by using GPRSInfo.getCellInfo(). I compiled it with simulator and tried the program on three different Blackberry simulator(BlackBerry 8800-02, 9500 Vodophone, 9630) which I believe that they have GPS. Unforunately, all the values seem to equal to 0. I do not think my code is wrong. You can see the code below. Could you please tell me a way to see exact values of Cell ID, MNC, MCC and LAC? Do I need to find a real Blackberry telephone (which does support GPS) ? I can'T do it by using simulators? I would be so glad if you can assist me. Thank you in advance.


The code that I use to find out Cell ID, MNC, MCC and LAC:

Code:
   int CellId=GPRSInfo.getCellInfo().getCellId();
        int LAC=GPRSInfo.getCellInfo().getLAC();
        int MCC=GPRSInfo.getCellInfo().getMCC();
       int MNC=GPRSInfo.getCellInfo().getMNC();

       String CellId1=Integer.toString(CellId);
       String LAC1=Integer.toString(LAC);
       String MCC1=Integer.toString(MCC);
       String MNC1=Integer.toString(MNC);


       
       String CellId2 = System.getProperty("CellID");
       String LAC2 = System.getProperty("LocAreaCode");
       
    
        add(new RichTextField("Hello World!"));
      
        add(new RichTextField("Cell ID is="+CellId1));
        add(new RichTextField("LAC1 is="+LAC1));
        add(new RichTextField("MCC1 is="+MCC1));
        add(new RichTextField("MNC1 is="+MNC1));
        add(new RichTextField("MNC is="+MNC));
        add(new RichTextField("Cell ID2 is="+CellId2));
        add(new RichTextField("LAC2 is="+LAC2));
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


USA Windows VPS RDP Server/ Windows VPS Hosting - 4GB RAM + 150GB HDD picture

USA Windows VPS RDP Server/ Windows VPS Hosting - 4GB RAM + 150GB HDD

$11.99



30 Server/Guest Pager Restaurant Paging System Kit by LRS Long Range Systems picture

30 Server/Guest Pager Restaurant Paging System Kit by LRS Long Range Systems

$299.99



Vollrath 72050 Cayenne 28 3/4

Vollrath 72050 Cayenne 28 3/4" x 13 3/4" Heat 'n Serve 4/3 Size Countertop Food

$285.00



Wti Console Server + PDU CPM-800-1-EA picture

Wti Console Server + PDU CPM-800-1-EA

$550.00



Server SE-SS 07020 Server Express Single Drop-In - NEW - COMPLETE - Genuine OEM picture

Server SE-SS 07020 Server Express Single Drop-In - NEW - COMPLETE - Genuine OEM

$180.00



ProSoft  PS-QS-1010-0780 QUICKSERVER FIELD SERVER, PSQS10100780 picture

ProSoft PS-QS-1010-0780 QUICKSERVER FIELD SERVER, PSQS10100780

$164.99







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