[android-developers] Re: Deep sleep after 1 hour?

2013-04-23 Thread Dave Shortman
e > server. Where would the alarm be located that you're talking about? > > On Tuesday, April 23, 2013 4:26:11 AM UTC-4, Dave Shortman wrote: >> >> Does the app do anything else other than ping the server? Best way to >> approach this really would be to set an alarm

[android-developers] Re: Deep sleep after 1 hour?

2013-04-23 Thread Dave Shortman
Does the app do anything else other than ping the server? Best way to approach this really would be to set an alarm which fires every 30 seconds, when you receive the alarm take a partial wakelock and fire a service to perform the ping, this service should also take and release a wakelock whils