[android-developers] Re: how do you forcibly turn *on* the display....

2010-09-09 Thread sdphil
awesome! thanks! you rock mark! (and I should rtfm :-) On Sep 9, 5:27 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Sep 9, 2010 at 1:32 AM, sdphil phil.pellouch...@gmail.com wrote: when an event occurs, I want to forcibly turn the display *ON*. i tried grabbing a FULL_WAKE_LOCK

[android-developers] Re: how do you forcibly turn *on* the display....

2010-09-09 Thread GJTorikian
I always follow Diane's suggestion when I need a screen on: http://groups.google.com/group/android-developers/msg/0ad1a089678cda24 I could never get my wakelock to work right. On Sep 9, 6:53 am, sdphil phil.pellouch...@gmail.com wrote: awesome!  thanks!  you rock mark!  (and I should rtfm :-)

Re: [android-developers] Re: how do you forcibly turn *on* the display....

2010-09-09 Thread Mark Murphy
On Thu, Sep 9, 2010 at 10:35 AM, GJTorikian gjtorik...@gmail.com wrote: I always follow Diane's suggestion when I need a screen on: http://groups.google.com/group/android-developers/msg/0ad1a089678cda24 I could never get my wakelock to work right. That's a fine solution for an activity to