| Reply | « Previous Thread | Next Thread » |
|
can i open an app att a given time every day somehow?
perhaps via calendar alarm, or do i have to have a server running? or is there any other way of doing this? |
|
you can create a back ground process and that the time every day and launch your app like:
_LIT(KMyAppName, "C:\\system\\apps\\Myapp\\MyApp.app"); _LIT(KMyDocName, ""); CApaCommandLine * cmd=CApaCommandLine::NewL(); cmd->SetLibraryNameL(KMyAppName); cmd->SetDocumentNameL(KMyDocName); cmd->SetCommandL(EApaCommandRun); EikDll::StartAppL(*cmd); hope this could help you. ============================= Before to ask the question, Few things to be remind 1- Check wiki.forum.nokia 2- Forum.nokia.com, developer.symbian.org 3- Check on google |
|
thanks for fast reply!
But i ment in python! |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Deleting an open FindBox crashes app | inc0gn1t007 | General Symbian C++ | 4 | 2006-11-03 14:38 |
| Bizarre calendar/time zone change handling in Nokia 9500 | noetus | General Discussion | 0 | 2005-09-19 20:27 |
| Why my 6260 can not open 'Camera App' From Forum Nokia | nokia24hr | General Symbian C++ | 5 | 2005-01-23 05:30 |
| Dialog's clipping area (again). Nokia experts, please help | synov | Symbian User Interface | 0 | 2004-06-26 15:35 |
| Can a J2ME app open a phone line? | mdaley | Mobile Java General | 3 | 2002-06-14 12:54 |