-
Notifications
You must be signed in to change notification settings - Fork 141
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
Carplay support? #24
Comments
The audio service plugin I'm using says it supports Carplay/Android Auto, but there isn't really any documentation about it (ryanheise/audio_service#593). Once there's documentation, I'll look into it :) |
+1 for |
I would also love to have CarPlay support! Would be nice to have the app be able to run and select the tracks on the car play screen. Is there anything planned? |
Won't be able to fit it in for this release unless I postpone it even longer, so 0.7 it is (if its even possible, CarPlay is weird) |
If you need someone to test and play around, let me know ;) |
I'm going to remove this from the 0.7 milestone due to the amount of work it's going to need, there are other issues that need focus right now. I'll still keep this feature in mind - it's a pretty common request :) |
Bumping for support! |
+1 on this feature! It would be very nice to have a basic UI to pick albums and initiate playback directly from the CarPlay UI instead of having to pick the phone. Thank you. |
How are you able to open your app on carplay? My app crashes as soon as I open it. I followed the documentation and even went through the official Carplay Programming Guide |
You can't just open an app directly in Carplay, you have to program a separate UI for it. I'm not sure how it works in detail, but it's definitely a very involved process. |
Just some reference links for anyone that decides to look into it further: |
So what kind of a roadmap is there for Android Auto? |
Carplay/Android Auto probably falls under the "massive project that will take lots of dedicated work" category, and since I don't have a car I can't really test the feature if I was to work on it. Hopefully someone else with more experience/need could start working on it. |
So while it isn't pretty in Carplay, it does play. and uses the basic audo controls |
It looks like audio_service has some functions related to Android Auto, but as said in the linked issue earlier they're undocumented - https://pub.dev/documentation/audio_service/latest/audio_service/AudioHandler/getChildren.html This isn't something that I can work on myself since I'll have no way of testing it, although I'll be happy to help someone else with it |
I can test it for sure, and I have a somewhat functional grasp of coding. How can I help? |
Just keeping this alive - great app - android auto please if poss - happy to test ! |
Android Auto is being worked on for Finamp redesign!
2023-08-13.21-38-44.mp4
|
This is awesome to see, hopefully we can get this into something more concrete :) |
Looks potentially stale, but may be something worth looking in to: https://pub.dev/packages/flutter_carplay |
I believe CarPlay development requires macOS, otherwise this seems possible to do. Also, @puff how would I go about trying this out? Just build and install your branch to my Android phone and then connect to a car? Any other required steps? Would love to try it out! |
Hi, you can either use the Desktop Head Unit emulator from the Android SDK or you could test it on your own car.
You can debug using the DHU like normal by debugging the app on your phone through your IDE As for CarPlay, I believe it does require macOS to be able to install it on an iPhone or to use their CarPlay simulator. Unfortunately, I have neither so I can't test it :( |
@puff I did manage to get it to run just now! However, only the Now Playing and queue screen are working for me, the home screen says "No Items". Any idea what could be the cause here? Haven't had a chance to dive into the logs just yet. |
The issue with "No Items" seems to be with the latest commit on my branch. That's what I get for not testing lol. I've pushed a fix for it. |
Testing this build out, does it work well with offline support? I turned the app on offline mode after downloading songs and it seems that the lists still try to download on the car display. Unfortunately, at my work parking lot the signals are so bad that I can't get the music started. |
Noob question. Is there a build with android auto available and can I get a link to it please? More than happy to test in my car! Would be brilliant, love finamp, in the car - it would be superb! |
@puff has a build in his fork you can download. You'll need to enable Dev mode for Android auto by tapping on build number a bunch and going to dev options to check allow apps from unknown sources. |
Thanks for that,
Will try.
…On Thu, 19 Oct 2023, 11:15 Sean Greenawalt, ***@***.***> wrote:
Noob question. Is there a build with android auto available and can I get
a link to it please? More than happy to test in my car! Would be brilliant,
love finamp, in the car - it would be superb!
@puff <https://github.com/puff> has a build in his fork you can download.
You'll need to enable Dev mode for Android auto by tapping on build number
a bunch and going to dev options to check allow apps from unknown sources.
—
Reply to this email directly, view it on GitHub
<#24 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFKFUPC5IKUWQEJ6QNWKTLYAD4URAVCNFSM425G5FBKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZXGA2TANJWGMZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, unfortunately there is no offline support in my fork for Android Auto yet. You should be able to play music offline through your phone and have it play through your car, but playing through Android Auto's UI will go online. |
Would love to see this worked on! |
The fork seems to be working great, is there any chance it can be upstreamed? |
We could probably included it with the redesign beta if the basics are working, to get some feedback and have more people test it out. @puff would you mind opening a PR against the |
Android Auto is now supported with beta 0.9.8 when installed via the Play Store. |
I have a Mac that I can use for testing but I can’t write flutter |
Hm. Even though I've joined beta, the latest version I can see is 0.6.23? |
A little disappointed seeing this but im a little confused as i thought you can only develop iOS apps on Mac in general? |
@imstupidwithlinux the creator of Finamp (@jmshrv) has a Mac and iPhone, so they were able to develop and test this. |
still hoping for carplay support here too! |
Really need this in my car like PlexAmp.
Would be really great if I can script a shortcut on iOS to start this on carplay connect and resume music where I last left off automatically.
Thanks!
The text was updated successfully, but these errors were encountered: