Re: [maemo-developers] How to keep app running indefinitely

2006-03-31 Thread Kalle Valo
"Steven Hill" <[EMAIL PROTECTED]> writes: >> It's printed from libosso-ic.so. To be precise from src/ic-api.c line 104 >> which is in debian source package osso-ic-oss. >> > I am running this app on (I believe) the most recent production version > of the 770 (downloaded and installed using the Wi

Re: [maemo-developers] How to keep app running indefinitely

2006-03-14 Thread Steven Hill
On Tue, 2006-14-03 at 09:04 +0200, Kalle Valo wrote: > "Steven Hill" <[EMAIL PROTECTED]> writes: > > >> Good. But actually disabling the idle timer is just a workaround. It > >> seems that the real problem is the application crashing whenever a > >> disconnect from a network happens. > > > > I ag

Re: [maemo-developers] How to keep app running indefinitely

2006-03-13 Thread Kalle Valo
"Steven Hill" <[EMAIL PROTECTED]> writes: >> Good. But actually disabling the idle timer is just a workaround. It >> seems that the real problem is the application crashing whenever a >> disconnect from a network happens. > > I agree, but it is not clear what is happening. The messages I am seeing

Re: [maemo-developers] How to keep app running indefinitely

2006-03-13 Thread Steven Hill
On Mon, 2006-13-03 at 12:17 +0200, Kalle Valo wrote: > "ext Steven Hill" <[EMAIL PROTECTED]> writes: > > >> You assume that this is a desired functionality, but it's not. There's > >> a bug somewhere, that just needs to be found. We don't kill > >> applications just for fun :) > > > > Thanks for r

Re: [maemo-developers] How to keep app running indefinitely

2006-03-13 Thread Kalle Valo
"ext Steven Hill" <[EMAIL PROTECTED]> writes: >> You assume that this is a desired functionality, but it's not. There's >> a bug somewhere, that just needs to be found. We don't kill >> applications just for fun :) > > Thanks for replying - see my replies to your comments above - I will > verify t

Re: [maemo-developers] How to keep app running indefinitely

2006-03-12 Thread Steven Hill
On Thu, 2006-09-03 at 12:01 +0200, Kalle Valo wrote: > "Steven Hill" <[EMAIL PROTECTED]> writes: > > > I tried this method, and it did not work. If the internet connection is > > dropped due to inactivity, the app also stops. > > Like Kimmo said, there shouldn't be anything killing you applicat

Re: [maemo-developers] How to keep app running indefinitely

2006-03-09 Thread Kalle Valo
"Steven Hill" <[EMAIL PROTECTED]> writes: > I tried this method, and it did not work. If the internet connection is > dropped due to inactivity, the app also stops. Like Kimmo said, there shouldn't be anything killing you application. This smells like a bug. Let's try find it, but to do that you

Re: [maemo-developers] How to keep app running indefinitely

2006-03-09 Thread Kimmo Hämäläinen
On Wed, 2006-03-08 at 22:05, ext Steven Hill wrote: > On Mon, 2006-06-03 at 01:46 +0100, Simon Budig wrote: > > Steven Hill ([EMAIL PROTECTED]) wrote: > > > I have written an application for the Nokia 770 that I want to keep > > > running indefinitely - i.e. I want to stop the automatic process tha

Re: [maemo-developers] How to keep app running indefinitely

2006-03-08 Thread Steven Hill
On Mon, 2006-06-03 at 01:46 +0100, Simon Budig wrote: > Steven Hill ([EMAIL PROTECTED]) wrote: > > I have written an application for the Nokia 770 that I want to keep > > running indefinitely - i.e. I want to stop the automatic process that > > runs in the background and stops applications when the

Re: [maemo-developers] How to keep app running indefinitely

2006-03-06 Thread Igor Stoppa
On Sun, 2006-03-05 at 16:37 -0800, ext Steven Hill wrote: > Hello all: > > I have written an application for the Nokia 770 that I want to keep > running indefinitely - i.e. I want to stop the automatic process that > runs in the background and stops applications when there is nothing > going on fo

Re: [maemo-developers] How to keep app running indefinitely

2006-03-05 Thread Simon Budig
Steven Hill ([EMAIL PROTECTED]) wrote: > I have written an application for the Nokia 770 that I want to keep > running indefinitely - i.e. I want to stop the automatic process that > runs in the background and stops applications when there is nothing > going on for a long time, or to conserve power

[maemo-developers] How to keep app running indefinitely

2006-03-05 Thread Steven Hill
Hello all: I have written an application for the Nokia 770 that I want to keep running indefinitely - i.e. I want to stop the automatic process that runs in the background and stops applications when there is nothing going on for a long time, or to conserve power - can anyone tell me how to go abo