Top "Sim-card" questions

A SIM card is a chip that is used to identify and authenticate subscribers on Mobile devices

How to get current SIM card number in Android?

I want to know user mobile number in Android. I used this code but I'm not getting number. TelephonyManager tm = (…

android phone-number telephonymanager sim-card
How to access a SIM card programmatically?

Just any old GSM compatible SIM card (bonus for 3G USIM). I presume I need some hardware? Can anyone recommend …

gsm sim-card
Access the SIM Card with an Android Application?

I wonder if it's possible to access to the SIM card with an Android Application

android smartcard sim-card
Detect the status of two SIM cards in a dual-SIM Android phone

I want to detect whether two SIM cards are there in my dual-SIM android phone programmatically. I found one API (…

android sim-card
How to simulate a SIM card for android

I do not have a real android device. I completely depend on emulator. So, for the sim contacts, changing sim …

android android-emulator simulator sim-card
Android dual SIM card API

There are several questions about accessing dual SIM features through the Android SDK, all of which are answered with brief …

android sim-card
MSISDN : Is it a SIM Card Data? Why all The Provided Function (from Blackberry and Android) to fetch MSISDN not reliable?

I have several question about MSISDNs. I understand: MSISDN is the basically the phone number It is not IMSI What …

android blackberry phone-number sim-card msisdn
Option to send sms using Sim1 or Sim2 programmatically

I have an Android phone with 2 SIM card and I want to send sms using Sim1 or Sim2.By default …

android sms sim-card smsmanager
to get phone number programmatically in Android

I am using the code TelephonyManager tMgr =(TelephonyManager)mAppContext.getSystemService(Context.TELEPHONY_SERVICE); mPhoneNumber = tMgr.getLine1Number(); to get the …

android telephonymanager sim-card
How do I access Android STK Menu using APK?

I would like to access the SIM menus on an Android phone using STK. I am trying to write an …

android apk sim-card sim-toolkit