1

What are the codes related to CDMA phones? Like we have IMSI,IMEI,CellID in GSM,do we have any such codes that can be retrieved from a CDMA phone? And can anyone suggest how to retrieve them from a phone(programatically)?

pujakhemka
  • 123
  • 10

1 Answers1

0

There is still no standard J2ME telephony API, so either see what the cbs connection in JSR-120 can give you or use system properties.

I would suggest trying to retrieve the same codes on a GSM phone and on a CDMA phone. It might just work.

To retrieve the IMEI, look at:

Getting Device IMEI

Community
  • 1
  • 1
michael aubert
  • 6,836
  • 1
  • 16
  • 32