You Are Here:

Community: Developer Discussion Boards

#1 Old how to open app at a given time every day? - 2007-05-30, 14:33

Join Date: Feb 2007
Posts: 20
jabi78
Offline
Registered User
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?
Reply With Quote

#2 Old Re: how to open app at a given time every day? - 2007-05-30, 14:36

Join Date: Jun 2006
Posts: 2,323
Location: India
Send a message via MSN to kkrish Send a message via Yahoo to kkrish Send a message via Skype™ to kkrish
kkrish's Avatar
kkrish
Offline
Forum Nokia Champion
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
Reply With Quote

#3 Old Re: how to open app at a given time every day? - 2007-05-30, 16:25

Join Date: Feb 2007
Posts: 20
jabi78
Offline
Registered User
thanks for fast reply!
But i ment in python!
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
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

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia