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


Fluke Networks Versiv Modular Mainframe AS IS picture

Fluke Networks Versiv Modular Mainframe AS IS

$900.00



Integrated Circuit IC Tester LCD Digital Display Multi-functional Integrated picture

Integrated Circuit IC Tester LCD Digital Display Multi-functional Integrated

$59.67



Agilent Keysight N3300A Electronic Load Mainframe *Parts Only- No Power* picture

Agilent Keysight N3300A Electronic Load Mainframe *Parts Only- No Power*

$275.00



Tektronix TM504 Four Slot Mainframe with

Tektronix TM504 Four Slot Mainframe with "high power bay"

$109.00



Chroma 6312 DC Electronic Load Mainframe  picture

Chroma 6312 DC Electronic Load Mainframe

$239.96



National Instruments NI PXI-1031 Mainframe Only picture

National Instruments NI PXI-1031 Mainframe Only

$299.99







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