Thanks Guys.
Type: Posts; User: datha_k; Keyword(s):
Hi,
How to match a number with and without international dialling code? I have to write a call history program where I have to compute calls made to a <MSISDN>.
If user rings +<ISD><MSISDN> or just...
I was successful in making call https://www.google.com in this Example in WinXP.
All you got to do is keep Open-SSL libraries in correct location as per platform. I chose to install Open-SSL...
I think you will have to remove softkeys totally. That means come out of 'Positive', 'Negative' or 'Select' altogether and use QButton to do the job instead.
You may find code snips in http://bit.ly/bUdwSu useful.
Yes, QSettings is usable. I have used it in Symbian. I remember it stores in 'data' folder..
divanov is right, QCryptographicHash cannot not really encrypt or decrypt. QCryptographicHash can only create hash digest.
If you want to encrypt or decrypt, use QCA http://delta.affinix.com/qca/.
...
This is how you can attach images. Do not use external services since we may loose history in case of any problem such as that website goes down or if your registration gets canceled etc.
I have...
Pity that this issue still open with Qt SDK.
Solution for this problem was to build using Symbian^3 SDK.
No. CAknView comes from Avkon and QStackWidget from Qt frame work. So it is not possible to mix them.
Are you using self signing?
Check your certificate date and ensure phone data-time falls in validity range of certificate.
yeah that was super cool. I configured my Mozilla Thunderbird to bug me :)
Thanks for quick info. Looks like I am still stuck in last century :o I have never used RSS. May be I will check that today.
It was good that you bring this article here. It is an important piece of info, I wonder how to get notified (by email) for such alerts. I have asked this query in...
Hi,
Accidentally I came across this link http://blogs.forum.nokia.com/blog/ovi-publisher-alert/2010/08/02/qt-content-qa but I want to be notified when these kind of articles are written.
I have...
Then here is complete project for my dear friend mando7stam :) I tested your code, works in Windows, I have not tried in Symbian.
That was quite long post. Why don't you zip all the files and attach into the message. This way readers need not copy-paste to file and prepare project.
You have been trying quite a while. Can you post your stripped code? Can you post non-copyright , non-proprietary but compiling source code that you are trying?
Even I found Jasmin Blanchette is good read.
You said you are developing Qt application, how come you have to deal with RSocket?
Did you explore using RConnection in your project. You can create RConnection , if user selects access point and...
I tried http://wiki.forum.nokia.com/index.php/File:HttpConsole_template.zip on Nokia 5230, it pulls down content from entered URL.
Even I used to get same error in device HttpConsole, After adding NetworkServices things are working fine.
Possible solution is in http://discussion.forum.nokia.com/forum/showthread.php?168597-Qt-socket-error-when-trying-to-connect-to-host
Here is an example code HttpConsole
I think this is root cause problem for all host not found threads in DiBo.
Even I tried, HttpConsole works in Emulator but not using 3G. Gives extremely stupid 'Host www.google.com not found'. Even basic Symbian C++ sockets shows up connection dialog, but what is wrong with...