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

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

  •  25-05-2021
  •  | 
  •  

Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top