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
-1
votes
1 answer

Get the IMEI and Serial Number of Connected [Android] Phone

i am developing a WinForm C# Application that needs to read the IMEI and Serial Number of a Connected [Android] Phone. is it possible to do this ? i found an existing application that Gets the IMEI and Serial Number of a phone but it is for iPhones…
TheQuestioner
  • 702
  • 10
  • 28
-1
votes
1 answer

Android Device Administration API - factory reset, IMEI tracking

I am developing a security application just have the following questions, couldnt find correct answers. its a device administration API application which is used for locking stolen phone, erase data, track location. When happens to the app if the…
-1
votes
3 answers

Unrooted smartphone with changed IMEI on android

I'm developing an android project to control users access. I use IMEI number like user-login, because I need users can use only one device to access, but I'm worried about IMEI cloning. I'd want to implement a booted phone control to be sure IMEI is…
Baloth89
  • 11
  • 1
-1
votes
2 answers

Show IMEI in textviwe programmatically

I want a code to get IMEI and show in textviwe This is my code: public class Main extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); …
saber
  • 99
  • 1
  • 7
-1
votes
1 answer

How to check the numbers of SIM in android device

I am creating a application in which i have to send the IMEI (International Mobile Equipment Identity) number to the server, IMEI is a unique 15-digit serial number. This is to register the device on the server that unique number on the server and…
Maveňツ
  • 1
  • 12
  • 50
  • 89
-1
votes
1 answer

How can we retrieve mobile phone number & IMEI details using IBM Worklight?

Are there API's available in Worklight so that we can retrieve mobile phone number & IMEI details using IBM Worklight ??
Vinny
  • 1
  • 1
-1
votes
1 answer

How to get IMEI number using Phonegap in iPhone?

I have to retrieve the IMEI number in iPhone using Phonegap and i don't know how to do that. Does apple supports retrieving of device IMEI number programmatically or Is there any plugin available to do that? Please help me. Thanks in advance.
Amol Prakash
  • 247
  • 1
  • 3
  • 15
-1
votes
2 answers

Android : Is there any way to get IMEI of device using browser or browser app

I want to get IMEI no. for Android mobiles using browser or browser app. Can anyone suggest me for this ... plz.. Thanks in advance.
Arina
  • 11
  • 2
  • 5
-1
votes
1 answer

How to obtain iPhone info (specifically SIM lock status) from IMEI?

I mean I want to obtain some information (particularly SIM lock status) about an iPhone from its IMEI number (or serial number). In other words, I want to reproduce a very basic functionality of any of these sites: http://emag.radiom.ru/,…
Oleg Trakhman
  • 2,082
  • 1
  • 17
  • 35
-1
votes
1 answer

Could it calculate from MEID to IMEI

I have a MEID number of smartphone, I need to get IMEI numbers corresponding MEID using any formula or algorithms. Is it possible? If it is possible, Please let me know about right way.
tizo
  • 11
  • 1
-2
votes
1 answer

How to find mobile location using IMEI number?

I want to get the mobile location for old mobiles (like the Nokia 3310, etc.) which do not support Java/Android applications. I am thinking of using the IMEI number. Is there any PHP/Android/Java API that takes IMEI numbers and returns a mobile…
user1041147
  • 15
  • 1
  • 2
  • 2
-2
votes
2 answers

iOS/Android: Legal way to get unique device identifier

We are working on Child Anti-Abusing App on behalf of the Slovak Republic. Currently we have an Android and iOS app available to the public thats successful in providing help and support. But we need to be more helpful for law enforcement and…
Tomas Ivan
  • 2,212
  • 2
  • 21
  • 34
-2
votes
1 answer

How do i get IPhone IMEI?

How do i get IPhone IMEI? UIDevice *myDevice = [UIDevice currentDevice]; NSString *identifier = myDevice.uniqueIdentifier; This is the code i tried but isn't working.
-2
votes
1 answer

How to get IMEI number programatically in swift iOS?

I am making an iOS enterprise app which need iPhone/iPad IMEI, serial number and UUID programatically in Swift but I am not getting any way to find it out. Apple doesn't allow us to get IMEI number directly but please let me know if any third party…
Viral Mithani
  • 313
  • 4
  • 17
-2
votes
1 answer

Network Locking/Unlocking via IMEI

Hie There Everyone !!! So this question is about cellphone companies and 3rd party companies being able to lock/unlock a cellphone to/from a particular network. My question is how do they do it especially/given that the mobile handset is located in…
1 2 3
18
19