Questions tagged [imei]

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.

From http://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity

It is usually found printed inside the battery compartment of the phone. It can also be displayed on the screen of the phone by entering *#06# into the keypad on most phones.

The IMEI number is used by a GSM network to identify valid devices and therefore can be used for stopping a stolen phone from accessing that network. For example, if a mobile phone is stolen, the owner can call his or her network provider and instruct them to "blacklist" the phone using its IMEI number. This renders the phone useless on that network and sometimes other networks too, whether or not the phone's SIM is changed.

The IMEI is only used for identifying the device and has no permanent or semi-permanent relation to the subscriber. Instead, the subscriber is identified by transmission of an IMSI number, which is stored on a SIM card that can (in theory) be transferred to any handset. However, many network and security features are enabled by knowing the current device being used by a subscriber.

258 questions
8
votes
4 answers

Getting Device IMEI

How to get the IMEI of a Java ME device in a common way that is applicable to all devices
Prabhu R
  • 12,624
  • 19
  • 75
  • 107
8
votes
5 answers

Is it possible to validate IMEI Number?

For a mobile shop application, I need to validate an IMEI number. I know how to validate based on input length, but is their any other mechanism for validating the input number? Is there any built-in function that can achieve this? Logic from any…
Kichu
  • 93
  • 1
  • 1
  • 6
7
votes
2 answers

UDID or IMEI- which is better?

When developing an app that requires me to uniquely identify phone users. I was hoping for some advice on whether it is best to use a phone's UDID or IMEI. Are there any advantages/disadvantages to using either. All comments would be greatly…
user2363025
  • 5,389
  • 15
  • 41
  • 86
6
votes
2 answers

Check for valid IMEI

Does anybody know how to check for a valid IMEI? I have found a function to check on this page: http://www.dotnetfunda.com/articles/article597-imeivalidator-in-vbnet-.aspx But it returns false for valid IMEI's (f.e. 352972024585360). I can validate…
Tim Schmelter
  • 411,418
  • 61
  • 614
  • 859
6
votes
2 answers

How to retrieve TAC from IMEI?

The problem is simple. I have an IMEI and I want to retrieve a TAC from it. How can I do it? Is there a way of recognizing how many digits should TAC have if I have just an IMEI? Is it necessary to know explicitly the year of production of the…
5
votes
3 answers

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

********************************best way i found:************************************** ***************************that's workd successfully*********************************** *****************************just copy below…
Shahriyar Aghajani
  • 407
  • 1
  • 3
  • 21
5
votes
1 answer

Android: Advertising ID vs. unique Android ID

Google is replacing the unique Android ID (similar to Apple’s old UDID) with a new Advertising ID. Users will be able to reset the Advertising ID. “Beginning August 1st 2014, all updates and new apps uploaded to the Play Store must use the…
Oli
  • 1,335
  • 3
  • 29
  • 44
5
votes
1 answer

get IMEI on iPhone with CoreTelephony?

I have tried the accepted answer of How to get IMEI on iPhone? but I got an empty string. I saw somebody suggested to use CoreTelephony framework, but I am not sure how to use it to obtain the IMEI. Any suggestion on how to use this private API?
user2249510
  • 53
  • 1
  • 4
5
votes
1 answer

How to get IMEI for J2ME supported all devices?

Possible Duplicate: how to dynamically get mobile IMEI number in J2me? is there any way to get IMEI for J2ME supported all devices??i did some googling and find out the below solution but it is for device specific.…
Nirav Bhandari
  • 4,200
  • 5
  • 29
  • 58
4
votes
3 answers

IMEI for Android Tablets?

is Android Tablets (like Xoom) have IMEI number since they dont have telephony service? is having 3G/4G vs WiFi only tablets will effect the existence of the IMEI number ?
Jimmy
  • 9,379
  • 17
  • 60
  • 114
4
votes
2 answers

How do I get information about a phone's IMEI in Android 10?

Before Android 10, I was using the TelephonyManager API to retrieve that info, but it's no longer working in Android 10.
Ajay Chauhan
  • 1,091
  • 2
  • 12
  • 33
4
votes
3 answers

No IMEI for Android Developers in Android 10

As Android is serious about security and trying to make new android versions more secure, its becoming tough for developers to keep up-to date with new security features and find old methods alternatives to make their app compatible with old…
Zaeem Sattar
  • 848
  • 2
  • 10
  • 27
4
votes
0 answers

Android Q Beta 4 get IMEI and IMSI

I just noticed something interesting happen in Android Q Beta 4 that was not happening in Android Q Beta 3 According to the documentation getIMEI() - https://developer.android.com/reference/android/telephony/TelephonyManager.html#getImei() Returns…
duffyduck
  • 91
  • 5
4
votes
7 answers

IMEI validation function

Does anybody know a PHP function for IMEI validation?
Vladimir Gatev
  • 229
  • 1
  • 3
  • 16
4
votes
3 answers

How to get device's IMEI/ESN number with code programming But in android > 6

My Android version is Marshmallow 6.0 How to Find / Get imei number in android > 6 programmatically. Note : I added READ_PHONE_STATE permission inside AndroidManifest.xml file.
1
2
3
17 18