Hi,
Is there an easy way to get a process name from its unique id? It would be nice if I can get its icon too.
Please let me know,
Thanks
Type: Posts; User: duwaji; Keyword(s):
Hi,
Is there an easy way to get a process name from its unique id? It would be nice if I can get its icon too.
Please let me know,
Thanks
Hi,
What is the best way to save data. I just need to save some data when closing the app and reading it back when reopening the application.
Is saving an xml document to a file a good...
Hi,
Is there a way (in Qt or Symbian c++) to get the name of a process or application using the client ID I get back from the connection monitor api?
Thanks
Hi,
I have installed:
Carbide.c++ 2.3
Symbian^3 SDK 0.9
Qt 4.7.1
using the instructions on this page.
Now if I create a Qt project and run it without adding any code to it, my app is...
But you said:
What do you mean by that? Is this problem fixed for you or not?
Thanks
Did you install Symbian^3 SDK 0.8? Did that fix the problem with the status bar? I am having the same problem.
Thanks
Hi,
My app is the app generated by Carbide.c++. I did not add any code to it yet.
Do you think Symbian^3 0.8 SDK would be a better choice?
Thanks
If I comment out the lines that create and add the status bar to the app, then I can at least see my app in the emulator. But I still think I need to find out why myself and other people are having...
hi,
I have a very simple Qt app that I built in Carbide.c++ with Symbian^3 0.9 SDK. When the app calls setupUi the line that creats the StatusBar leads to: "Thread test001::test001 Panic...
OK I understand now why I am not seeing my app in the emulator. It's crashing when it starts up.
I am getting Panic KERN-EXEC 3 when calling:
statusbar = new QStatusBar(test001); in the...
Hi,
I am working on a Qt and Symbian c++ project and I want more information than provided by centralrepository lib. Right now all I can get from it is GPRS Sent/Revived and WLAN Sent/Revived. ...
Anybody wants to take a stab at this?
How do I set up the emulator to start my app? Where do I find the emulator application folder?
Thanks
Thanks. That fixed the problem.
I had LIBS += centralrepository and when I changed it to LIBS += -lcentralrepository the problem is fixed.
Thanks
Sorry for not mentioning that, yes it goes to the home screen where you see date and time information. When I click on options->show open apps it don't see any apps running.
How do I see emulator...
Hi Wizard,
I do have centralrepository added in my .pro file. Any other reason you can think of?
Thanks
Hi,
I am using Qt with standalone Symbian^3 sdk 0.9 and Carbide.c++. I am trying to use the centralrepository in my application using the following code:
#include "test001.h"
#include...
Hi,
I am using Qt with standalone Symbian^3 sdk 0.9 and Carbide.c++. I build a simple Qt project and deploy it to the emulator. When the emulator loads I do not see the app. Can some please...
Hi,
I am using Qt with standalone Symbian^3 sdk 0.9. When I build a Qt project in Carbide.c++ I see this in the output window:
***Invoking abld command
perl.exe -S ABLD.PL...
Thanks for the quick response. Where can I find some documentation on this lib? I am trying to get some statistical information on connections and the amount of data used by the phone.
Thanks
Hi,
Is there a library in the Symbian^3 sdk similar to centralrepository.lib? I understand that centralrepository.lib only existed in S60 sdk. Is that right?
Thanks
Never mind. I see where it's generating the files. They are under C:\Nokia\devices\Nokia_Symbian3_SDK_v0.9\epoc32\BUILD\Symbian\Carbide\workspace.
Thanks anyway.
The build seems to be fine, but the tmp folder it creates is empty. Here is the output from the build:
***Building project "test4" for configuration "Emulator Debug (WINSCW)...
Hi Lucian,
Upgrading the IDE did not help with ui designer, but unregistering and registering by running the batch files did fix the problem. Thanks.
One quick question: when I run a project,...
Hi Lucian,
Thanks for the quick response.
Are you suggesting that Symbian^3 0.9 is not a release yet? The reason I am using Qt with standalone sdk is because I need to link to sdk libraries. ...