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

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

  •  25-05-2021
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top