On Thu, Sep 9, 2010 at 1:32 AM, sdphil <[email protected]> wrote: > when an event occurs, I want to forcibly turn the display *ON*. > > i tried grabbing a FULL_WAKE_LOCK from the power manager power > service, but it still didn't work. i am turning the display off by > hitting the power button (i think this is like a light sleep or > something...)
You need to also blend in the ACQUIRE_CAUSES_WAKEUP value (OR it with FULL_WAKE_LOCK). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

