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.

283 questions
0
votes
1 answer

Something unique on android you can't change

I'm doing an application, for the trial version I have to recognize phone from something like IMEI or MAC address, but if you are good you can spoof them, so is there something on Android that doesn't change at all? Thank you
user4713772
0
votes
1 answer

Android ID, IMEI and MAC tracking from Analytics SDK

We are releasing our Android app in Google and Non Google play store. Does Firebase analytics supports tracking of Android ID, IMEI and MAC? If we use analytics SDK, which support both Google Advertising identifier and also Android ID alongwith…
0
votes
1 answer

getDeviceId() is returning a hexadecimal... why?

I've built an app for the UK only which uses the device ID to uniquely identify the device. The app is only being added to specific handsets (not via the market) so the control of who has the app is quite high. We're now getting the data back from…
Paul
  • 1
  • 1
  • 1
0
votes
1 answer

Is it possible to get device phone number by imei number in android

I like to know its possible by enter IMEI number can my app detect users current device phone number.
0
votes
1 answer

How to get IMEI number with Kivy

I am new to python and kivy. I want to get the IMEI and phone numbers from an Android device. I tried the code from kivy/plyer/issues/107 but I get Device_id not the IMEI number.
Barry Vasyah
  • 1
  • 1
  • 3
0
votes
1 answer

How to get IMEI number from iPhone programmatically?

Possible Duplicate: How to get IMEI on iPhone? I can get the UDID number but I want to get IMEI number...Is the apple dont allow to trace? If so where i can find the document of apple?
Dinesh Kumar
  • 73
  • 1
  • 3
  • 13
0
votes
1 answer

Android/Java- How to Check IMEI of Mobile is Genuine or Not?

Is there any API to check IMEI of Mobile is Genuine or Not and provides information like manufacturer, model type etc?
Shikha
  • 19
  • 4
0
votes
1 answer

Cambridge Scientific - Tablet - IMEI clash

I'm after some help - I've noticed that some Cambridge Scientific StarPADs have an IMEI clash when we check for Unique…
0
votes
3 answers

Android imei number - how to pick it?

developed an app using a mobile phone used this code to pick imei number Utill.class static TelephonyManager telephonyManager; public static String getDeviceID(){ telephonyManager=(TelephonyManager)…
Sisara Ranasinghe
  • 131
  • 1
  • 2
  • 11
0
votes
1 answer

Is there a list of test IMEI numbers somewhere?

When integrating with a credit card processor (such as Stripe, Auth.net, etc...), there is usually a list of valid and invalid test credit card numbers that a developer can use while building a system to ensure it works before going live. Is there a…
Chris Traynor
  • 460
  • 1
  • 5
  • 14
0
votes
3 answers

How to read two IMEI, from Cell phone Dual SIM? (In Android Studio)

I used this line in Android Studio to get IMEI number, "android.telephony.TelephonyManager.getDeviceId()" and I can see the first IMEI, but I need see the second IMEI. Update: I checked this link Android : Check whether the phone is dual SIM but I…
Diego
  • 1
  • 1
  • 4
0
votes
1 answer

Uniquely identify programatically a device on iOS 7 and later

In my Android app I am identifying a device and a SIM card reading the IMEI and IMSI respectively. How can I do it programmatically on iOS 7 and later? I see that the UUID identifies the app + device, and it changes every time you reinstall it, so…
user411103
0
votes
1 answer

Batch parse command output

I have the following command and output: d:\adb>adb shell service call iphonesubinfo 1 Result: Parcel( 0x00000000: 00000000 0000000f 00350033 00380039 '........8.5.9.8.' 0x00000010: 00320037 00360030 00350032 00310034 '7.2.0.1.2.4.4.1.' …
Gurman Eduard
  • 73
  • 1
  • 1
  • 8
0
votes
1 answer

How to receive imei from gps tracker

I found out many kind of gps trackers use $gprmc method of NMEA standard to send information to server but I don't know how they send IMEI (or id) to server yet.(there isn't IMEI parameter in NMEA) Could you please help me about that?
0
votes
1 answer

Get IMSI and IMEI in Windows Phone 8.1

I know that it is not possible to get the IMSI and IMEI on Windows Phone 7 and Windows Phone 8, however, given the major updated with the Windows Phone 8.1, am I now able to retrieve my device IMSI and IMEI number?
Schrödinger's Box
  • 3,218
  • 1
  • 30
  • 51