IMEI on 6600 please!!!

Login to reply to this topic.
Mon, 2005-05-09 07:27
Joined: 2004-11-20
Forum posts: 67
Hi,
How can I get IMEI on my 6600?
It is Symbian Ver7,
Which API is needed?

Please help me ASAP,

Mon, 2005-05-09 08:35
Joined: 2004-07-28
Forum posts: 1379
IMEI on 6600 please!!!
Please read the forum/tutorials first, because this question is asked a lot.

On the 6600, this should work:

#include <plpvariant.h>

TPlpVariantMachineId imei;
PlpVariant::GetMachineIdL(imei);

didster

Mon, 2005-05-09 09:14
Joined: 2004-11-20
Forum posts: 67
IMEI on 6600 please!!!
dear didster
I thought plpvariant.h only worked on UIQ series,
I couldn't find the lib file for plpvariant.h,
can u say its name  to me?

thanks
Mon, 2005-05-09 09:17
Joined: 2004-07-28
Forum posts: 1379
IMEI on 6600 please!!!
Nope, it should work on S60 also (actually, it does, I have used it before).

In the S60 1.2 and 2.0 SDKs, you get plpvariant.lib and plpvariant.dll.

Link against plpvariant.lib

didster

  • Login to reply to this topic.