Hi,
Can anyone Help me understand what this error message means? Or how I
can avoid this error occurring? Its occurring on a HTC Hero.
Invalid routing action. Node A2DP does not exist.
It seems to occur when I am calling Intent to Dial a Number, you hear
the first tone come through the speaker (which is wierd in itself)
then the dialer crashes and the above error message is shown.
I have tried the below code before I do my call or dial but to no
avail.
Context myContext = this;
AudioManager am =(AudioManager) myContext.getSystemService
(Context.AUDIO_SERVICE);
am.setBluetoothA2dpOn(false);
am.setRouting(AudioManager.MODE_CURRENT,
AudioManager.ROUTE_EARPIECE, AudioManager.ROUTE_ALL);
I basically get the issue when I am trying to call a number with the
URL tel:5555555;ext=4535*433 which works in the emulator fine!
Regards
Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---