Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. - In build.prop add this two lines :
  2.  
  3. persist.call_recording.enabled=true
  4. persist.call_recording.src=4
  5.  
  6.  
  7. - In audio_policy.conf add AUDIO_DEVICE_IN_VOICE_CALL to this line near 61 :
  8.  
  9. devices AUDIO_DEVICE_IN_BUILTIN_MIC|AUDIO_DEVICE_IN_WIRED_HEADSET|AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET|AUDIO_DEVICE_IN_BACK_MIC|AUDIO_DEVICE_IN_VOICE_CALL|AUDIO_DEVICE_IN_FM_TUNER
  10.  
  11.  
  12. - In mixer_paths.xml add the following lines :
  13.  
  14. <path name="incall-rec-uplink">
  15. <ctl name="MultiMedia1 Mixer VOC_REC_UL" value="1" />
  16. </path>
  17.  
  18. <path name="incall-rec-uplink bt-sco">
  19. <path name="incall-rec-uplink" />
  20. </path>
  21.  
  22. <path name="incall-rec-uplink bt-sco-wb">
  23. <path name="incall-rec-uplink" />
  24. </path>
  25.  
  26. <path name="incall-rec-uplink afe-proxy">
  27. <path name="incall-rec-uplink" />
  28. </path>
  29.  
  30. <path name="incall-rec-uplink usb-headset-mic">
  31. <path name="incall-rec-uplink" />
  32. </path>
  33.  
  34. <path name="incall-rec-downlink">
  35. <ctl name="MultiMedia1 Mixer VOC_REC_DL" value="1" />
  36. </path>
  37.  
  38. <path name="incall-rec-downlink bt-sco">
  39. <path name="incall-rec-downlink" />
  40. </path>
  41.  
  42. <path name="incall-rec-downlink bt-sco-wb">
  43. <path name="incall-rec-downlink" />
  44. </path>
  45.  
  46. <path name="incall-rec-downlink afe-proxy">
  47. <path name="incall-rec-downlink" />
  48. </path>
  49.  
  50. <path name="incall-rec-downlink usb-headset-mic">
  51. <path name="incall-rec-downlink" />
  52. </path>
  53.  
  54. <path name="incall-rec-uplink-and-downlink">
  55. <path name="incall-rec-uplink" />
  56. <path name="incall-rec-downlink" />
  57. </path>
  58.  
  59. <path name="incall-rec-uplink-and-downlink bt-sco">
  60. <path name="incall-rec-uplink-and-downlink" />
  61. </path>
  62.  
  63. <path name="incall-rec-uplink-and-downlink bt-sco-wb">
  64. <path name="incall-rec-uplink-and-downlink" />
  65. </path>
  66.  
  67. <path name="incall-rec-uplink-and-downlink afe-proxy">
  68. <path name="incall-rec-uplink-and-downlink" />
  69. </path>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement