chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.67k stars 109 forks source link

bcr can't record calls #440

Closed AlirezaSharifi8290 closed 11 months ago

AlirezaSharifi8290 commented 12 months ago

hey, i'm using lineage 20, i installed bcr trough magisk and it's not working it gives me this error btw there's a call recording option in this rom but i have to click record every time that i call Screenshot_20231006-163347_Trebuchet

chenxiaolong commented 11 months ago

Which device are you using? Can you link to the exact LineageOS ROM?

From the error, it looks like true call recording is not supported. On some devices, LineageOS will record the microphone instead of the actual call audio. I can check if your ROM is set up that way.

BCR only supports recording call audio (VOICE_CALL source). It cannot fall back to using the microphone (MIC source).

AlirezaSharifi8290 commented 11 months ago

Which device are you using?

im using J700H

Can you link to the exact LineageOS ROM?

yes, ofc https://xdaforums.com/t/rom-13-j7elte-j7xlte-unofficial-lineageos-20-0-alpha.4524889/ j7elte version

chenxiaolong commented 11 months ago

Thanks for the link! It looks like my suspicion is correct:

image

1 is the microphone, while 4 is the actual call audio. It looks like your device does not support proper call recording (at least with this ROM) so LineageOS's Dialer uses the microphone instead. Unfortunately, this means you won't be able to use BCR.