Hi,
I have developped an application which scans the inbox of my E71 device continuously. It waits for some specific formatted SMSs, and it performs specific actions according to the content of the SMS body.
The application is supposed to run for a week without the need to restart it. It works very well for a day. But every morning, I can see that my application has been closed. I've put a lot of try catch within my code, so I can say that no exception has occured during the night.
My question is: what is causing my application to be stopped? Is there a kind of system process on the phone which closes my program?
Thanks a lot for your help.



