|
Posted by Gernot Schrumpf on June 3, 2005, 2:48 pm
Please log in for more thread options
"Deepak Sharma" wrote:
> Hi,
>
> I have developed code to programatically extract the IMEI number.This
> code
> uses TAPI and exTAPI functionality.But the LINEERR_OPERATIONUNAVAIL is
> reported when the lineGetGeneralInfo(..) function is called.
I think it's a privileged function, so you need to sign your application
with a privileged certificate. If you work with eVC there are two
different certificates, one unprivileged and a privileged one
(Smartphone Privileged Development Code-Signing for <your name>). Try to
sign your app with the later one. Unfortunatelly you can't use this
certificate for deployment.
Regards,
Gernot
|