Here is the new link, It has got an open source XML parser.
http://sourceforge.net/projects/iks-symbian/
If you are implementing XMPP, i suggest you to take a look at buddycloud...
Type: Posts; User: srivatsan.d; Keyword(s):
Here is the new link, It has got an open source XML parser.
http://sourceforge.net/projects/iks-symbian/
If you are implementing XMPP, i suggest you to take a look at buddycloud...
Dear All,
(Similar kind of post already discussed around 3yrs back, http://discussion.forum.nokia.com/forum/showthread.php?t=84879)
Many web sources says Nokia is planning to slow down the...
Thanks kkrish,
Unfortunately the links are broken, http://mikie.iki.fi/lxr/source/conte...apture.cpp#026
No my application is a non-UI background exe, it actually process the incoming...
Hello Experts,
I need to display a multi-line data query in an EXE. My application will be running in background and access the sto9red value in DB, but some times if DB doesn't exists / corrupts,...
Dear Experts,
Case 1 : Before installing Nokia PC suit
When we connect Nokia s60 3rd Ed devices to windows xp / vista machine in PC suit mode, windows will pop up saying "new hardware found"...
Hi All,
Any comments please.
Thanks,
Srivatsan D
Hi All,
I am using embedded sis (Audio Proxy Server) in my VOIP application.
Based on the platform the APS are installed,
Here is the code snippet,
Thanks for the replies..
After debugging it seems no problem with APS...
Problem actually occurs at socket level.
TInt rc = rSock.Bind(inetAddr);
Hi All,
I have made a VOIP application which works on S60 3rd Ed MR, FP1 & FP2 using Audio Proxy Sever for routing audio.
I have also made a similar application which uses Audio Proxy Server...
Thanks.. Its really very helpful.
Thanks,
Srivatsan D
Thanks all for the valuable information.
Thanks,
Srivatsan D
Hi All,
For S60 3rd Ed and above.
My question might be stupid, But i need to know is their any way to do it.
Is it possible to invoke an application using "Edit" key ? i mean after my...
Hi All,
For S60 3rd Ed and above.
Is it possible to display images and labels in home screen of device ? My application will run in back ground, whenever change in Wifi Signal is detected app...
Hi,
Try this to hang up a call with out getting call id...
RWsSession ws;
ws.Connect();
TRawEvent ev1;
ev1.Set(TRawEvent::EKeyDown, EStdKeyNo);
ws.SimulateRawEvent(ev1);
Sorry i taught its Nokia Sensor API. Thanks for correcting me:).
Thanks,
Srivatsan D
Thanks Mayank for valuable information,
No i never tried Sensory and DevASR till now. Let me play with these API's and try to do something.
Once again thanks for your valuable feedback.
...
Hi,
Is SpeechRecognitionUtility.h and SpeechRecognitionUtility.lib are part of S60 3rd edition SDK ? Where can i find it? i not found it in SDK plugins also.
Also is it possible to convert...
Thanks you very much Mayank...Let me check and get back if i have any queries.
Thanks,
Srivatsan D
Hi Experts,
Is it possible to encrypt the voice calls? Whenever my applications is active, all GSM calls should be encrypted(any algorithm is fine as of now) and send to other party where my...
Thanks wizard_hu_ it works...:cool:
I have used central repository (CRepository) and queried required by using Data Connection Log Counters API.
This how i did which may useful for others also,...
Thanks wizard_hu_ for the valuable information. Let me check it. To be honest i was expecting your answer as i see always their will be a reply from you for all my posts.
Thanks,
Srivatsan D
Any comments pls...
Thanks,
Srivatsan D
Hi,
How can i get the quantity of data packets transferred in S60 3rd Ed., I uses both GPRS/3G & Wifi to connect my application to internet. I have to know how much data's has been transferred at...
Hi kamaljaiswal,
These two block mechanisms are working
IF package(0x11223344)
; Do as per requirement.
ENDIF
if exists("c:\test.txt")
Thanks champs for the valuable information's. I'll let you know the results by applying different condition blocks.
Thanks Once again,
Srivatsan D