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

Find IMEI / ESN of attached device programmatically

I need to get IMEI/ESN of a mobile device when it is connected with the computer system using USB. What can I do? I came across JTAPI, but I am still not sure if there is an implementation good enough for my task. PS: I of course need to do it…
Aman Gautam
  • 3,549
  • 2
  • 21
  • 25
0
votes
1 answer

How to get IMEI number programmatically in iphone?

Possible Duplicate: How to get IMEI on iPhone? How to get imei number from iPhone programmatically?
Susanthi
  • 33
  • 1
  • 5
0
votes
2 answers

blackberry detect imei no. when any link is clicked

How can I get the IMEI number when user clicks on a link form his/her blackberry? Maybe I can pass data to a php. Can somebody throw some light on how can I achieve this? Thanks you in advance.
nikita sharma
  • 169
  • 1
  • 8
0
votes
2 answers

IMEI in HTML website

How can I know the IMEI of the mobile, via an HTML site Without using PhoneGap?
Hodaya Shalom
  • 4,327
  • 12
  • 57
  • 111
0
votes
2 answers

IMEI alternate in iPhone

I am developing an app for iPhone in which device is registered with the backend. For Android version, I was fetching the IMEI from the device and authenticating it with the IMEI stored at back end. But, Apple does not permit fetching IMEI from…
onkar
  • 109
  • 1
  • 2
  • 11
0
votes
1 answer

What kind of Android devices have report IMEI?

Does anyone know what kinds of Android devices report no IMEI? Is there a way to programmatically target them? For example, do they tend to be tablets running 3.x?
boo-urns
  • 10,136
  • 26
  • 71
  • 107
0
votes
1 answer

Visual Basic IPhone IMEI CHECK?

hi there i need a source code for imei check from apple direct host : https://selfsolve.apple.com/warrantyChecker.do?sn=IMEI Imports System.Net Public Class Form1 'get the value Private WithEvents webclient As New webclient Public…
user1474375
  • 1
  • 1
  • 1
0
votes
3 answers

To Encrypt the IMEI number

I have got the code to find the IMEI number of the device, But now I want to Encrypt that format, How can I encrypt that ?
user1196969
  • 335
  • 2
  • 5
  • 14
0
votes
3 answers

how to dynamically get mobile IMEI number in J2me?

I has developed one j2me mobile application. Now client side want to see the mobile IMEI number. So I don't know how to get it, I have tried this line System.getProperty("com.nokia.IMEI"); but it will come null only.
cheliyan
  • 1,679
  • 3
  • 16
  • 22
0
votes
2 answers

How to know that the device is galaxy note (or any other specific handset model)

I am creating an app that uses SPen sdk . the sdk is only Galaxy Note compatible . I want to know at runtime if the phone my app is running on is Galaxy Note , if so I want to make use of SPen SDK classes , else i want to use Simple Canvas . Is…
Rahul Verma
  • 2,140
  • 3
  • 21
  • 31
-1
votes
1 answer

How to get imei and serial number in iphone programmatically?

Possible Duplicate: How to get IMEI on iPhone? How to get imei number and serial number programmatically on iPhone?
-1
votes
1 answer

Changing IMEI and Phone Model using Xamarin.Android 2019

I'm using Xamarin in VS2019 and managed to read DeviceId/IMEI but what I want now is to be able to change phone model and IMEI using Xamarin in VS2019 ?
-1
votes
1 answer

How to get IMEI number in android 10? Any alternative for uniquely identifying device?

I need to access IMEI number of android phones using ionic to uniquely identify devices. It is working for android version 9 and lower but not working for android 10. Is there any way to access IMEI number for Android 10 or is there any alternative…
-1
votes
1 answer

how to develop android application that only run on one device at a time

Developing Android application that run only on one device at a time. User cannot use the application on multiple device not even use parallelspace. What are my options? Should I use IMEI or not?
geons
  • 43
  • 7
-1
votes
2 answers

How to identify android device uniquely as some way is depreciated recently

How can I identify a device uniquely? I have gone through some links and ans here but confused as most of the answer were written a long time ago and depreciated. what is the best way currently recommended by google?
Robin Halder
  • 253
  • 2
  • 14