-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call are not being recorded #462
Comments
Thanks for the logs! It looks like the call length (between
but the audio driver only provided 0.8 seconds of audio to BCR:
Unfortunately, there's not much I can do about this because from BCR's perspective, everything is behaving correctly. It's just that the audio driver is not producing audio. There's probably nothing you can do about this besides trying more ROMs (or potentially other kernels). |
I will try changing kernerls (if there are still compatible ones available) instead of ROM and try testing if BCR works. Thanks! |
Hey @Vidhan31 Just disable "Ok Google" and bcr will be working again... |
Thanks, it works |
Disabling Google app works as stated by @BigBrar. I have accidentally found another trick with the Google app still being enabled. I put the phone into the safe mode (for a different reason). When I took it out of safe mode, the recording started working with Google enabled. This is what I did:
|
I am running evolution x custom rom on my redmi note 5 pro (whyred). I have not been able to run bcr every since android 12 came out. Call recording used to run fine till android 11. I am not sure if it is rom problem or android or maybe requirements of application changed. It didn't work on another rom either (pixel experience).
The recording always have duration of 1 second and file size of 1.37kb and even that doesn't sound right.
The only other magisk modules running are busybox, universal safety fix for attestation and debloater for system apps. No xposed or anything is used. I have attached the metadata and logs.
metadata:
{
"timestamp_unix_ms": 1700741701819,
"timestamp": "2023-11-23T17:45:01.819+05:30",
"direction": "out",
"sim_slot": 1,
"call_log_name": "",
"calls": [
{
"phone_number": "198",
"phone_number_formatted": "198",
"caller_name": null,
"contact_name": null
}
],
"output": {
"format": {
"type": "OGG/Opus",
"mime_type_container": "audio/ogg",
"mime_type_audio": "audio/opus",
"parameter_type": "bitrate",
"parameter": 48000
},
"recording": {
"frames_total": 26112,
"frames_encoded": 26112,
"sample_rate": 48000,
"channel_count": 1,
"duration_secs_total": 0.544,
"duration_secs_encoded": 0.544,
"buffer_frames": 3840,
"buffer_overruns": 0,
"was_ever_paused": false,
"was_ever_holding": false
}
}
}
logs:
The text was updated successfully, but these errors were encountered: