raspberry-vanilla / android_local_manifest

106 stars 48 forks source link

Instrument cluster on AOSP13 Android Automotive #43

Open fakry32 opened 8 months ago

fakry32 commented 8 months ago

Hi Konsta

So I have a problem where I am confused about how to display the Android Automotive OS 13 Instrument Cluster on RaspberryPi 4. Can you help me?

for the details of the problem I have written in the document that I attached Instrument Cluster Problem.pdf

KonstaT commented 7 months ago

Android code search would probably come in handy looking into e.g. what BUILD_EMULATOR_CLUSTER_DISPLAY does (https://cs.android.com/search?q=BUILD_EMULATOR_CLUSTER_DISPLAY -> https://cs.android.com/android/platform/superproject/main/+/main:device/generic/car/emulator/cluster/cluster-hwservicemanager.mk).

You would likely need to implement something similar in the Raspberry Pi device configuration to show the instrument cluster on secondary HDMI display.

RobinHeart317 commented 6 months ago

Hi guys,

Is there anyway to display Instrument Cluster on RaspberryPi 4 yet? I am also doing this project but still dont know how.