Hello All,
I want to create an application which should be able to maintain logs of daily phone usage including total number of incoming and outgoing calls and messages.
I would like to...
Type: Posts; User: ash_leo; Keyword(s):
Hello All,
I want to create an application which should be able to maintain logs of daily phone usage including total number of incoming and outgoing calls and messages.
I would like to...
Hello All,
I got no replies. I just want to know how to format the message header.
Thanks a lot a everyone for your replies.
Thanks for your reply.
And what about Nokia OS...how is it different from Symbian OS?
Thanks a lot for your reply .
I have got it clear now.
One more question ...What about the underlying OS? Does an application developed using a particular SDK run on all the devices which the...
Hello All,
Can anyone please answer my question...I hope it is clear what I want to ask.
Please reply anyone..
Waiting.
Hello,
After going through the link I have understood the following :
The SDK varies with the developer platform . Every SDK has subreleases (feature packs) which have some device coverage....
Hello ltomuta ,
Sorry for the late reply.
I cannot see the link in your signature.
Can you tell which link I need to look into....please paste it in your reply.
Hello All,
There is a class TSmsOctet. Is that the one to be used to initialise the octets to be added in the Header to specify concatenation. If yes then how are the octets added to the...
Hello All,
I had some time back posted a thread similar to this. But my problem is not solved yet. Hence I am posting this thread again.Please excuse my doing so.
I want to know...
Hello All,
I want to know that if I develop an application say for example S60 3rd edition FP2 (OS V9.2). If I need to check all the devices on which I can install and run my application ,...
Hello All,
I got the answer. one needs to add the both the fields KUidContactFieldPhoneNumber and KUidContactFieldVCardMapCELL to get the mobile icon, using...
Hello All,
I am trying to add a contact to the Contact DB. While adding the Mobile, Fax and Pager number I used KUidContactFieldPhoneNumber as the field type and...
Hello I tried using the Remainder() method. Its working.
Hello,
I tried using GetNext(). It gives me the next segment every time.
now I want to parse the new segment each time I get it.
But if I modify the text to be parsed to the new Segment and...
Hello All,
I am using the TDelimitedParserBase16 class to parse text.
The text includes multiple segments separated by a Delimiter. I want to keep parsing the text as long as there are no...
Hello All,
I tried to use the code given at the link:
http://wiki.forum.nokia.com/index.php/SMS_Operations#Retrieve_Phone_Number
to retrieve SMS content. I tried to display using a...
Hello ,
How can I get the EMsvEntriesChanged event about the same message id.
Do I need to check any of the arguments of HandleSessionEventL.
If yes which argument?
Please reply if anyone...
Thanks a lot for your reply wizard_hu_ ,
now I am calling the ReadMessage() in the EMsvEntriesChanged event.
I checked the event is generated after pasting message in my msgin folder.
But it is...
Hello All,
I want my application to retrieve the contents of each new sms entry created in the inbox folder.I got an application from the forum nokia wiki (SMS Operations) which reads all...
Hello All,
I want to create an application which can upload pictures on the internet through a mobile handset. can anyone please help me and suggest some documents or examples on the same?
Hello,
The debugging does not stop at the mentioned line....it halts.
The value of inboxStore is 'inboxStore = 0xcccccccc'
There is no error message.
Hello All,
I am trying to read an SMS and retrieve the content.
I looked at the code available at Forum Nokia Wiki-SMS Operations.
I have tried to use the following code:
void...
Thanks a lot!
After using gc.Clear() its working now
Hello All,
I have an application which contains two views.when I try to switch to the second view, a faded first view is still visible through the second view.
How can I deactivate the...