austgl / a2dpvolume

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

Start A2DP service when Bluetooth activated #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Absolutly love the fuctionality you have built into this app, as I only 
activate bluetooth when I need to in order to prevent unnecessary battery 
drain, is it possible to create a setting that starts the service when 
bluetooth is activated and then switches the service off when bluetooth is 
deactivated?

Regards
Keith

Original issue reported on code.google.com by dogbuste...@gmail.com on 5 Jul 2012 at 10:41

GoogleCodeExporter commented 9 years ago
I just moved and will not have time to work on this app for a while.  Please be 
patient until I get up and running again.

Original comment by JimR...@gmail.com on 11 Jul 2012 at 10:46

GoogleCodeExporter commented 9 years ago
This app is completely event driven.  That means it just sits and waits to be 
called.  It does not use battery until it is called to do something.  It must 
be running to be called so it would have to be running to start when bluetooth 
is enabled.  It is a catch 22.  Again, this app does not really use any battery 
until it is called to perform a function.  The rest of the time it just sits 
and waits.

Original comment by JimR...@gmail.com on 11 Jul 2012 at 10:52