Skip to main content
Level 1.5: Cupcake
January 13, 2026
Question

IMEI2 becomes the default IMEI with an eSIM.

  • January 13, 2026
  • 3 replies
  • 25 views

Hello,

On our Ivanti Neurons MDM, we use this API to retrieve IMEIs:

getImei() in TelephonyManager is equivalent to:
getImei(getDefaultSim());
So when the only sim is inserted in the second slot:
getImei() is the same as getImei(1) causing duplication in the report.

Ref:
https://android.googlesource.com/platform/frameworks/base/+/b6587ea/telephony/java/android/telephony/TelephonyManager.java#843

 

The API used to retrieve IMEIs seems to target getImei(getDefaultSim()), which causes problems with eSIMs that use IMEI2.
It therefore retrieves IMEI2 as the default IMEI, which can cause problems with registration consoles such as ZTE, where only IMEI1 is entered.


Is there a way to correct this to avoid IMEI swapping?

 

Regards.

3 replies

Level 4.4: KitKat
January 14, 2026

Maybe this is default behavior by Android (and in my opinion an issue) as we see the same when the device has an IMEI, it's not recognized as an eSIM by the MDM but as a normal SIM with the IMEI2.

 

For me it looks like an Android internal issue.

Level 4.4: KitKat
January 14, 2026

Need to correct my first paragraph:

Maybe this is default behavior by Android (and in my opinion an issue) as we see the same when the device has an eSIM, it's not recognized as an eSIM by the MDM but as a normal SIM with the IMEI2.

Level 4.0: Ice cream sandwich
January 15, 2026

I believe you are correct. From a device perspective, eSIM is considered second sim when you have physical sim tray as well. 

Rafa
Community Manager
January 14, 2026

Hi @kEvaR, I’ve shared your question with our internal team for guidance. Please note that it may take a few days to hear back. 

kEvaRAuthor
Level 1.5: Cupcake
February 23, 2026

Hello, do you have any updates on this?

Emilie_B
Community Manager
February 23, 2026

Hello @kEvaR - I hope you're well.

 

Unfortunately, I haven't heard back from the team yet - I'll chase this with them now :)