Audio FIX [AOSP] [Marshmallow-6.0/6.0.1] [CAF] [Ghost}

Search This thread

cyril279

Senior Member
Jun 3, 2013
987
2,076

some non-cm-based roms have been experiencing an issue where they don't have call-audio (or other audio issues).
Somehow, some audio policy files are not being handled correctly during the build.

This patch file replaces the missing audio library files.

-Cyril

Candy is affected, but the patch is incorporated into the builds, so it doesn't need to be applied separately.
https://github.com/msm8960dt/bringu...mmit/a521ff1331446253b94c2282f22042111e3dda06
https://github.com/msm8960dt/propri...mmit/4b16db52ac24311b7173e6a66f4c57610fdbde94
----------------------------------------------
@abinsur279
You have instructed the make file to copy the files from msm8960-common, but you have put the library files in 8960dt-common.
 
  • Like
Reactions: CsR0501

diago27

Senior Member
Nov 23, 2012
129
43
Mumbai
some non-cm-based roms have been experiencing an issue where they don't have call-audio (or other audio issues).
Somehow, some audio policy files are not being handled correctly during the build.

This patch file replaces the missing audio library files.

-Cyril

Candy is affected, but the patch is incorporated into the builds, so it doesn't need to be applied separately.
https://github.com/msm8960dt/bringu...mmit/a521ff1331446253b94c2282f22042111e3dda06
https://github.com/msm8960dt/propri...mmit/4b16db52ac24311b7173e6a66f4c57610fdbde94
----------------------------------------------
@abinsur279
You have instructed the make file to copy the files from msm8960-common, but you have put the library files in 8960dt-common.

Thank for the clarification.
And keep up the good work!!
 

deathstalker279

Senior Member
Apr 7, 2014
103
526
23
Guntur
androidhlp.blogspot.in
some non-cm-based roms have been experiencing an issue where they don't have call-audio (or other audio issues).
Somehow, some audio policy files are not being handled correctly during the build.

This patch file replaces the missing audio library files.

-Cyril

Candy is affected, but the patch is incorporated into the builds, so it doesn't need to be applied separately.
https://github.com/msm8960dt/bringu...mmit/a521ff1331446253b94c2282f22042111e3dda06
https://github.com/msm8960dt/propri...mmit/4b16db52ac24311b7173e6a66f4c57610fdbde94
----------------------------------------------
@abinsur279
You have instructed the make file to copy the files from msm8960-common, but you have put the library files in 8960dt-common.

@cyril I think you didn't look at this commit. xD and that is msm8960dt only, not msm8960
 
Last edited:

cyril279

Senior Member
Jun 3, 2013
987
2,076
@cyril I think you didn't look at this commit. xD and that is msm8960dt only, not msm8960

Regarding the eight added lines of your list commit...

- You have added the lib files to msm8960dt-common, so the entries should start with:
Code:
    vendor/motorola/msm8960dt-common/proprietary/lib/...
your entries start with:
Code:
    vendor/motorola/msm8960-common/proprietary/lib/...

- Lines 26 & 28 are not complete; should end like:
Code:
filename.so \

- Line 33 is a duplicate entry.
Cheers
 

Top Liked Posts