tomasz-grobelny / AACS

Android Auto Server encapsulates communication with modern car infotainment system
GNU General Public License v3.0
225 stars 29 forks source link

Use this in android apk #9

Open croccio opened 3 years ago

croccio commented 3 years ago

Is it possible to use this on android device? Like a bridge, connect android device, keep it connected forever and use custom apk instead default android auto.

tomasz-grobelny commented 3 years ago

Not yet and I do not have it on my TODO list. If someone has the necessary skills to implement I would certainly welcome it.

dimaryaz commented 3 years ago

I stumbled upon this project while looking for some Android Auto alternative that would work with MicroG, i.e., without Google Play Services.

I guess this proves that no such thing exists yet because it's a whole lot of work - but I wonder if AACS would be useful for implementing the missing functionality in MicroG.

tomasz-grobelny commented 3 years ago

I bet it would. AACS implements the Android Auto protocol over USB (USB communication, handshake, SSL handling, partial protobuf encapsulation, channels, video), but I guess there would still be quite a lot of work to implement required interface on Android side.