jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
96 stars 33 forks source link

Auto-start at boot does not work #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to implement the auto start at boot.  I had this sort-of working at one 
time.  Not sure how to make it configurable though.  I hate it when everything 
autostarts by default.  I like to choose what I want to auto start.

Original issue reported on code.google.com by JimR...@gmail.com on 11 Oct 2010 at 1:12

GoogleCodeExporter commented 9 years ago
I added a Starter java file that is a broadcast receiver.  It looks for the 
user preference setting to determine whether to launch the service or not after 
boot.  

Original comment by JimR...@gmail.com on 24 Oct 2010 at 4:27

GoogleCodeExporter commented 9 years ago
Make sure you install to the device and NOT the SD card.  Apps on the SD card 
often do not get recognizes by Android until well after the boot sequence.  The 
auto start will not work when the app is installed to the SD card.

Original comment by JimR...@gmail.com on 21 Jun 2011 at 10:14