How to get IMSI in 3rd edition

Login to reply to this topic.
Wed, 2008-03-12 15:08
Joined: 2008-03-11
Forum posts: 44

Hi All,
I have the following code to get IMSI in 2ed edition:

RTelServer iServer;
RMobilePhone iPhone;
HBufC *iIMSI;
User::LeaveIfError(iServer.Connect());
User::LeaveIfError(iServer.GetPhoneInfo(0, info));
User::LeaveIfError(iPhone.Open(iServer, info.iName));
iPhone.GetSubscriberId(iStatus, iImsi);

But I need in 3rd edition......Please help me.

Thanks in advance.
SatishKhatri


Wed, 2008-03-12 15:32
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How to get IMSI in 3rd edition

Here you will find the needed help and code :

http://wiki.forum.nokia.com/index.php/Reading_IMSI_in_3rd_Edition

  • Login to reply to this topic.