Is it possible to remotely get IMEI for a usb connected Symbian cellphone, on Windows?

StackOverflow https://stackoverflow.com/questions/9784290

  •  25-05-2021
  •  | 
  •  

Question

If I connected a Symbian cellphone to PC via usb, is there any way to remotely and programmatically read IMEI. Nokia Ovi Suite can read it but I didn't see any public APIs.

Was it helpful?

Solution

In most simple Nokia phones you can do this by sending AT+CGSN\r\n on the serial port of the modem of the phone. However if I remember well on smartphones Nokia disabled this feature for some reason. Anyhow it worth a try. Here's a nice tutorial on how to do this: http://www.developer.nokia.com/Community/Wiki/AT_Commands

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top