this post was submitted on 03 Aug 2023
0 points (NaN% liked)

Linux Phones

4840 readers
2 users here now

Community about running GNU/Linux on phones. Projects like Ubuntu Touch, Plasma Mobile, PostmarketOS, Mobian etc. Either on former Android phones or hardware like the PinePhone.

See also:

Related chats:

founded 4 years ago
MODERATORS
 

I have a fairphone 4 with Ubuntu Touch and i've tried installing Android Auto using Waydrod gapps image, but it says my device isn't compatible.

Anyone knows if i's possible to install it?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] lgsp@feddit.it 0 points 1 year ago* (last edited 4 months ago) (1 children)

This is one of the main reason for me to not install alternatives to android. I bought my car specifically with android auto because car integrated navigation usually suck, while Google maps works really well.

I think that android auto app is far from sufficient because ri connect to the auto heavily relies on Google services which have access to low level system.

Theere is an open source reimplementation of Google services (which is also privacy friendly) called microG, but I don't know if it plays well with way droid and/orandroid auto, but try to check it out. I'm sure you are not the only one trying something like that

[โ€“] beepldiblop@feddit.de 0 points 1 year ago

there's a magisk module for microG Androids (https://github.com/sn-00-x/aa4mg) that brings in some proprietary AA stubs that work in that environment. It pulls in the necessary gplay dependencies (assistant aka velvet, tts engine(?) and Maps). You could use https://github.com/casualsnek/waydroid_script and load this module in magisk.

Then there's a thread where users assemble a patchset for ROM / Android GSI builders to use AA as a user app, making it more accessible than it being a priv-app - https://github.com/microg/GmsCore/issues/897