Loading App in the back Ground

Login to reply to this topic.
Fri, 2004-05-28 04:39
Joined: 2004-05-28
Forum posts: 6
i'm currently doing a sch project which requires me to load my application in the background. to be precise it listens in for sms and checks if its a command or normal sms text. if sms text then send to inbo if not then do task required.

thanks really appreciate ur help.

Wed, 2004-06-02 14:04
Joined: 2004-06-02
Forum posts: 1
**
the mobile operator over here in Belgium (base) sends a wap push message (wich is actually a modified sms message) when an email arrives in my operator's mailbox. But i don't have an i-mode phone so my 3650 won't do anything when it receives that message.

Do you think it's possible to receive such a wap push message with your application, as it listens for an incomming SMS?

Kind regards,
Andy
Wed, 2004-06-02 16:58
Joined: 2004-05-21
Forum posts: 49
Loading App in the back Ground
There is a free tool called EZBoot http://www.newlc.com/article.php3?id_article=152 that can be used to launch apps at startup. Since apps are using the graphical interface, they cannot be launched until the gui is completely started, which makes the tool wait about 20 sec before it launches apps.

You should consider writing an exe if you want it to be running all the time.
Tue, 2004-07-06 19:42
Joined: 2003-12-12
Forum posts: 36
Loading App in the back Ground
Hi!!

Could you give me some tips about how to write a EXE application that always runs in background?Huh
I need to make a kind of server and it must be running all the time...

thanx!!!
  • Login to reply to this topic.