I’m trying to extract the ARFCN TMSI and IMSI from an android phone connected to a gsm network. There is no documentation in the Android API to do so. I was wondering if anyone knew of a way to get any of this information. Any suggestions would be helpful. Thanks
Share
You could use
TelephonyManagerto get some basic information about the telephony services including the IMSI, but TMSI and other info may be unavailable.