-
Notifications
You must be signed in to change notification settings - Fork 114
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
Cannot record calls from private numbers #455
Comments
Can you enable debug mode by long pressing BCR's version number and then upload the log file it creates (in the output directory) the next time you get a call from a private number? AOSP (and ROMs that don't diverge too far from it, like the Google Pixel stock OS) don't treat private calls any differently, other than not being able to show the phone number. If the recording process fails only for these numbers, I strongly suspect the ROM you're running is blocking these calls from being recorded. The logs should help to confirm this. |
Will do. I wonder what should the filename of recording for private call look like? |
The filename for the recording should looks something like: |
I'm having the same problem Please let me know if there is a solution. I'm thinking it doesn't like it because it can't get a phone number for the file name. |
Please see my first comment above for getting the debug logs. If a log file doesn't get created, please grab a logcat instead (either with |
I think this might be the same? I can open a new issue if not. This is on my Pixel 8 using the latest stock ROM. I've tried clearing BCRs data/cache, uninstalling/reinstalling BCR through Magisk and find the same afterwards. I enabled debug logging and then got another call from a withheld number, which I hope might show what's up? Thanks a lot |
I am getting the same thing. Attached is my log file that I have. If there is anything else that the team need please let me know! 20240301_164544.376-0600__Anonymous.log.txt App version: 1.60 |
Thanks for the logs! They were very helpful since I couldn't reproduce this on my device. BCR grabs the phone number from two sources: the native call detection API and also the call log. On my device, Android reports the phone number as Anyway, this should be fixed by #505, which will be included in BCR 1.61. |
Private numbers are commonly used by government agencies and financial institutions in the UK and allow callers to conceal their real phone numbers. It is particularly important to record these unidentified calls for analysis and evidence purposes. However, BCR reports 'recording failed' for calls from private numbers.
The text was updated successfully, but these errors were encountered: