[android-developers] With the new Froyo update, my app is being killed instead of running in the background

2010-08-10 Thread Greg Siano
With the new Froyo update, my app is being killed instead of running
in the background.  Is there anything I can do to stop this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


RE: [android-developers] With the new Froyo update, my app is being killed instead of running in the background

2010-08-10 Thread Tommy
What exactly are your running in the background? Is it something that run's
continuously or is it something that run ever X minutes? If its something
that runs every X minutes you could try using AlaramManager. I'm not sure if
this second way would work but on the onStop method you could restart the
background service. That way if it gets killed it restarts itself. Never
tried that way so im not sure if it would work or not.

-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Greg Siano
Sent: Tuesday, August 10, 2010 5:56 PM
To: Android Developers
Subject: [android-developers] With the new Froyo update, my app is being
killed instead of running in the background

With the new Froyo update, my app is being killed instead of running
in the background.  Is there anything I can do to stop this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] With the new Froyo update, my app is being killed instead of running in the background

2010-08-10 Thread Greg Siano
Its a sound playing in the background continuously.

On Tue, Aug 10, 2010 at 3:12 PM, Tommy  wrote:

> What exactly are your running in the background? Is it something that run's
> continuously or is it something that run ever X minutes? If its something
> that runs every X minutes you could try using AlaramManager. I'm not sure
> if
> this second way would work but on the onStop method you could restart the
> background service. That way if it gets killed it restarts itself. Never
> tried that way so im not sure if it would work or not.
>
> -Original Message-
> From: android-developers@googlegroups.com
> [mailto:android-develop...@googlegroups.com] On Behalf Of Greg Siano
> Sent: Tuesday, August 10, 2010 5:56 PM
> To: Android Developers
> Subject: [android-developers] With the new Froyo update, my app is being
> killed instead of running in the background
>
> With the new Froyo update, my app is being killed instead of running
> in the background.  Is there anything I can do to stop this?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] With the new Froyo update, my app is being killed instead of running in the background

2010-08-10 Thread TreKing
On Tue, Aug 10, 2010 at 4:56 PM, Greg Siano  wrote:

> Is there anything I can do to stop this?


You can post some actual information that explains what you're doing so
people can actually help you.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en