prathanbomb / kraigsandroid

Automatically exported from code.google.com/p/kraigsandroid
0 stars 0 forks source link

Alarm Klock - phone will not "sleep" #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Alarm Klock and set up an alarm
2. Wait the time for the screen to dim
3. Observe issue

What is the expected output? What do you see instead?
I expect that the phone screen will turn off after my time-out of 60
seconds, but it does not.

What version of the product are you using? On what operating system?
Android 2.1 with SenseUI, HTC Incredible. Latest version of Alarm Klock

Please provide any additional information below.
I installed Alarm Klock and set up an alarm, but noticed today that my
screen will not turn off. It just goes very dim after the default 60
seconds. I un-installed the app and the phone behaves as expected. I'm
happy to provide any other information, contact me at certifried@gmail.com
if you need more info.

Original issue reported on code.google.com by certifr...@gmail.com on 10 May 2010 at 5:11

GoogleCodeExporter commented 8 years ago
The underlying issues is the same thing that's causing this bug:
http://code.google.com/p/kraigsandroid/issues/detail?id=3
If the activity that has the snooze and dismiss buttons is dismissed in a way 
other 
than clicking snooze or sliding the dismiss bar (like hitting back or home), 
bad 
things happen.  Including the possibility of not turning off the media player 
or not 
correctly canceling the sleep lock.  I've got a big refactoring of the 
notification 
activity coming that should fix both of these problems.  Top on the priority 
list as 
soon as I get some free time ;-)

Original comment by kraigs.a...@gmail.com on 10 May 2010 at 5:39

GoogleCodeExporter commented 8 years ago

Original comment by kraigs.a...@gmail.com on 6 Jul 2010 at 9:10