BimmerGestalt / AAIdrive

Implementations of some Android Auto features as unofficial IDrive apps
MIT License
547 stars 90 forks source link

Waze #768

Closed Losfritos closed 7 months ago

Losfritos commented 7 months ago

Bonjour , déjà merci pour ce logiciel qui est vraiment top ! J'aurai voulu savoir si il y aura un jour waze de disponible par cette application ? Merci

hufman commented 7 months ago

Unfortunately, AAIdrive is unable to embed other apps to be shown in the car. The existing map functionality is implemented by building a custom map view on an internal AAIdrive window that is shown in the car, which allows AAIdrive to send commands to the map and screenshot it without asking permission every time. In comparison, the screen mirroring addon requires asking permission every connection, keeping the screen on, and can't send input to the other app. Android Auto itself has special access to certain apps, but those apps only give access to AA by specific package name and app signatures.