-
Notifications
You must be signed in to change notification settings - Fork 79
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
Bumble with Cuttlefish and Android 14 #635
Comments
You should check the Bluetooth HCI HAL status on Cuttlefish, from logcat or dumpsys. I guess it's probably about rootcanal client configuration. |
hey @zxzxwu thank you for the suggestion! I've noticed that indeed HCI HAL was not starting on Android 14. Settings I am a bit unsure about rootcanal still. In #413 I've understood that netsim would use an external rootcanal in this approach? What I've seen is that whenever I launch_cvd with -rootcanal_instance_num=1 or 2 (different from the default 0), Is there a different approach to achieve this without android_netsim? If there is indeed some limitation from netsim on this experimental version in Android 14. |
A couple of things to check:
|
Hey @barbibulle thank you so much for the hints! I've discovered that this revision of Android ( I am currently creating an image with a later Android 14 to re-do the test and will get back with an update. Do I have other options with the Bumble HCI Bridge for this version |
Hello, I was able to test on a later version of Android 14 where On an older version of Android and |
One option for supporting older versions of cuttlefish may be to replace |
I'm trying to work out how to setup Bumble / Cuttlefish with Android 14 so that I can use my physical Bluetooth on my board to check connectivity with real devices.
I've been reading and trying the instructions found here: #413
They work perfectly on an Android 15 image but on Android 14_r3 I am unable to pin point what the issue is.
To setup Bumble and start the HCI Bridge I do this:
Afterwards, I start Cuttlefish like this:
launch_cvd -display0=width=1920,height=720,dpi=160 -gpu_mode=gfxstream -enable_audio -verbosity="DEBUG" -enable_audio="true" -cpus="4" -base_instance_num=2 -rootcanal_instance_num=1 -extra_kernel_cmdline="androidboot.selinux=permissive"
However, nothing is printed in the HCI Bridge console on Android 14 and BT is not working in Android. Same commands are successful on Android 15.
Do you have any ideas on how to debug this issue?
The text was updated successfully, but these errors were encountered: