I would like to read the IMEI with System.opx - how does it works on 9300 or 9500 ?
System.opx - reading EMEI ?
Sorry for the late reply, missed this topic 😊
Currently it's not possible to read the IMEI with System.opx on the 9300/9500 since the library that gave access to the telephony functions is not available anymore on this system.
I'm currently working on this and will let you know when a new System.opx with this functionality for 9300/9500 will be released.
Hi Arjen,
> the library that gave access to the telephony functions is not available
> anymore on this system.
What does it mean "on this system" ???
On this board or on the 9500/9300 ???
If on this board: Was there once an OPL-library available which
can do telephony functions ? Maybe a chance to get access to the
9500�s camera too ?
Regards,
Luzie
On this system is 9300/9500. Nokia dropped some telephony API's in the 9500 SDK, which breaks the IMEI reading functionality from System.opx. Instead there's a new telephony API for the 9300/9500 and System.opx has been updated to work with this API. A new OPL release for the 9500 is expected in a couple of weeks (this includes the fixed System.opx).
As for camera support, I haven't seen any API for this (it's not in the standard 3rd party telephony API), but if this is possible from C++ it needs a dedicated OPX. I'll look into it.
Thanks Arjen, that's very good news!