Is there any free application available for logging all the activity ( both user initiated and system initiated ) on Symbian along with state of various resource variables on device (like Memory , I/O, Media player etc ). I want to use it to examine if there is any dependency /conflict /resource constraint when multiple Application ...
Hey,
can you geeks can tell me the solution for this,
i have a listview, when i tap on any item,a pop-up list should appear, after that based on the selected item from pop-up list i will update my UI.
i have written a code to get the popup list after tapping on any item from my view.
my problem is once i tap on any item, will get a p...
Would like to send encryted message from our application and while opening the message in inbox , will ask the user to read it as encypted or decrypted via asking for a pin.
Case 1: Can me make changes in default send and receive command according to our application.
Case 2: Develop the application and while installing disable native app...
Hi,
i want to display a big string in Qlablel for this simply i have created a label in Qt GUI editor,
then i put the string, with the Wordwrap property ON.
here text is not coming to the next line itself, instead its crossing the view region.
but if i give "\n" it works well.
how to put up big string in label, to display in visible r...
IDE, build tools, emulator... things that i must pay for them without any choice to replace?
...
Hi,
i have installed Qt 4.6.2 and developing the application for symbian.
Now i want use Qt mobility API for accessing the contacts.. how can i install the Qt mobility and acces the API..
my build environment is windows XP :)
Thanks
...
I am developing a few mobile apps for different platforms including Blackberry, Windows Mobile, Android and Symbian S60.
I want my mobile apps to have the capability of checking for updates before starting and in case a new version is available, prompt the user to upgrade. Moreover in certain cases (like security patches), the user must...
Hi, I am using the latest Nokia Qt SDK.
I have tried to add the contacts, it's not getting added.. what is missing here?
// Construct contact manager for default contact backend
QContactManager* cm = new QContactManager("simulator");
// QContactManager* cm = new QContactManager("memory"); // i tried this, its also not working
...
Sending sms directed to port 5001, but few phones like nokia E series are receiving these smses at default port. All phone's default port is 0 then how these phones are receiving these smses.
...
Hey all,
I need to write a simple Symbian application (console) to monitor battery voltage. I read about the CHWRMPower class (http://developer.symbian.org/main/documentation/reference/s3/pdk/GUID-4A98138C-4C68-3399-80E8-25CB41E43D5C.html) and other power related APIs, but I didn't manage to write something working, mainly due to lack o...
i want to understand how qt works under nokia symbian Os .
Regards
...
How can I use SQLite C API’s on any device running Symbian OS 9.1 or above? While it appears that 9.4 comes with SQLite built in prior versions do not. Looking at http://sourceforge.net/projects/sqlites60/ it appears that sQLite has been ported to older Symbian releases. The only problem is this code assumes you want to use SQLite with ....
I would like to control the playback rate of a song while it is playing. Basically I want to make it play a little faster or slower, when I tell it to do so.
Also, is it possible to playback two different tracks at the same time. Imagine a recording with the instruments in one track and the vocal in a different track. One of these track...
I am a newbie for flashlite, i have just seen the turorial videos for this.
I got fair idea about how to develop independent app in flash light like games, but what i don't understand is how does it will interact with device functionality
events like call/sms received.
My gauss is there must be some api to achive this type of function...
Hi Dear community!
Some on of you saw this.
So the question is, how to access mobile audio out in read mode?
Thank you!
...
Hello,
I would like to ask a question about correct way of canceling socket operations on Symbian. Basically, we have two options, as far as I understand:
Call CActive::Cancel() on a ActiveObject that is used for asynchronous requests.
Call RSocket::CancelRead() or RSocket::CancelSend() or RSocket::CancelAll()
Which way is correct? ...
Hi!
I have a problem with Carbide C++.
I'm trying to use function from Nokia Forum to read xml files. So I found this article:
http://wiki.forum.nokia.com/index.php/How_to_parse_XML_file_using_CParser_class
and I've created a XmlHandle.h and XmlHandle.cpp files.
But I don't know how I can use this.
I try something like this:
_LIT( KCon...
Hello,
I have a question about Symbian active objects handling. What's the problem: my program runs in 1 thread and have pretty much active objects in it. As per my logs, I see strange pauses in tasks processing. My program have about 30 simultaneously active objects in one ActiveScheduler. Is it okay?
...
Hi all,
I've programming knowledge little bit
i wann develop application for symbian for Nokia phone.
plz, tell me all steps from which required software download to develop application.
waiting for reply ..
Thanks & Regards,
Nilesh.
...
I'm planning some Symbian related development on S60 3.1 platform. It seems like generally available language options are Python and C++. However Nokia's official forum seems very much tilted towards C++.
I want to know what are the advantages and disadvantages of using Python for S60 over Symbian C++? And is it even possible to do Pyth...