android-auto Questions

2

Solved

This is the same as this question from 2016 (where the answer was basically: 'No'), but Android Auto since 2019 works very differently than it did 2016, so i think it is ok to ask again: Android Au...
Castorina asked 15/6, 2023 at 13:10

3

Solved

I've got a PlaybackService.kt class that implements MediaBrowserServiceCompat() since that is required for Android Auto support. The player itself works great in-app. The app is 95% used for HLS st...

5

Solved

I want to test and (if possible) utilize Android Car API functionalities inside my Android app. Specifically, I need to be able to import classes under android.car.* package which can be seen here:...
Muscadel asked 12/3, 2019 at 16:3

3

Is it possible to read vehicle information like speed,distance traveled ,fuel details, in android auto apps? I've checked https://developer.android.com/training/auto They are not mentioning anythin...
Hutchens asked 30/6, 2015 at 7:28

4

I'm an Android developer and I'm trying to develop a custom Android Auto app, that does a simple mirroring of the phone screen. I know that currently the API are only available for music and messag...
Weissberg asked 6/3, 2017 at 11:55

1

Solved

Automotive Intel x86 Atom System Image not showing In Android Studio Dolphin I am trying to test an App for android auto, I have downloaded the polestar Image but the generic system image is not fo...
Expansile asked 9/11, 2022 at 5:4

0

How I can customize the Home Screen widget in Android Automotive OS. I have tested apps on polestar and volvo, but I didn't find any solution to update or customize the home screen widget. Widget F...
Linguistician asked 14/10, 2022 at 10:52

4

I'm trying to develop a media application for Android Auto. To help me, I've downloaded the AndroidMediaBrowserService Sample (https://github.com/googlesamples/android-MediaBrowserService). I've su...
Contestant asked 22/12, 2016 at 13:56

1

Solved

Is it possible for OEM to share CAN bus events with Android Auto (not Automotive) app? I mean OEMs original apps. If it's possible, than are there any restrictions, or any CAN bus events can be sha...
Jeannajeanne asked 21/9, 2021 at 9:32

3

I developed an app on Flutter and I'm looking at a way to link it with Car Play and Android Auto. For my understanding Flutter is not compatible yet. Anyone know if it will be in the future (if yes...
Quarterhour asked 2/11, 2019 at 10:7

6

I want to develop an android auto app. I have installed android auto apk on my lollipop device and started desktop unit but on mobile screen after some steps and connecting the app to desktop head ...
Decastro asked 7/11, 2015 at 6:44

2

Solved

I’m trying to connect to the Desktop Head Unit (DHU) for Android Auto testing and keep getting a black screen when I launch it. I can see the red & green touch artefacts when I click & righ...
Baggywrinkle asked 28/8, 2020 at 4:13

2

Solved

I'm having trouble with the Play [song] on [app] command; specifically the "app" is not being recognised by Android Auto. I get an audio speech message back: "Not sure how to help with play song o...
Chlorenchyma asked 11/8, 2015 at 22:34

2

I have implemented MediaBrowserServiceCompat in my application. @Override public BrowserRoot onGetRoot(@NonNull String s, int i, @Nullable Bundle bundle) { Log.e("testing","onGetRoot"); return n...
Mandragora asked 14/12, 2018 at 12:9

0

I am working on implementing voice commands for Android Auto using media player callback methods. I am having trouble getting Auto to recognize that I am asking to play a title on my application: “...
Spirogyra asked 4/12, 2019 at 21:34

5

Solved

Previously in Android Auto app I could open the Auto app and tap on the header image about 10 times, then you'll get a toast message telling you that developer mode is accessible from the overflow ...
Plymouth asked 7/11, 2015 at 1:16

5

When I try to connect the android auto DHU, following error occurs. before running the DHU, I have done following steps. connected USB with mobile android auto app is running adb forward tcp:5277...
Ppm asked 10/2, 2017 at 7:19

0

I have a audio player app on playstore and wanted to add support for AndroidAuto. After making the required changes, when I uploaded my new apk to playstore it got rejected and received the followi...

1

Solved

I am working on the Android auto media app and I want to set custom error text (or custom background text) when loading items has failed due to a network error etc. By default there are only two ed...
Mouseear asked 2/8, 2019 at 6:43

0

We want to build an app that also supports Android Auto and Apple Carplay. We are using Angular/Ionic but I cannot find out if it runs in the car systems. Does anyone have experience or an answer ...
Todd asked 16/5, 2019 at 10:6

2

TL;DR After building Android Automotive from source, how do I Run the car-emulator? "Install" the CarService and related packages onto a device? Details I'm trying to build Android Automotiv...
Foolproof asked 26/9, 2017 at 9:49

1

I have an Android App with working Auto capabilities which has been rejected from the store because: "Your app does not support all of the required voice commands. For example, your app does not c...
Falcon asked 21/12, 2018 at 11:14

1

Solved

We have an audio app and we want to add Android Auto capability to it. The app basically has a list of radio streams and the user can select which one to play. In order to obtain the streams, I ne...
Corissa asked 8/11, 2018 at 16:10

2

I have an Android Auto app. I would like to take advantage of pagination for browsing within the app. It seems that you can set EXTRA_PAGE and EXTRA_PAGE_SIZE by getting a reference to the MediaBro...

1

I searched, but could not get any answer Is there any broadcast do detect when our phone is connected to Android Auto? I have this code but that need to be run by some event. public static boolea...
Hyperbaric asked 23/1, 2018 at 12:49

© 2022 - 2024 — McMap. All rights reserved.