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
::
Communications
::
Messaging
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
lvsti
104
Amitkhare
92
RB_Sahu
91
er.khalid
85
rbrunner
62
more
Feeds
More feeds...
Sms and sim storage
Login
to reply to this topic.
Thu, 2007-05-17 15:12
guda
Joined: 2005-03-30
Forum posts: 206
hi,
how can i read sms messages that are stored in SIM?
is it possible to use a CMSvEntrySelection to get all messages from SIM?
Thanks
guda
Login
or
register
to post in forums
Mon, 2007-06-18 07:40
vinay
Joined: 2004-09-06
Forum posts: 235
Re: Sms and sim storage
Nope, CMSvEntrySelection cannot be used to read SMSes stored on SIM.
I am not sure whether you can access SIM content directly.
See if the following APIs are of any use,
CSmsClientMtm::InvokeAsyncFunctionL
CSmsClientMtm::ReadSimParamsL
CSmsClientMtm::WriteSimParamsL
I have never tried them myself though.
-Vink
 
Login
to reply to this topic.
Forum posts: 235
I am not sure whether you can access SIM content directly.
See if the following APIs are of any use,
CSmsClientMtm::InvokeAsyncFunctionL
CSmsClientMtm::ReadSimParamsL
CSmsClientMtm::WriteSimParamsL
I have never tried them myself though.
-Vink