austgl / a2dpvolume

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

Brightness and Sleep options for location #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Add option to disable Sleep when connected to Bluetooth device. Or it could 
be a combo box instead of check box to choose Sleep Timeout similar to system 
settings. When option is enabled it'll disable screen sleep.
I suggest to add this option to EditDevice activity. When disconnected from the 
BT device old value of sleep timeout should be restored.

2. Similar option to set Max Screen Brightness when connected to BT device. I 
suggest to add it to the EditDevice activity also. When this option is enabled 
it'll save old brightness mode/value and set maximum brightness. It would be 
good idea to add suboption to enable max brightness only if connected to the 
external power source. When disconnected from BT device brightness should be 
reverted to saved value and mode.

Original issue reported on code.google.com by gulo.hem...@gmail.com on 14 Jun 2012 at 5:10

GoogleCodeExporter commented 9 years ago
Will consider for a future release.

Original comment by JimR...@gmail.com on 16 Jun 2012 at 12:28

GoogleCodeExporter commented 9 years ago
for item 1 Android has a developer feature you can use to keep the screen ON 
while connected to power.  That is really the only time it makes sense.  If not 
connected to power it will just drain the battery fast.  Just go to [settings] 
-> [applications] -> [development] and check [stay awake].  That should handle 
your first request and I don't need to do anything in A2DP Volume.

Item 2 can be handled with this free app: 
https://play.google.com/store/apps/details?id=com.jester3141
It would be redundant for me to implement the same thing in A2DP Volume.

Original comment by JimR...@gmail.com on 17 Jun 2012 at 4:50