Skip to content
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

Feature request: please support Android auto #436

Open
SteveSte opened this issue Mar 3, 2019 · 8 comments
Open

Feature request: please support Android auto #436

SteveSte opened this issue Mar 3, 2019 · 8 comments

Comments

@SteveSte
Copy link

SteveSte commented Mar 3, 2019

It would be nice that radio droid support Android auto:
https://developer.android.com/training/auto/start/

Android auto prevents distractions while driving.

Thanks for the good job! keep it up :)

@werman
Copy link
Contributor

werman commented Mar 3, 2019

Hi,
The good part is that it is already half implemented, the bad part that it is half implemented and stayed this way for quite some time. See #315

@segler-alex
Copy link
Owner

i dont have a car...

@SteveSte
Copy link
Author

SteveSte commented Mar 4, 2019

A car Is not required, any Bluetooth audio device would works

@GitKalle
Copy link

If you are able to compile the source code, just comment out the lines:

<!--<meta-data-->
<!--android:name="com.google.android.gms.car.application"-->
<!--android:resource="@xml/automotive_app_desc"/>-->

<!--<meta-data-->
<!--android:name="com.google.android.gms.car.notification.SmallIcon"-->
<!--android:resource="@drawable/ic_launcher"/>-->
to
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>

<meta-data
android:name="com.google.android.gms.car.notification.SmallIcon"
android:resource="@drawable/ic_launcher"/>

in AndroidManifest.xml.

@timunie
Copy link

timunie commented Aug 14, 2019

Hello Together,

I have a car with Android-Auto support. I tried different Players for now, but there is no Player as good as this out there. It would be really cool to have this feature implemented.

I am not a programmer by profession, but if there is a way I can help (e.g. Testing) please let me know.

Happy coding
Tim

@segler-alex
Copy link
Owner

you could also try https://bitbucket.org/ChernyshovYuriy/openradio/src/master/ it uses the same api

@timunie
Copy link

timunie commented Aug 14, 2019

@segler-alex Fantastic. Many thanks.

Happy coding
Tim

@Utini2000
Copy link

Any news on when this will be implemented? :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants