Hi,
I have my application for serie 60, phone nokia 6680.
How to in the startup of the phone, do start also my application?
There is a documentation?A example?
thanks a lot
SIlvia
Hi,
I have my application for serie 60, phone nokia 6680.
How to in the startup of the phone, do start also my application?
There is a documentation?A example?
thanks a lot
SIlvia
Yes, there is.
Use the search facility on the top of this page.
Hi,
Refer to the following link:Originally Posted by silviuccia
Autostart an application
Regards.
Kiran.
Thanks youOriginally Posted by kiran10182
Best regards
Silvia
Hi all: I have successfully develop an application that autostart on boot. I follow the link posted by kiran10182: all works fine on 6630, but on 6680 I can't autostart application. It seems that the recogniser are not called on 6680. Has someone faced this problem? I'm trying to find a solution.
Hi,
It should work on both the phone as they are S60 2nd FP2.Originally Posted by muntain
Anyways i have successfully tested on 6681, not on 6680 however.
Also refer to the following link: Vasant's suggestion:
http://discussion.forum.nokia.com/fo...d.php?t=106530
Kiran.
Thanks kiran10182 I'll watching the link. Anyway I think the problem is with RThread. I'm working on it. If I solve the problem I'll post the solution.
Hi all,
How to run this startup application in background after restarting the mobile.I want to run this startup application in background 2nd edition as well as 3rd edition.If any one know reply me.
Ok I think I found the problme: if you start the phone in offline mode (without the SIM) the thread of the recogniser doesn't run the function.
Has someone faced the same problem? I have not found a solution yet.
Hi muntain,
Just check if your .MDL is comming in at \system\recougs\ after installation. This could be one reason that you are not able to autostart your applicatyion on Nokia 6680.
OR another reason could be, you are conflicting your autostarts UID with another application or mdl's UID.
Because, I have checked my autostart application on Nokia 6681 and its working fine.
FYI, Nokia 6680 and Nokia 6681 both have Symbian OS v8.0a. So, I think it should work on 6680.
Pankaj
Mumbai.
hi muntain,
i too have checked my app with recognizer on 6680 n 6681 and both r working fine.
i think u have to check the path of ur app in .mdl.
n if still u have ny quiries then paste ur code so that we could try to fix the prob.
regards,
bharat
Ok thanks guys, I use an UID from simbiansigned, so it's uniquethe path of the recogniser it's correct. I'm able to autorun the application on boot so all works fine. But if you run the phone without the SIM card insered (so the phone is in offline status) the application doesn't auto start on boot. Can you try if that happen even with your application? So I understand if it's my problem or a standard behavior. Thaks