newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
rbrunner
54
eric
54
Andreas
46
sandeepmhptr
41
alh
32
more
Feeds
More feeds...
IMEI on 6600 please!!!
Login
to reply to this topic.
Mon, 2005-05-09 07:27
newlc_
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,
Login
or
register
to post in forums
Mon, 2005-05-09 08:35
didster
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
newlc_
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
didster
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.
Forum posts: 1379
On the 6600, this should work:
#include <plpvariant.h>
TPlpVariantMachineId imei;
PlpVariant::GetMachineIdL(imei);
didster
Forum posts: 67
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
Forum posts: 1379
In the S60 1.2 and 2.0 SDKs, you get plpvariant.lib and plpvariant.dll.
Link against plpvariant.lib
didster