I was setting my AlarmManager in the wrong place, namely an onXxx event. What i did was set the AlarmManager on a user action (like save or whatever) and that solved my problem.
Check it out Applications > Tools > ClockApps On Dec 5, 2:56 am, Jon Colverson <[EMAIL PROTECTED]> wrote: > On Dec 5, 6:41 am, Jon Colverson <[EMAIL PROTECTED]> wrote: > > > I'd been having some weird issues with AlarmManager seemingly not > > firing my alarms when the device is asleep. I'm using the alarm to > > start a service and I was acquiring my wake lock in onStart(). I tried > > acquiring the lock in onCreate() instead, and that seems to have > > solved the problem. > > Oops. I spoke too soon. After some more testing that doesn't seem to > have helped. > > -- > Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

