Hi there,
Is it possible to create an EXE program which starts on phone boot (via a recognizer) which monitors file I/O?
So, if the phone tries to access Z:\system\apps\calcsoft\calcsoft.app...
Type: Posts; User: j2k; Keyword(s):
Hi there,
Is it possible to create an EXE program which starts on phone boot (via a recognizer) which monitors file I/O?
So, if the phone tries to access Z:\system\apps\calcsoft\calcsoft.app...
Hi all,
I have successfully used CDocumentHandler to launch Composer when passing a .mid file to open.
However, if Composer is loaded when CDocumentHandler is caused, Composer is brought to the...
Hi all,
Can an application be launched through EikDll::StartAppL with a view uid passed to it, instead of having to rely on ActivateViewL?
Thanks
Thanks but I have a reason for needing it in NewApplication - this allows me to not require any code in any of the other source files, and creates really small files (<1kb). It works fine when using...
Hi all,
I'm trying to launch an application using ActivateViewL in the 'EXPORT_C CApaApplication* NewApplication()' section of the MyView example (Myviewapp.cpp).
At first, I got an "undefined...
Hi,
This may sound complicated, so apologies in advance.
I wish to do the following:
My application will be launched with a view UID and message.
My application will then call another...
Hi all,
Is it possible to create a program (either .app application or .exe server) which sits in the background and checks to see when an application is to be launched, and then performs its own...
Hi there,
Please could you let me know how to obtain statistics pertaining to the battery in the Nokia 6600?
By statistics, I mean information such as battery temperature.
Many thanks.
Hi,
How can I get parameters which have been passed to my program?
Thanks
Hi all,
How can I launch a .app file within my application, without using EikDll?
Every time I use EikDll, the program crashes.
This is probably because I am using it in:
EXPORT_C...
Hi,
My application will launch with certain parameters.
I would like my application to then launch another application that I configure, but also send the parameters that were originally...
Hi,
I am creating a .PKG for use with makesis to create a .sis, however I need to copy a file already on the phone to a different location on the phone.
e.g. there is a file,...
Hi there,
Is there a tool available to give the UID of an existing application?
Also is there a list of used UIDs for Series 60 devices? (e.g. the UID for the notepad, sound recorder, etc)?
...
Hi,
Does anyone have a solution? If not API, maybe a background service that you could retreive the result from?
Thanks
Hi,
Please could somebody tell me how to get the Nokia 7650 battery temperature? Is there an API for it? I know it must be possible as the function is there in the Nokia fieldtest application for...