A2DP Bluetooth music FIX CM10 Roms

Search This thread

racky29

Senior Member
Nov 5, 2012
155
69
west midlands
I 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://xdaforums.com/showthread.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
NOTE: just set sampling_rates 44100 works the same on desire c cm10
and a flashable zip made by rudi_j7 here
http://d-h.st/6Zp
. good luck

thanks to the post by KRZ-2pa
 
Last edited:

racky29

Senior Member
Nov 5, 2012
155
69
west midlands
Such s simple fix. This bluetooth problem was bugging me for ages I had to go back to stock ics for a while because I bought s new car stereo with bluetooth . So im happy now it seems to work fairly good

glad it works for you
 
  • Like
Reactions: Quasar

Quasar

Inactive Recognized Developer
Dec 3, 2013
2,296
3,202
Mumbai
Same here ... Just couldn't figure out what was wrong!

Sent from my HTC Desire C using XDA Premium 4 mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    I 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://xdaforums.com/showthread.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
    NOTE: just set sampling_rates 44100 works the same on desire c cm10
    and a flashable zip made by rudi_j7 here
    http://d-h.st/6Zp
    . good luck

    thanks to the post by KRZ-2pa
    3
    hey guys! I've made a flashable zip file of the fix. here: http://d-h.st/6Zp
    2
    I'll try it out. Hang on.


    EDIT: It works!!! nice!
    Sent from my HTC Desire C using XDA Premium 4 mobile app
    1
    Such s simple fix. This bluetooth problem was bugging me for ages I had to go back to stock ics for a while because I bought s new car stereo with bluetooth . So im happy now it seems to work fairly good

    glad it works for you