-
Notifications
You must be signed in to change notification settings - Fork 58
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
Dialer app and Bluetooth media app not working on AOSP14 Android Automotive #110
Comments
Exactly same issue here with raspberry pi 5 too both versions r22 and r52 |
I got some Bluetooth LE error in logcat, so I disabled the GATT in aosp_rpi4_car.mk, and re-tested.
xcwang@xcwang-B760M-POWER:~/dev/aosp/aosp/device/brcm/rpi4$ git diff
diff --git a/aosp_rpi4_car.mk b/aosp_rpi4_car.mk
index 656f3f0..d122bcd 100644
--- a/aosp_rpi4_car.mk
+++ b/aosp_rpi4_car.mk
@@ -33,6 +33,7 @@ PRODUCT_VENDOR_PROPERTIES += \
bluetooth.profile.opp.enabled=false \
bluetooth.profile.pbap.server.enabled=false \
bluetooth.profile.sap.server.enabled=false \
+ bluetooth.profile.gatt.enabled=false \
bluetooth.profile.vcp.controller.enabled=false
# Broadcast radio
xcwang@xcwang-B760M-POWER:~/dev/aosp/aosp/device/brcm/rpi4$ |
update: BT audio is working on Android 15 R6 on Rpi4 and Rpi5, but Dialer and Contacts still not working. |
I try to build one car (AAOS) image following those steps below (using r22 as a sample).
The AAOS on Pi4 (8G RAM) could startup, and could pair with a Pixel 3(Android 12), or iPhone 14 (iOS 16).
When I try to start up the dialer app or bluetooth media app, "connect to a Bluetooth device" shows up on the screen.
And cannot hear anything through the 3.5mm headset on Pi4, when playing music on those Phones
On Pixel 3, playing some music, and adjust the volume, I can see the bluetooth icon on the volume bar.
On iPhone, I do select the Pi4 as the "speaker".
I noticed #33 and raspberry-vanilla/android_device_brcm_rpi4#2.
And the modification of "aosp_rpi4_car.mk" has been merged into "android-14.0.0_r22".
So, how can I solve this problem?
Hardware: Pi4 8GB RAM, type-C port to PC USB3, HIMD0 to a PC monitor, no extra power supply, Logitech wireless mouse.
Compile steps:
logcat.txt.zip
The text was updated successfully, but these errors were encountered: