electric-monk / pycarplay

Python Carplay library for the "Autobox" dongles
MIT License
268 stars 36 forks source link

Android Auto Capability? #11

Open AidFTech opened 9 months ago

AidFTech commented 9 months ago

These dongles are supposed to work with Android Auto as well. I tried running this with an Android phone, the dongle acted like nothing was connected (and I was able to connect an iPhone without trouble). Are there any variables I would need to add/change for that?

electric-monk commented 6 months ago

I suspect the Android Auto functionality is a completely different set of messages (e.g. the dongle just relays everything, and has a set of messages for CarPlay, and a set for Android Auto), so it'd be necessary to reverse engineer the logic again to support AA.