dimanche 16 mars 2014

A2DP Bluetooth music FIX CM10 Roms topic




I think I may have found a fix for people having problems with A2DP Bluetooth music on CM10 Roms
I installed the Honamiz II beta recently and the A2DP Bluetooth music wasn't working

like with most of the CM10 roms for Desire C
the Bluetooth calls work but the music just plays on the phone speaker

so I had a look around and found this fix that worked for me straight away (on the Honamiz Rom Anyway).

link to page I found
http://forum.xda-developers.com/show....php?t=1887297

A2DP fix for media CM10

Looks like sample rate is missing in the at a2dp line in the "audio_policy.conf" file
File location:
/system/etc/audio_policy.conf

the line "sampling_rates 48000"
the number 44100 needs to be added before the 48000 with this "|" symbol
and it should look like this

"sampling_rates 44100|48000".

After changing the sampling rate save and reboot your device in order for it to take effect.

Edit file with ES-explorer or Root Explorer text editors.
and make sure you have system set to RW

the section your looking for is near the bottom section of the file
and looks like this


Code:


a2dp {
  outputs {
    primary {
    sampling_rates 48000


Just add the 44100 like below and save file

a2dp {
  outputs {
    primary {
    sampling_rates 44100|48000



this worked for me and may work on other Roms. good luck
thanks to the post by KRZ-2pa





Aucun commentaire:

Enregistrer un commentaire