Page 1 of 1

Android AUTO mirroring

Posted: Tue Nov 05, 2024 9:59 pm
by Jirkus
Hi, I want to ask, is it somehow possible or @admin are you planning in the future to make the app work through Android Auto and mirror to the in-car display?

Re: Android AUTO mirroring

Posted: Wed Nov 13, 2024 2:51 pm
by Jirkus
@admin?

Re: Android AUTO mirroring

Posted: Sun Nov 17, 2024 8:58 am
by clodi
@Jirkus, Hopefully admin will find a way to port the app to Android Auto. Other apps already do that.

Re: Android AUTO mirroring

Posted: Fri Feb 07, 2025 2:18 pm
by admin
I've re-opened the Android auto activity due to the new app categories allowed by google.
Now I should be able to make the app compatible with android auto, but it's not possibile to replicate the same user interface, unfortunately only text fields can be shown, so I'm wondering if a such kind of android auto app make sense.

Re: Android AUTO mirroring

Posted: Sat Feb 08, 2025 10:04 am
by clodi
Good morning admin, in my opinion seeing the main parameters (start of cleaning, Km traveled etc..) would still be useful. This would help not to look at the smartphone while driving as it is prohibited by law.

Re: Android AUTO mirroring

Posted: Mon Feb 24, 2025 1:29 pm
by pepepl
Hey,

it would be perfect to have Android AUTO supported version. Would it be technically possible to send a sound/visual notification when user-configurable level of DPF calculated soot is reached (eg. 20g)? I'm seeking for a solution which will warn me just before the regeneration procedure start.

Re: Android AUTO mirroring

Posted: Mon Feb 24, 2025 3:27 pm
by admin
I'm collecting various feedback about the usefulness of a text only android auto app, then I'll decide.

The options you ask is already present, the "Custom sound notification" in the options menu.

Re: Android AUTO mirroring

Posted: Mon Feb 24, 2025 5:22 pm
by pepepl
Thank you for the reply! In my opinion the information presented in similar form to these in VAG DPF Apple CarPlay app would be highly appreciated. The way how it looks can be seen e.g. here:
https://vwcaliforniaclub.com/threads/dp ... ost-684119

Re: Android AUTO mirroring

Posted: Tue Feb 25, 2025 5:03 pm
by admin
Thanks for the advise, anyway this is more or less the same layout I see for all the iOT apps currently available for android auto.
That app is incredibly similar to mine :o

Last weekend I built a working draft interface in the developer AA HUD, now I need time to fill it with DPF parameters and make everything stable.
I think that a so simple interface can be implemented pretty fast, but it's a new world for me.

Re: Android AUTO mirroring

Posted: Sun Mar 02, 2025 4:03 pm
by admin
Something is moving:

Re: Android AUTO mirroring

Posted: Wed Mar 05, 2025 4:59 pm
by pepepl
That app is incredibly similar to mine :o
Yeah, I guess the author borrowed the layout from your app giving it more fancy Apple look :/
Something is moving:
Really nice, can't wait to see it working on my car! If you need any help with apk testing feel free to contact me (I can test it on my VW T6.1 2.0 TDI with DNAA engine and Discovery Media MIB3 infotainment).

Re: Android AUTO mirroring

Posted: Tue Apr 22, 2025 10:30 am
by admin
Just a quick update: the car interface layout is almost ready, it's been quite easy because it's forbidden to create complicated layouts, the only real issue is that I can't try the app while driving, only the PC emulator is allowed.
Now I'm working on the app structure because I must build a strong communication service working in background while android auto is connected. This requires more time than expected.