IMEI Simulation

IMEI simulation is one of the new features supported by Nokia SDK for Java. Press *#06# to view the IMEI number of the emulator. Each instance of an emulator is provided with a unique IMEI number. There will be two IMEI numbers for dual SIM phones. The first IMEI number corresponds to SIM1 and second IMEI number corresponds to SIM2. Last four digits of the IMEI number is the emulator instance number. For SIM1 last four digits of IMEI will be instance number of SIM1 and for SIM2 last four digits of IMEI will be instance number of SIM2.

APIs description:

API: System.getProperty("com.nokia.mid.imei")

Return type: The IMEI number of the SIM.

Note: In case of dual SIM the IMEI number only of SIM1 is returned.

Figure: IMEI numbers