athiseshaguptha / mylockforandroid

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

alpha 3 test build will not allow you to change volume if music is playing #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start some music
2. Press power to go to sleep
3. Try to change volume via the side key

What is the expected output? What do you see instead?
User expects to be able to change volume. It's possible this won't work due 
to custom lockscreen logic.

It's possible there is no fix to this given current limitations of custom 
lockscreen implementation. However, the workaround suggested would be to 
use the Lite mode that does not utilize any lockscreen and merely exits the 
lockscreen automatically at wakeup. The beta version will feature the more 
implemented custom lockscreen with option to disable it in favor of the 
lite no-lockscreen method currently featured in alpha 2c. the advantage of 
custom lockscreen mode is more control over what actions will wake or 
unlock the device.

Original issue reported on code.google.com by myLockan...@gmail.com on 28 Jan 2010 at 7:50

GoogleCodeExporter commented 8 years ago

Original comment by myLockan...@gmail.com on 30 Jan 2010 at 6:22

GoogleCodeExporter commented 8 years ago
i believe i can fix this by adding logic when the vol keys are detected to 
basically 
pass them on instead of saying we handled it. I will need to have the 
lockscreen 
activity send a request that the volume stream it will change is the media 
volume so 
this can work.

Original comment by myLockan...@gmail.com on 4 Feb 2010 at 7:39

GoogleCodeExporter commented 8 years ago
feature no longer in development due to hard limitations on the lockscreen 
window flags

Original comment by myLockan...@gmail.com on 10 Feb 2011 at 8:23