Though I presume that there may not be many on the forum who have done such tasks as most of the focus is on the development of applications for phone.
However if our forum Champs could share...
Type: Posts; User: atul_kulkarni; Keyword(s):
Though I presume that there may not be many on the forum who have done such tasks as most of the focus is on the development of applications for phone.
However if our forum Champs could share...
Guys, thanks for your replies. We are not interested in any third party tool, we want to write our own as we have some other requirements besides this.
Actually we want to read this database and...
Can anybody give pointer on where one can start if one has to write such a application? We just want to get started.
This behavior is observed for any application, so it is not a problem with specific application/signing or packaging. One can verify by going to Nokia RDA or testing on the handsets under...
Following are the details if verifysignsis tool is run on it
E:\Developing Applications\Mobile Development>VerifySymbianSigned_25_05_2007.exe
cem1011.sisx
------------------------------
File...
This message is seen with symbian signed sis file. I also wonder why it is not displayed on all the devices and just few-No consistency. This is the reason why I wanted to have eye opening...
Hi All,
During installation of application on some of the devices the "Application Access" message (click here) is displayed. For better user experience we want to reduce number of clicks required...
You have to take care that all resources are copied first (we had bug because of this). See the link below:
http://www.newlc.com/Start-automatically-an-application.html
Hi,
We have a measurement application (running on S60 3rd and 2nd all versions)which starts automatically.
After certain period of time we want to remove our application from auto start list...
Hi,
I am trying to use the RDA, (I had used it earlier in past) but from last two days I am getting "connection refused" error. Is the URL: "apu.ndhub.net" correct? This is the hyperlink from URL...
The reason I don't want to use default location is that for each SDK flavor the default library location is different. Our application is designed to work on all the SDK flavors (from S60 2nd...
OPTION keyword recognizes only compiler options(linker options are not recognized :( ).
I forgot to mention when I try linker options (from options tab), carbide cries with error saying keyword...
Thanks Wizard,
I had tried this earlier, Actually this 'mylibs' path is recognized only relative to the thumb/urel folder (or release folder). It also doesn't recognize the absolute path...
Anybody, knows the exact script or environment variable where I can make this change?
Hi,
I have quite few custom libaries, which I have kept in separate folder. I want to give this as a library search path for linker so that it can find appropriate libraries during linking. I...
Though late, we have got the root cause, If console is not there we need to wait for some time before we ask for the appid once we receive foreground event, then it returns correct value.
Thinking...
Thanks for this. This one O2 UK device. This issue could be for any
of the devices with samw FW version, so we had to solve it generically for all the users who are using this version. :)
We have...
I have observed, that even if some error occurs during installation, The message "installation complete" is displayed. The installation complete message not necessarily indicate the 'successful'...
We have an application which monitors for incoming and outgoing sms and just records number of incoming and outgoing sms count.
The problem is little strange, the application code works well on...
Yes, that's the approach we have settled down on. Our application is monitoring application, and sends data to the server via GPRS periodically. If we optimize on sending application name and just...
Hey, For that you need application available on handset.
I was looking in general repository on web (or somewhere), because I can't go ahead for installing all the applications, to costly for me...
Thanks a lot for trying it out,
Its same for N95: 0x2000CEA3
Did you try it on S60 2nd edition devices, I tried on N70 and got following list of UIDs (for three different attempts):
0x101919DE...
Hi Guys,
Good discussion going on :)
I am interested in two things
1. I have application which monitors navigation applications including nokia maps and google maps. These were monitored on the...
Hi,
It is quite interesting: every time I download Google maps application from www.google.com/gmm I get sis file with different UID (for same handset). Same behavior is observed for opera mini...
Is it possible to generate events from test program which we receive in general when we call function CTelephony::NotifyChange
We are testing one roaming application and testing is quite difficult...