Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
26 views

Set certain IMEI in simcard [closed]

Hi out operators to service mobile need registry, I want to set certain IMEI ( that was registered) in simcard. So when it get IMEI get the certain IMEI, not my phone IMEI. For this I use ttl cp2102 ...
Ali Bayat's user avatar
0 votes
0 answers
121 views

IMEI check shows different phone model

I have a Google Pixel 5 and wanted to check compatibility with a (US) carrier by my IMEI. The website said that my IMEI is not compatible but that the Pixel 5 is. I wondered, checked my IMEI on https:/...
LeWaldm's user avatar
0 votes
2 answers
2k views

Getting IMEI with adb command from device on Android 14

I'm using command: adb shell "service call iphonesubinfo 1 s16 com.android.shell | cut -c 52-66 | tr -d '.[:space:]'" It was working fine on Android 13, but now it gives partly broken IMEI, ...
Fedor Potapenko's user avatar
0 votes
0 answers
42 views

Stingray being used on device remotely, my screen shows activity without my input I want to alert device when this is happening

I want to know when my phone is being used remotely by a stingray looking around in device I see it on screen when looking but when it's sitting idle and I'm not looking and phone is black screen but ...
Green screen OG phone guy's user avatar
1 vote
0 answers
123 views

Retrieving IMEI number in React Native

I am working on a React Native application and need to retrieve the IMEI number of the device for a specific use case. Is there a recommended and secure way to obtain the IMEI number in React Native?...
sultan raja's user avatar
1 vote
1 answer
1k views

Is there an android adb shell command that I could get the IMEI2 & EID?

I've a Android Pixel 7 Pro and I can view the IMEI1, IMEI2, EID via the phone dialer *#06# From other stackoverflow post that I can see there's a adb shell script to capture the IMEI1 from Android ...
Yite Lu's user avatar
  • 91
0 votes
1 answer
113 views

Load data into Oracle using Python from imeicheck.com API

I'm new to Python, and I want to get IMEI data from https://imeicheck.com/ website, using Python and load it into Oracle DB. I've 2 issues: provided API link from this website return only the ...
Arash's user avatar
  • 29
1 vote
1 answer
971 views

how to retrieve unique identifiers from android 11 r (API 30) device? [duplicate]

I want to get unique identifiers like Android Device ID, IMEI, or MAC address from an Android phone with Android version 11 using Java. Can someone help? I need just either one unique identifier. This ...
matchaLover's user avatar
1 vote
0 answers
1k views

SPLIT_BUNDLE 2: Policy Declaration - Data Safety Section: Personal Info Data Type - Email Address | any solution for this ? received on 25 Feb 2023

We detected user data transmitted off device that you have not disclosed in your app’s Data safety form as user data collected. You must ensure that your app’s Data safety section accurately reflects ...
Sidharth's user avatar
1 vote
2 answers
1k views

Android Device ID change while device factory reset

I need a Unique ID or Number all time, If device formate or flash.
Gprakash's user avatar
4 votes
2 answers
3k views

How to get IMEI using adb command on Android 13?

There is a question about Getting IMEI number using ADB commands Android 12. adb root adb shell "service call iphonesubinfo 1 i64 0 | cut -c 52-66 | tr -d '.[:space:]'" I tested the method, ...
James Feng's user avatar
0 votes
1 answer
128 views

How to know the Android version remotely

In our case, we have a lot of android POS devices deployed on ground already that we don't know every device's current android version but we have their IMEI serials and android IDs. Is there any ...
Amgd Wafik's user avatar
0 votes
0 answers
354 views

Security exception while fetching android device IMEI number

I need to access the IMEI number of android device. I'm not going to publish this android app on playstore. It's for personal use in the organization. Is there any workaround to fetch the IMEI number? ...
Apurva Jariwala's user avatar
0 votes
0 answers
428 views

How to can I make the app not read device id?

How can I make my android app not see my phone device id, IMEI, and other information. How can I hide it from the app? Without rooting the phone
Keban's user avatar
  • 1
0 votes
1 answer
140 views

Getting different imeis using the imei_plugin package

I use the imei plugin package to get the phone's imei, but it gives me a new code every time. Why does this happen? code: imei = await ImeiPlugin.getImei(); List<String> multiImei = await ...
Ali Rahmani's user avatar
0 votes
1 answer
816 views

Unable to use USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER permission signed Android app

for my use cases I needed to extract non-resettable hardware information like IMEI, MAC from android devices. As per the android docs for getting IMEI https://developer.android.com/reference/android/...
Akhil Surapuram's user avatar
0 votes
1 answer
1k views

How to access the IMEI in react-native

I searched alot and tried some ways but none of them worked. this, this, ... I want to get IMEI in react-native , so I installed this package and call it as below: import IMEI react-native-imei IMEI....
Ghasem Khalili's user avatar
2 votes
2 answers
1k views

How can we validate IMEI Number after Android version 10?

I need to validate IMEI number, is their any mechanism for validating the input IMEI? Can we get status of validation in true or false ?
sarjeet singh's user avatar
0 votes
0 answers
228 views

IMEI/ ESN in Android Kotlin

As I know the Latest Versions Of android stops apps from Accessing IMEI/ESN numbers even with permission. To what I read its Possible only for Pre-loaded apps , or if the app has carrier privileges [...
Fawwaz Ali's user avatar
0 votes
0 answers
1k views

Unable to fetch IMEI number of a mobile device using React-Native

I have type-script code for a mobile app. I want to fetch the IMEI code of the device when I log into the app. I have linked react-native-imei (android) library with react-native successfully, but ...
Nishanth Battula's user avatar
1 vote
1 answer
6k views

How to get a unique identifier of a phone in flutter

Please I want to get a unique id of a particular phone using flutter since android 10 and ios don't support the collection of imei
Emem Edem's user avatar
0 votes
0 answers
142 views

Ionic 4 Android 8+ How can I get device's IMEI

I'm trying to get the device IMEI I'm using Typescript and Angular. The Ionic UID plugin was working normally but on Android 8+ it's not working. Can anyone provide me with some information Thank ...
Sergeeva's user avatar
0 votes
0 answers
227 views

Could not find the declaration for module('react-native-imei')

I am trying to make a project that can give me the IMEI number of my Mobile, using this package https://github.com/SimenCodes/react-native-imei, the problem is in my code there is a statement as, ...
MOHAMMAD SIDDIQUE's user avatar
0 votes
2 answers
12k views

Get IMEI number in React Native

I need IMEI for validation in a React Native app. Using reactive-native-imei package, here is the link to that package: (https://github.com/SimenCodes/react-native-imei). during my code I am getting ...
MOHAMMAD SIDDIQUE's user avatar
0 votes
2 answers
311 views

adb cannot accurately read IMEI 1 and 2

there are two OPPO phones, using adb cannot accurately read IMEI 1 and 2, but only MEID. How can I read IMEI? Android version 11 Model PEAM00 and PEMM20 Tried the following command, but it doesn't ...
z.eric's user avatar
  • 1
-2 votes
2 answers
950 views

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 ...
Tomas Ivan's user avatar
  • 2,320
0 votes
1 answer
173 views

Modify an Android app to only work for a specific device

is there an easy way (other than doing code stuff), an android app that could modify an android app to only work for a specific device? I've been working on modding a specific app that took me a long ...
Lynxian -'s user avatar
0 votes
0 answers
448 views

How iOS app get IMEI and other device's information from MDM server?

Our team already create a MDM server, and get the device's information after it register to MDM server. But now the problem is: how can I get the device's information (like IMEI) back to our ...
Inyouchange's user avatar
1 vote
2 answers
6k views

getImeiForSlot: The user 10170 does not meet the requirements to access device identifiers

I have android 10 I want to get IMEI below is my manifest settings <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <uses-permission android:name="...
lewis machilika's user avatar
0 votes
3 answers
80 views

How to make an option to IMEI in CN1?

I am clear that in ANDROID there are restrictions to obtain the IMEI, but I need to guarantee that the project I have is installed only on allowed cell phones. For this I think that a unique code is ...
Rubén Villarreal's user avatar
1 vote
1 answer
2k views

How to read the Android Device IMEI on a SOTI managed device?

We are using Soti Mobicontrol Managed Android devices in production and since the IMEI access has been restricted after Android 10 I was wondering if Soti agent which has access to the Android ...
Mohsen Mirhoseini's user avatar
-2 votes
1 answer
211 views

How do i get IPhone IMEI? [closed]

How do i get IPhone IMEI? UIDevice *myDevice = [UIDevice currentDevice]; NSString *identifier = myDevice.uniqueIdentifier; This is the code i tried but isn't working.
The Buster's user avatar
0 votes
0 answers
331 views

Retrieve IMEI number of device from own android app

I tried with TelephonyManager giving access for required permissions "android.permission.READ_PHONE_STATE" but still not able to retrieve it. Is there no way we can do so? CUrrently ...
singhV's user avatar
  • 157
0 votes
1 answer
251 views

Do I need to make my android app a profile owner app, or have special carrier permissions to use IMEI number. What do I require to achieve it ??

According to docs: P.S. I know it is a bad practice, but that's my client's requirement. My client app requires IMEI number as parameter in an API call, to identify Vehicle owner in an android app. ...
Sweta Jain's user avatar
  • 4,214
0 votes
1 answer
305 views

Restriction on getting IMEI number with 10+ version on android device, any other unique number available?

In the latest version 10 and above in an android device developers cannot access the IMEI number, not even they can use this permission:- android.permission.READ_PRIVILEGED_PHONE_STATE then is there ...
Twisha Kotecha's user avatar
0 votes
1 answer
2k views

ADB cmd to get IMEI 2 is not working in android 11

I used to get both IMEIs of the dual sim device via adb using the following cmd and it was working fine. To get IMEI 1: adb shell service call iphonesubinfo 3 | awk -F "'" '{print $2}' | sed ...
Martin's user avatar
  • 1
0 votes
0 answers
254 views

Get system permissions in Kotlin to get IMEI

I am working on an old project who used to get IMEI through getDeviceId(), but now I am trying to update this app, but still gets an issue about permissions, this is the code: fun getImeiPreAndroid6(...
Feber Castellon's user avatar
0 votes
0 answers
183 views

How to Get IMEI or Serial Number for Android 10+ [duplicate]

As we need to fetch IMEI or Serial No for all Android specially of 10+ but same was restricted for google due to policy issue. As our application need IMEI number to share with operator to block ...
Himanshu Sharma's user avatar
1 vote
1 answer
636 views

Access getDeviceID() for a Device Owner App Android 10?

I have many phones I need to register in a database with IMEI barcodes and install a company app on it to connect and track them. For this purpose I need to access the IMEI with getDeviceID(). Since ...
odgatelmand's user avatar
0 votes
2 answers
698 views

How to make my code more efficient (IMEI validator in python)

is it possible for someone to rate the efficiency of this code? It's supposed to imitate an IMEI validator for phone numbers just as a fun project. If you don't know what that uits supposed to ...
Egor Punanov's user avatar
0 votes
2 answers
898 views

Display error when receiving IMEI in android studio

I have an Android application. But when I try to use IMEI, it shows an error message this error : The user 10379 does not meet the requirements to access device identifiers. TelephonyManager ...
Mohammad Amin Najafi's user avatar
0 votes
1 answer
535 views

Get Android Device IMEI not Using READ_PHONE_STATE

I need to get an Android device's IMEI for authentication purposes. I'm aware that this is bad practice; we are currently working on a replacement system. For now, this is what I need (if it's even ...
brocky34's user avatar
  • 178
-1 votes
1 answer
241 views

Changing IMEI and Phone Model using Xamarin.Android 2019 [closed]

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 ?
Muhammad Ziada's user avatar
1 vote
0 answers
760 views

get IMEI number from Device in angular - 8 [duplicate]

I am new to angular-8 currently i m working on one application in angular-8 there i need (IMEI) number of the perticular device (not in the native app i need in PWA(Progressive WebApp) i will ...
Hasansab Takked's user avatar
0 votes
1 answer
1k views

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

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 ...
Shubham Tiwari's user avatar
0 votes
1 answer
1k views

Getting IMEI number without runtime permission

Is there a way I can get IMEI(GSM)/MEID(CDMA) without implementing run time permission? I have included the following permission in Android, however for some devices I get the IMEI number and for ...
Aashish's user avatar
  • 81
2 votes
1 answer
1k views

Extracting IMEI from phone on Android 10 via Knox SDK

Since Android 10 (API 29), there are no more possibilities to extract IMEI from the phone programmatically by Android API. Is there any way via Samsung Knox SDK API to extract phone IMEI for Android ...
KarmaObserver's user avatar
0 votes
1 answer
911 views

Get IMEI from Android using browser like iOS

In iOS is possible to obtain IMEI using Safari after install a profile in device.E.g: https://get.udid.io Is it possible to get UDID from iPhone safari browser? get iphone ID in web app From ...
pablogupi's user avatar
  • 774
1 vote
1 answer
5k views

How to access IMEI number on Android 10?

Google has restricted the old way to get IMEI number on Android devices starting from Android 10, but my app has always relied on it to validate users and make sure they are unique without bothering ...
رامي قباني's user avatar
0 votes
0 answers
857 views

how to get IMEI number from device using c code android

I need to get IMEI number using c code into android. I tried using command but didn't get success. Does anybody know how to get IMEI number using native code? I tried this command adb shell ...
Priyanka's user avatar
  • 3,659

1
2 3 4 5 6