Git Product home page Git Product logo

a2dpvolume's People

Contributors

jroal avatar

Watchers

 avatar

a2dpvolume's Issues

Null pointer error in service

v1.4.0Apr 20, 2011 2:43:48 AM1 reports/week 
3%1reports 
--------------------------------------------------------------------------------

java.lang.RuntimeException: Error receiving broadcast Intent { 
act=android.bluetooth.device.action.ACL_DISCONNECTED (has extras) } in 
a2dp.Vol.service$2@48cd43c0
at 
android.app.ActivityThread$PackageInfo$ReceiverDispatcher$Args.run(ActivityThrea
d.java:981)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:5068)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at a2dp.Vol.service.grabGPS(service.java:580)
at a2dp.Vol.service$2.onReceive(service.java:329)
at 
android.app.ActivityThread$PackageInfo$ReceiverDispatcher$Args.run(ActivityThrea
d.java:964)
... 9 more

--------------------------------------------------------------------------------

v1.4.0Apr 20, 2011 1:23:14 AM1 reports/week 
3%1reports 
--------------------------------------------------------------------------------

java.lang.RuntimeException: Error receiving broadcast Intent { 
act=android.bluetooth.device.action.ACL_DISCONNECTED (has extras) } in 
a2dp.Vol.service$2@4615d6a8
at 
android.app.ActivityThread$PackageInfo$ReceiverDispatcher$Args.run(ActivityThrea
d.java:942)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:4701)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at a2dp.Vol.service.grabGPS(service.java:580)
at a2dp.Vol.service$2.onReceive(service.java:329)
at 
android.app.ActivityThread$PackageInfo$ReceiverDispatcher$Args.run(ActivityThrea
d.java:910)
... 9 more

Original issue reported on code.google.com by [email protected] on 20 Apr 2011 at 12:12

Location capture on Car Mode Disconnect no longer works with latest version that adds HomeDock support

Device (phone) brand: HTC
Device (phone) model: Desire
Android OS version: 2.2
App version: 2.0.8
What steps will reproduce the problem?
1. Enable the menu option "get location on car mode disconnect" in previous 
version, in new version the text is little bit different
2. Disable location on bluetooth disconnect (to not interfere with car mode 
disconnect)
3. Remove Phone from Car Holder / disable Car Mode

What is the expected output? What do you see instead?
The Exit of Car mode no longer captures the Location

Please provide any additional information below.

I downgraded app&data using Titanium Backup and it works again. But I would be 
really interested to have version 2.0.8, because it has a feature, that makes 
sudden disconnects of Bluetooth in the Car go away (often the Bluetooth 
disconnects from Car Hands Free and disables Car Mode when you drive with your 
car next to a WIFI network where the phone tries to connect to. This is 
annoying and seems a similar bug to the A2DP problems when WiFi is on)

Original issue reported on code.google.com by uwe.h.schindler on 13 Jul 2011 at 9:35

Remove bad French translations

Great app. I'd love to see an option to turn off/on wifi. And, french 
translations are awful (google-translated i guess) : english would be better.


Original issue reported on code.google.com by [email protected] on 3 May 2011 at 10:40

Mystery force close on Corts Droid

When Cort installed the last V1.0 of the software it force closed when he 
started the service.  Happened repeatedly.  After he opened the preferences and 
configured a few things it worked fine.  His Droid has Sapphire OS.  However, 
we also tried it on another Sapphire phone at the same time and it worked fine.


Original issue reported on code.google.com by [email protected] on 27 Oct 2010 at 1:55

Does not support landscape screen

So far I have implemented everything based on portrait screen orientation only. 
 Need to implement support for landscape screen too.  Sometimes the application 
may even crash if you are editing a device because of this.

Original issue reported on code.google.com by [email protected] on 10 Oct 2010 at 3:33

Device specific "Location" button does not open location file on Droid 3

Device (phone) brand: Motorola
Device (phone) model: Droid 3
Android OS version: 2.3.4
2.0.8 app

The link is not correct for these devices.  The Droid 3 has an internal SD 
card, and an external SD card. I tried both internal storage and SD card 
storage.  The link is created, as is the file.  However, the link does not open 
the file for some reason.

The widget and the location button on the main screen work fine.

Original issue reported on code.google.com by [email protected] on 14 Jul 2011 at 2:56

Does not start a new location listener to capture best location

Right now the program captures the most recent and best locations.  However, 
that is only as good as the last location request.  So, if you don't have 
another program requesting a location (such as maps, navigation, etc) then your 
location is not very good.  The program works fine if you have maps or 
navigation (or any other program that request locations often).

To fix this I just need to implement a listener that requests location updates 
quickly and returns when the location is within some tolerance (say 10m) OR a 
timer has expired.  The deregister the listener.

Original issue reported on code.google.com by [email protected] on 10 Oct 2010 at 3:28

Enhancement request: Connected icon

First: this is great ... (almost) exactly what I wanted. I am using this with a 
headset. Would be nice if there were a setting to allow the connected icon to 
be a headset. As for me, a global setting would be fine; a more elaborate 
implementation could allow selection per device.

The almost? Any chance you could add a "built-in" device ... the headset being 
plugged in or unplugged (obviously the location save is not too useful for this 
...). Yes there is another app for this in the market (Hearing Saver); but it 
also needs to have the service running with a notification icon and there is so 
little room in the space.


Original issue reported on code.google.com by [email protected] on 8 Feb 2011 at 8:09

improve location link

The location link in the app and widget always uses the most recent location.  
Instead it should usee the most accurate that was captured after a disconnect.  
I had a case where a very accurate gps location was superceeded by a network 
location.

Original issue reported on code.google.com by [email protected] on 13 May 2011 at 12:45

Data Storage

Since version 1.4.0, a BluetoothVol folder is created at SD card root.
Maybe it would be better to create it in /Android/data/<package>, as mentioned 
in 
http://developer.android.com/guide/topics/data/data-storage.html#filesExternal ?
I like to keep my SD clean :)

Thx !

Original issue reported on code.google.com by pierre.burel on 21 Jun 2011 at 11:53

Screen stay-awake feature

Hi, I was trying out your app, I thought you might like some useful feedback.

Things I do when using a2dp in my car, after I plug in the charge cable.

1. Set screen to stay awake
2. Set maximum brightness
3. Press play on my head deck to start launch the default music player.

Right now I use tasker to set those items when bt connects, however I cannot 
specify a device or a2dp specifically with tasker only bt in general, they 
would be a fantastic addition to your app if I could choose my car specifically 
for this actions.

Original issue reported on code.google.com by [email protected] on 16 Jul 2011 at 3:36

HTC Inspire. App Closed unexpectedly.

Device (phone) brand: HTC
Device (phone) model: Perspire. Err. Inspire.
Android OS version:
App version: A2.1 or main: Main
What steps will reproduce the problem?
1. Installing
2. Starting Service
3. Getting into my Vehicle (2011 Ford F250 with Ford SYNC)

What is the expected output? What do you see instead?

I expected the bluetooth volume to go to the set level (level 15). When it 
didn't happen, I looked at my phone and saw that (the application closed 
unexpectedly.

Please provide any additional information below.

Great concept. I know its hard getting everything working on all the 
manufacturers phones but get this working and I would be happy to pay for it.

Thanks!

Keith


Original issue reported on code.google.com by [email protected] on 22 Feb 2011 at 6:28

Where do exported files go?

What steps will reproduce the problem?
Export data files

What is the expected output? What do you see instead?
Tell me where the file went

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 21 Oct 2010 at 8:58

  • Merged into: #8

Integrate with Amazon MP3 Player

Integrate with Amazon MP3 player, similar to the Pandora integration.  Have it 
start Amazon MP3 and start playing a play list or play all.  

Original issue reported on code.google.com by [email protected] on 24 Jul 2011 at 11:46

Need to implement device specific locaton capture

Would like to implement the location capture for each device separately.  This 
way if you have more than one car you can keep track of where you left them 
all.  In order to do this, we need to know what device is actually connected.  
See issue 1.

Original issue reported on code.google.com by [email protected] on 10 Oct 2010 at 3:35

Database import requires application restart

If you use the database import feature to import a database from the SD card, 
you will need to exit and restart the application for the new data to be 
available.  In fact, if you try to find devices the app will force close.  When 
this happens, just open the app again and everything works fine.  I just need 
to figure out how to reinit the database when I replace the file.  

The impact of this is actually very low since importing the database is not 
done often at all.  I only created it because I had a bug when I was adding a 
column to the database for the location capture configuration and lost all my 
data.  


Original issue reported on code.google.com by [email protected] on 29 Oct 2010 at 3:08

Force close when location data is null

This came from the developer console.  The very first error report.  The 
problem was the service was not handling the case where there was no prior 
location captured the first time a location was attempted to be captured.  


Original issue reported on code.google.com by [email protected] on 12 Nov 2010 at 3:13

German translation is incorrect and horrible

Hi,

the German translation recently added makes the application completely 
un-understandable. You cannot understand the menu items anymore. The German 
used there looks bader than Google Translate :-)

Please remove it again or give some hints how to change the App Language back 
to English (on a German Phone).

Even the App Title in the Drawer "A2DB Band" is totally wrong. Even in German 
"A2DP Volume" is correct ("Volume" is a often used word in Germany)!

Original issue reported on code.google.com by uwe.h.schindler on 23 Apr 2011 at 11:14

Can't Open Latest Test File: Force Close

Device (phone) brand: Motorola 
Device (phone) model: Droid X2
Android OS version: 2.2.3
App version: A2DP Volume 2.0.3 test
What steps will reproduce the problem?
1. Install
2. Open
3. Force Close

What is the expected output? What do you see instead?
No crash.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jun 2011 at 11:17

Media volume bar on main screen does not update when volume adjusted elsewhere

The slider bar on the main screen is used to adjust the media volume.  However, 
it does not display the current volume when the current volume gets adjusted 
elsewhere.  On program start it will be set based on the current media volume.  
When you use it to adjust the volume, it will reflect the current media volume. 
 When anything else adjust the media volume, it does not adjust to reflect the 
new volume.  

Would need to implement a media volume listener to keep the slider bar 
reflecting the current media volume.

Original issue reported on code.google.com by [email protected] on 1 Nov 2010 at 10:51

When exporting files, where do they go??

What steps will reproduce the problem?

Export Data

What is the expected output? What do you see instead?
Tell me where it put it

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 21 Oct 2010 at 8:57

play command after pairing

After the media volume is set to the saved value by a2dpvolume, I always have 
to open the mediaplayer (e.g. Winamp) and start the playback. It would be nice, 
if the playback would automatically start, after the connection to the 
bluetooth device is established and automatically stop after the bluetooth 
device is disconnected. 

Original issue reported on code.google.com by [email protected] on 3 May 2011 at 7:47

Force Close With No Devices

What steps will reproduce the problem?
1. Run program with no devices configured.
2. Click on the "no data" link.
3. Program force closes...

The program should indicate that there is nothing to look at. Better would be 
to grey out the link, so it is not even possible for a user to select that 
option.


Original issue reported on code.google.com by [email protected] on 27 Oct 2010 at 12:28

  • Merged into: #10

volume sync ?

Device (phone) brand:nexus one
Device (phone) model:
Android OS version:
App version: A2.1 or main
What steps will reproduce the problem?

Would it be possible to sync Bluetooth headset volume controles with device 
controls.




Original issue reported on code.google.com by [email protected] on 17 Jan 2011 at 7:53

volume setting to max inappropriately

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 [email protected] on 9 Apr 2011 at 9:24

Make a per device configuration for location capture

Some of your bluetooth devices may not be installed in a car so you don't want 
to capture the location of them.  Add a configuration per device to handle 
this.  You can also use this to trigger a location capture for any bluetooth 
device.


Original issue reported on code.google.com by [email protected] on 27 Oct 2010 at 2:19

location does not store or retrieve on Galaxy S

Volume works fine.  Detect connect and disconnect fine.  Spawns location 
listener fine.  However clicking stored location always shows "no data".  Both 
long and short press produce the same result.  Works fine on motorola, htc, and 
other samsung models.  This issue has been the cause of every poor rating of 
this app.

Original issue reported on code.google.com by [email protected] on 19 Dec 2010 at 7:08

null-device name error

Error #4 from Android Market report.  A bluetooth device was paired but 
apparently did not report a device name at all.  When inserting into the 
database, the app tried to bind a null value and an exception was thrown.

v1.3.5
Dec 27, 2010 6:29:49 PM

java.lang.IllegalArgumentException: the bind value at index 1 is null
at android.database.sqlite.SQLiteProgram.bindString(SQLiteProgram.java:234)
at a2dp.Vol.DeviceDB.insert(DeviceDB.java:67)
at a2dp.Vol.main.getBtDevices(main.java:557)
at a2dp.Vol.main.access$3(main.java:505)
at a2dp.Vol.main$7.onClick(main.java:209)
at android.view.View.performClick(View.java:2408)
at android.view.View$PerformClick.run(View.java:8818)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:143)
at android.app.ActivityThread.main(ActivityThread.java:4701)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)


Original issue reported on code.google.com by [email protected] on 29 Dec 2010 at 3:17

Need a way to remove unpaired devices

Right now there is no way to remove a single device from the database.  You can 
delete the entire database and start over but it would be very nice to be able 
to remove one at a time.  For instance, when you unpair something and want it 
gone.

There is a button in the lost short click event that says "delete" and this is 
where I planned to implement the device delete.  However, should it also delete 
devices not found to be bonded on the "find A2DP Devices" call?  I guess there 
could be a dialog that pops up after the scan for devices that asks whether to 
delete devices in the database that are no longer bonded.

Original issue reported on code.google.com by [email protected] on 18 Oct 2010 at 10:58

Close app on disconnect?

Since you can open an app on connect, it is possible to close one on 
disconnect? For example, I'd like to start Pandora when connecting to an A2DP 
headset (it does this fine now), and shut it down when disconnecting (Pandora 
pauses itself, but I'd like to actually close the app).

Original issue reported on code.google.com by [email protected] on 24 Jul 2011 at 2:05

Force close when sending files over blootooth

Device (phone) brand: Motorola
Device (phone) model: Droid3
Android OS version: 2.3.4
A2DP Volume 2.0.9
What steps will reproduce the problem?
1. Pair device and turn Bluetooth ON
2. Find a file and send it to a PC using Bluetooth

This is likely related to the broadcast receiver seeing an unknown Bluetooth 
device.  However, in this case the device was in the list the 2nd time I tried. 
 There has been a problem with the broadcast receiver ever since 2.0.8.  

Original issue reported on code.google.com by [email protected] on 24 Jul 2011 at 7:28

Wifi toggle

Hi and thanks for this great app.

When I listen music via A2DP in my car and when I let wifi on, music is 
shuttering when the phone fix an open hotspot (known Android issue).
Would be nice to have an option to turn off Wifi when paired, and the turn it 
on again.

Thanks again !

Original issue reported on code.google.com by pierre.burel on 21 Jun 2011 at 11:46

This app fixes the In-call volume too loud problem

Device (phone) brand: HTC
Device (phone) model: WILDFIRE
Android OS version: 2.2
App version: main

Hi, I found your app useful to fix an annoying problem I have with my HTC 
Wildfire. Every time I disconnect from my bluetooth hands-free kit, the in-call 
volume of the phone becomes too loud although the bar is set to its minimum 
level. With your app installed and the service on, it seems the problem does 
not happen.

Can you comment on this?


Original issue reported on code.google.com by [email protected] on 21 Jan 2011 at 9:09

force close when no data list item selected

What steps will reproduce the problem?
1. Load no data
2. Select the "no data" list item
3.

What is the expected output? What do you see instead?
Need to make sure it is not no data before reading db.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Oct 2010 at 5:16

Droid 2 Car Dock does not trigger car mode

Droid 2 has a different app for car mode.  This app does not appear to trigger 
car mode in Android so the car mode disconnect listener never triggers.  The 
original Droid works fine.


Original issue reported on code.google.com by [email protected] on 19 Nov 2010 at 1:34

Does not detect which device is currently connected

I can't figure out how to determine which device is currently connected.  I 
tried the obvious getRemoteDevice(mac address) but it just returns the info on 
the bonded device every time, connected or not.  I ave searched the web but 
can't find anyone else who has been able to determine the connected device 
either, except when using serial port type communications (which I am not 
here). 

Original issue reported on code.google.com by [email protected] on 10 Oct 2010 at 3:24

Auto-start at boot does not work

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 [email protected] on 11 Oct 2010 at 1:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.