jroal / a2dpvolume

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

volume setting to max inappropriately #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Device (phone) brand: motorola
Device (phone) model: Droid
Android OS version: 2.2
App version: main
What steps will reproduce the problem?
1. Connect to another phone via bluetooth
2. Transfer image
3. On disconnect volume left at max

What is the expected output? What do you see instead?
Device was configured to not adjust volume but it triggered on disconnect 
anyway.  Connected and reported proper device, volume was not adjusted on 
connect.  On disconnect reported stored volume as 15 and set vol to 15.

Please provide any additional information below.

Original issue reported on code.google.com by JimR...@gmail.com on 9 Apr 2011 at 9:24

GoogleCodeExporter commented 9 years ago
Corrected this in the service.java file.  Made changes to ensure old volume was 
properly captured.  Changed toast message to show the old volume and new volume 
instead of stored volume.  Also prevented service from adjusting volume on 
disconnect of a device that is configured to not adjust volume.  Fixed in 
V1.3.8.

Original comment by JimR...@gmail.com on 10 Apr 2011 at 12:39