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
-2
votes
2 answers

App with no login and saving info against IMEI

I don't have any login for my app. I want to use a unique identifier to store user details. I cannot use FCM ID or unique Identifier/GUID bcs once user will clear the cache or reinstall the app I will get a different FCM ID or unique…
geons
  • 43
  • 7
-2
votes
1 answer

My app is crashing when i try to retrieve imie number...here is my code

Android Manifest MainActivity.java import android.content.Context; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import…
Ajitesh Singh
  • 401
  • 2
  • 5
  • 14
-2
votes
1 answer

Get IMEI of a mobile device and send it via POST to a php file

I have found lots of responses about it but all of them are written with deprecated functions or don't work in my case. I need to get the IMEI number (unic ID of a device) of the mobile device where my app will be installed, and then to send that…
-2
votes
1 answer

Getting iPhone Data

I own a wholesale distribution business focusing on iPhones. I am also an apple developer. I want to create a database that stores all device information by simply installing the app. I understand that this would completely be rejected if I were to…
-2
votes
2 answers

Unique Identifier for Android Device

I am looking for unique identifier for Android device. Which will be the best phone ID for that. IMEI creates problem in case of dual sim. I am registering it with first IMEI id, but when sim is changed to second slot it is returning second IMEI…
-2
votes
1 answer

Track android phone with IMEI number of mobile

In my app I want to get the location of a mobile using it's IMEI number.I need guidance please...
Zaid Iqbal
  • 123
  • 1
  • 5
  • 12
-3
votes
2 answers

from imei number how to find latitude and longitude in android 4.0.3?

In android 4.0.3 i find phone's imei number.But using that number im not able to find latitude longitude..plzz suggest me.
Hardi Shah
  • 29
  • 2
  • 7
-3
votes
2 answers

need advice for android application security

I am building android application that give each user a free points every month, we are Identifying the user using two parameters (user phone number and device IMEI) the problem now some users are able to root their devices and use z3x box to…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
-3
votes
1 answer

Collecting data from 3G modem

How can I extract data from 3G modem in JAVA using eclipse Luna? The data I want to extract is: The SIM card information - IMSI The information in the data key IMEI Manufacturer Network information: Minimal Signal Level, average and…
Rika
  • 1
  • 1
-4
votes
1 answer

How to get a website connected device IMEI or MAC Address using PHP

I want to build a system where once user login, i get his connected device IMEI to store with login credentials. So how to get that connected device IMEI to restrict user for that 1 device in future logins. I am Using Core PHP
Aleem Zada
  • 23
  • 1
  • 6
-5
votes
1 answer

Alternate to IMEI

I am going to imei the one who has logged into my application. And I'll give it a special code for security. It just has to be that code and IMEI that can not enter from another phone. What I will do with iOS.They will deal with this code. But, it…
Girl_engineer
  • 145
  • 1
  • 2
  • 20
-5
votes
1 answer

IOS:Unable to get the iphone 4s and ipad 3 imei

For iphone mobile imei's code program I found online, on the iphone 3gs/4/ipad 1/2 generations can access, but, in the majority of iphone4s and ipad3 but not normal access to, and do not knowWhat are the procedures to get to it
king
  • 169
  • 1
  • 1
  • 7
-7
votes
1 answer

I am getting IMEI Number error in Android 10

I am getting IMEI & SIM Serial Number error in Android 10, Exceptions are - java.lang.SecurityException: getDeviceId: The user 10526 does not meet the requirements to access device identifiers. java.lang.SecurityException: getIccSerialNumber: The…
Mahabub Karim
  • 810
  • 11
  • 17
1 2 3
18
19