-
Notifications
You must be signed in to change notification settings - Fork 92
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
build arpi-13 and arpi-14 on rpi4 ,the bluetooth can scan and match ,but can' t connected #128
Comments
Hi!! What is the BT device that you are trying to pair/connect? Is this occurring with other BT devices too? Suggest to capture the logcat buffers around that time, maybe using some BT tags, so we can understand better the issue (past that here too, with proper format so it could be readable). Last month I've compiled arpi, but I didn't use the BT connection. |
Hello, thank you for your reply. I tried to connect the Bluetooth headset, but it kept stopping on the Bluetooth search page. I found the error log below 03-03 10:11:12.823 1832 1832 E droid.bluetooth: [0303/101112.823104:ERROR:message_loop_thread.cc(103)] DoInThreadDelayed: message loop is null for thread bt_main_thread(-1), from pc:0x7c3e9c6868 03-03 10:11:10.343 1832 1832 E droid.bluetooth: [0303/101110.343079:ERROR:hal_version_manager.cc(135)] HalVersionManager No supported HAL version |
Tks for the logs, but they are not very helpful due their meaning (at least for me). Anyway, I was able to test this locally with two different devices....a linux pc and a external headset. Both are not working, so BT state looks broken to me. The behavior is this:
I was checking the logs like this: |
Thanks |
@niangegelaile, I was debugging a little longer here but without much progress. Recently, I was trying to compare the behavior of this repo vs the https://github.com/raspberry-vanilla/android_device_brcm_rpi4. At vanilla case, BT is working from my tests. So, I'm not completely sure about where the problem is: firmware scope, kernel image/dtb`s, "product device configuration" (device folder at aosp tree) or at this particular android tag. I was trying to pursuit that question mixing the device_arpi_rpi4 repo inside the vanilla tree, looking for better results, but I've faced a loop of different problems. Since I don't known all the history of changes of the android-rpi 14 repo, it becomes even more complex. My suggestion is: you can try to compare yourself and debug further, maybe continue to compare with vanilla project. Maybe, @peyo-hd , can help, since his the owner of the repo and knows all the history of changes. |
I compiled the arpi-13 and arpi-14 branches and both were successfully installed. But they all have the same problem, Bluetooth can match, but cannot establish a connection. Could you please help solve this problem
The text was updated successfully, but these errors were encountered: