Top "Imei" questions

International Mobile Equipment Identity a number, usually unique, to identify 3GPP (i.e., GSM, UMTS and LTE) and iDEN mobile phones, as well as some satellite phones.

How to get the device's IMEI/ESN programmatically in android?

To identify each devices uniquely I would like to use the IMEI (or ESN number for CDMA devices). How to …

android imei
Android : Check whether the phone is dual SIM

After a lot of research on forums, now I know that there is no way to find IMSI or SIM …

android imei dual-sim
I am getting IMEI null in Android Q?

I am getting the IMEI ID null from the telephonymanager. What to do? is there any workaround for that?

android imei
Using Telephony Manager in android to find IMEI number

I m very new to Android Development. I want to find the IMEI number of the phone and using "android.…

android imei
Programmatically retrieve IMEI number for dual SIM in android

For single SIM following code works: TelephonyManager tm = (TelephonyManager)getSystemService(TELEPHONY_SERVICE); String imei= tm.getDeviceId(); For dual SIM I …

android imei dual-sim
How to get IMEI number in PhoneGap?

I'm developing a PhoneGap Android mobile application using jQuery, JavaScript and HTML. I want to get the mobile IMEI. I …

android cordova numbers imei
IMEI for Android Tablets?

is Android Tablets (like Xoom) have IMEI number since they dont have telephony service? is having 3G/4G vs WiFi …

android imei
why emulator giving IMEI number 000000000000000

I found many post regarding this but not properly given answer. My application needs IMEI number ,i did that but …

android android-emulator imei
How can I get both IMEI numbers from dual SIM mobile?

How can I get both IMEI numbers from dual SIM mobile? Can anyone help me to resolve this problem.

android imei
Best Way to get Device IMEI number android java programmatically with onRequestPermissionsResult

********************************best way i found:************************************** ***************************that's workd successfully*********************************** *****************************just copy below codes************************************* Manifest: <uses-permission android:name="android.permission.READ_PHONE_…

java android imei