Hi Lucian,
Thanks for confirming. So what option will I have? I should write a background console application and use sockets.
Thanks,
Type: Posts; User: kokilakr; Keyword(s):
Hi Lucian,
Thanks for confirming. So what option will I have? I should write a background console application and use sockets.
Thanks,
Hi Lucian,
Thank you very much for your valuable suggestion.
I looked into WhoWhere daemon example. And it seems it uses QtMobility::QRemoteServiceRegister APIs. And when verified...
Hello Lucian,
Thanks for your response. I am looking into Publish and subscribe as mentioned by you to see if it can be used.
Following are my requirements,
1. Daemon should communicate...
Thanks kalyani2u for the link. But as vineet.jain said, the link is for Linux.
Could anyone please provide me any information on better approach on how to communicate between daemon and GUI...
Hello All,
I want to develop a Daemon application using Qt which should be developed for S60 3rd edition fp1, S60 5th edition and Symbian^3.
1. Daemon should listen to network query and respond...
Hello All,
In my project I have created a project type DLL (Symbian) and am loading in main application (Qt) whenever required. I am observing a memory allocation issue after loading DLL. i.e....
Hello izinin,
Thanks for your reply. I have another query, if I call QLibrary load() multiple times on same dll from a application, will it load multiple times?
I was calling load() and...
Hello All,
I just wanted to know heap memory is handled in case of QLibrary.
I am loading symbian\Qt dll using Qlibrary and then unloading it. Heap memory keeps on increasing even after...
Hello symbianyucca,
Thank you for the information and the tip. I will go through them.
Thanks
Hello symbianyucca,
Thanks for your reply.
We could verify that automatic switching works when one is out of coverage.
Is it possible for us to designate one connection for internet...
Hello symbianyucca,
Can we conclude that automatic routing is not not supported on Symbian?
Thanks for your help,
Hello symbianyucca,
Thank you for explaining in detail. May be the requirements I mentioned was not clear.
In fact I want two active connections at a time.
I will try to explain it in...
Hello symbianyucca,
I am missing a lot here. Please help me understand this. Following is my current setup,
I have a Symbian^3 phone.
I added two access points to Destination. Added both...
Hello symbianyucca,
Thanks for the information on setting priority.
Regarding automatic switching, do you mean to say, the "Access Point selection dialog" should pop up whenever I try to connect...
Hello All,
I had a query on setting multiple access point on Symbian handset and using them with Qt APIs. We are developing an Qt application. We have an Wireless LAN setup without internet...
symbianyucca, Thanks for the information.
Hello All,
We are developing a Qt application that is soon to be published in Ovi store.
I went through http://doc.qt.nokia.com/smart-installer/smartinstaller-introduction.html
I am aware that...
Hello All,
I ran into a strange problem on E63 with Qt 4.6.3. We are developing an Qt application for non touch phones. And we are about to release the application. The application worked as...
Hello All,
Is ARM (RVCT) compiler 64 bit version available for Symbian? GCCE is a 32 bit compiler, so wanted a 64 bit version compiler.
Checked few links,
...
Hello All,
I too have a similar query. I have a S60 5th edition mobile which supports English language only . How to Localize an application in any Asian language? Should we install required...
Hello All,
I am using Qt 4.6.4 on Mac OS X.
I have a simple QWidget based UI which contains a QPushButton.
I have applied stylesheet on QPushButton to get hover effect as,
...
rahulvala, Thanks for the link.
Hello All,
I need to develop an symbian application (c++ or Qt) from which I should be able to purchase online. Is there any framework to integrate on symbian.
Or is there any other option to...
Hello All,
The Ovi store client application on Nokia (Symbian) phones has got catchy look and feel. I was wondering which development framework has been used to develop such UI (Qt, Java, WRT...
Hello,
I am using RConnection and reusing the access point by storing it for future use. And these work fine on other N series phones.
Now I have noticed that the hang is not just observed...