Questions tagged [android-auto]

A system and associated APIs for enabling display of Android apps on vehicle head units.

Android Auto (not to be confused with ) is a secondary interface that is implemented on the already existing Android operating system and extends the Android platform into the car. It basically runs on a smartphone but the display is on the car dashboard, which can be either a hands-free (voice recognition) or touchscreen interface. The car must support Android auto to interact with your user auto-enabled apps. At present Android Auto has around 40 manufacturers to co-operate including Audi, Ford, Mercedes Benz, VW, Volvo etc. Full list of compatible vehicles and Android devices you can find here.

When users connect (via USB or Wireless) their handheld devices running Android 5.0 or higher to a compatible vehicle, the Auto user interface provides a car-optimized Android experience on the vehicle's screen. Users interact with compatible apps and services through voice actions and the vehicle's input controls (like a touchscreen or dashboard buttons).

Android Auto Overview

Android Auto is also available on phone screens, giving users the full Android Auto experience entirely on the phone without needing to connect to a compatible vehicle. With this standalone, handheld version of Android Auto, users can still use voice to handle calls, messages, music, and navigation, using an interface designed for driving.

With Android Auto a driver's mobile will have access to several of the automobile's inputs and sensors with the help of Android Auto such: Compass, Wheel Speed, Sound System, Directional Speakers, Directional Microphones, GPS antennas, Mobile antennas.

More information

311 questions
0
votes
0 answers

Android Auto desktop-head-unit.exe fails to start on Windows

When I attempt to run desktop-head-unit.exe in Windows from the command prompt nothing happens. The program seems to return with no error messages and no emulator being started. Are there other extras that I need to download to get this to run?
JHoover
  • 1
  • 2
0
votes
1 answer

Regarding drivers in mobile app automation

For automating android app I am using AppiumDriver AppiumDriver driver = new AppiumDriver(new URL("http://localhost:5555/wd/hub"), capabilities); I have found in web using RemoteWebDriver RemoteWebDriver driver = new RemoteWebDriver(new…
Venkatesh G
  • 8,466
  • 4
  • 13
  • 22
0
votes
0 answers

Android Auto Desktop Head Unit tool: Parked vs Driving?

Recent versions of Android Auto limited the number of MediaItems an app could display "for safety reasons". The latest version of Android Auto (v1.6) changed this message and it now indicates the user can see more items when the car is "parked". …
Robert Nekic
  • 3,087
  • 3
  • 24
  • 36
0
votes
0 answers

Android bluetooth car phone interruption

I'm working with a driving safety app that hooks to navigation and sends the driver voice notifications. This works so long as the user has the car stereo selected on Bluetooth as they would for streaming music. The issue is drivers want to be able…
bigtunacan
  • 4,873
  • 8
  • 40
  • 73
0
votes
1 answer

Notification not showing up using Android Auto

I followed the tutorial on Udacity and the developer site for Android auto. I am using a DVU for testing. The notifications don't show up on the DHU but appears on the phone here is my code: Using GcmListenerService: final PendingIntent…
0
votes
1 answer

Compatibility of Android Auto Companion App

Is Android Auto companion app compatible with only US/UK networks? I tried installing it on devices that have Android 5.0,5.1 from Play Store, but i get a message that the app is not compatible with the device.
monika
  • 1
  • 2
0
votes
1 answer

Can I test an Android Auto application in the car

Is there a way to test an Android Auto application in the car, before submitting it to Google? I have the application working in the DHU supplied by Google, but would like to confirm that it works properly in the car, prior to submission.
0
votes
1 answer

Android auto - how to install DHU on MAC dependencies with homebrew

Per the documentation on android auto i should be installing these dependencies to get the desktop head unit to work: $ sudo apt-get install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libportaudio2 libpng12-0 but im not on debian, im using mac, so i was trying…
j2emanue
  • 60,549
  • 65
  • 286
  • 456
0
votes
2 answers

Creating new voice commands for android auto?

I am going to develop an application for android auto so I have been searching what to do. It seems there is a lot of constraints about this subject. I need to know if i can create new special voice commands for my application?
Burak Karasoy
  • 1,682
  • 2
  • 21
  • 33
0
votes
1 answer

How to change the Day/Night state in Android Auto app?

I uploaded an auto app to the play store and My app was rejected due to the Your app submission has been rejected for failure to comply with Auto App Quality guidelines. If this submission was an update to an existing app, the version published…
codebot
  • 2,540
  • 3
  • 38
  • 89
0
votes
1 answer

How to send a google map notification for android auto simulator?

I'm developing an app for Android Auto. I wanted to send a map notification like this(I'm not implmented yet the big view) I tried it with the following code. But it's failed to send a map navigation notification. private void…
codebot
  • 2,540
  • 3
  • 38
  • 89
0
votes
1 answer

Android Auto in car test

I am trying to get an app to deploy for Android Auto. I have both my own app and the sample one from Google working with the test harness but they won't show up in the car. Has anyone been able to test this or will we have to get it submitted to…
BenDroid
  • 137
  • 1
  • 8
0
votes
2 answers

Regarding Android auto application development resources folder

If we are targeting our application to support android auto too, how can I have the Auto layout look different from the phone/tablet layout? In order to achieve that, is there an option to put a separate res folder inside resources? And I want to…
suresh n
  • 335
  • 1
  • 4
  • 14
0
votes
1 answer

Grab the events from the Hardware buttons [Android Auto]

Can't seem to grab the events from the Hardware buttons. Setting the Media session callback and doing this: mSession.setFlags(MediaSession.FLAG_HANDLES_MEDIA_BUTTONS | MediaSession.FLAG_HANDLES_TRANSPORT_CONTROLS); But no luck. Any…
Silva2351
  • 332
  • 2
  • 12
0
votes
2 answers

Android Auto platform, how to launch map on the dashboard

my phone app needs to launch Google map (or navigation) on the dashboard automatically when it meets some requirements. However when checking this link https://developer.android.com/auto/index.html it looks like they only allow audio and messages or…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
1 2 3
20
21