Skip to content
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

Android 16 issues #638

Open
hubono opened this issue Dec 7, 2024 · 6 comments
Open

Android 16 issues #638

hubono opened this issue Dec 7, 2024 · 6 comments
Assignees
Labels
bug/limitation elsewhere Bug/limitation in the ROM or another project

Comments

@hubono
Copy link

hubono commented Dec 7, 2024

Hi
On android 16, some calls save in /android/data/com.bcr and others in sdcard/calls which is the directory i selected once i installed the module and opened the app.,

@chenxiaolong chenxiaolong self-assigned this Dec 7, 2024
@chenxiaolong
Copy link
Owner

Can you enable debug mode by long pressing BCR's version number? When that's enabled, BCR will write a log file for each call named <name>.log.txt in the output directory. The next time you encounter this issue, please upload the corresponding log file for that call. (It'll likely be in /sdcard/Android/data/com.chiller3.bcr/files in your case.)

@hubono
Copy link
Author

hubono commented Dec 10, 2024

20241209_122634.104+0400_out_sim1_95586637.log.txt
20241210_090347.041+0400_in_sim2_72277963.log.txt
logcat.log.txt

logcat.log.txt

Hi
I hope this helps.
My observation is that when i get a missed call and call that missed call back, the call is saved in the Android/Data/com directory, all other calls save in sdcard/calls

@chenxiaolong
Copy link
Owner

(Did you forget to upload the log?)

@hubono
Copy link
Author

hubono commented Dec 10, 2024

Reattached

@chenxiaolong
Copy link
Owner

Thanks for the logs! This is almost certainly a bug in Android 16.

12-09 12:27:22.294  7808 16573 W IPCThreadState: Transaction failed because process frozen.
12-09 12:27:22.294  7808 16573 E IPCThreadState: Binder transaction failure. id: 23515920, BR_*: 29202, error: 0 (Success)
12-09 12:27:22.294  7808 16573 E JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 700)

BCR is asking Android to create a new file in the output directory, but the system component responsible for that is frozen and can't respond. There's nothing I can do to work around this. Hopefully Google will fix this in one of the upcoming beta releases.

@chenxiaolong chenxiaolong added the bug/limitation elsewhere Bug/limitation in the ROM or another project label Dec 10, 2024
@hubono
Copy link
Author

hubono commented Dec 21, 2024

Interestingly if i get a call after the "frozen call" , it works. What would cause the call after to work without me changing anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/limitation elsewhere Bug/limitation in the ROM or another project
Projects
None yet
Development

No branches or pull requests

2 participants