Will there ever be such a thing? I know that you can use your phone on a mount, but having your phone integrated into your dash screen, steering wheel buttons, etc. Is a big convenience and I also think safer.
Would a drop in replacement be possible? Or would a whole new app need to be developed and integrated into every car manufacturer?
This is one google app that I still heavily rely on, unfortunately. I’m sure they are harvesting everything about me as I drive.
There’s 2 parts to this:
- Android Auto app (on your phone)
- Android Auto Head Unit software (in your car)
Both of which are currently proprietary,
and would need to be written as FOSS from the ground up by reverse engineering the above 2, which would be a huge undertaking.Also flashing custom Head Unit software to your car will be very hard, is not well documented, and likely will void your warranty, giving low incentive for developers to even attempt it :/
The best you can do right now is aa4mg (Android Auto 4 MicroG),
which at least allows to replace the proprietary Google Play services with a privacy respecting FOSS alternative and Android Auto’s dependencies with empty stub packages:
https://github.com/sn-00-x/aa4mgFull disclosure,
I helped with writing aa4mg :)