1. asbabu123's Avatar
    Hi All,

    I am using JDE 4.0.0 and JDE 4.1.0. Thorugh this API's i need to get MCC for mobile. Because my device(8700 cingular) is supported to this JDE's only. (I tried JDE 4.2.1(but my device restarted when ever i started my application))

    I used the code for this::: GPRSInfo.getCellInfo().getMCC(); and RadioInfo.getMCC(int index);

    But both codes in JDE 4.0.0 and JDE 4.1.0 ,I got the error while building the application getMCC() method not find in GPRS class and getMCC() method not find in RadioInfo class ..

    Surely i need to work on this. Please help me if any one knows about my issue. Please

    Thanks,
    Suresh A
    11-12-08 07:14 AM
  2. JJzhou's Avatar
    i have the same question .....
    05-16-09 10:31 PM
  3. ydaraishy's Avatar
    Um, that's because they're not exposed in the 4.0 api?

    See: RIM Device Java Library: Class GPRSInfo.GPRSCellInfo and RIM Device Java Library: Class RadioInfo

    You will need to use a later version to use these methods.
    05-17-09 06:25 PM
LINK TO POST COPIED TO CLIPBOARD