I started having this issue as well. Worked for a day a now obd2 is gone again despite not having a restart. Seems I have to clear and reconfigure AA every single time I connect to the car if I want it to work now.en ayantBy having reset Android Auto it works and on the outward journey I did not restart the phone on the return journey I no longer have it![]()
Can you add the functionality to the AAWireless dongle you also support. That would be amazing!Google broke 3rd party apps.
Basically Android Auto disabled the old SDK no apps using it work any more. The official library is much more limited on what an app can do but I do have some ideas how to get around it.
Sorry for inconvenience working on fix but it will take a bit.
Never worked, I used to see the icon, but that was all I ever got@nygmam
Has the combination OBD2AA with the Emil AAwireless dongle never worked for you?
On my phone it had worked until the new problem started.
Never worked, I used to see the icon, but that was all I ever got
Always working on cable, or at least used too.It had worked on my phone. Too bad. Have it work with a cable connection?
Did you enable the developer options in the AAWireless app? Once I did that, it worked prior to this bug.Never worked, I used to see the icon, but that was all I ever got
Google broke 3rd party apps.
Basically Android Auto disabled the old SDK no apps using it work any more. The official library is much more limited on what an app can do but I do have some ideas how to get around it.
Sorry for inconvenience working on fix but it will take a bit.
I'm working on AAWireless in parallel so i'm kind of late with an update, but will get back to you guys in coming days
You haven't done anything wrong, a lot of people are having the same problem we are waiting for another update, preview hasn't been added to the new version, only really appears to be the old a version that works and then dissappears from the app list after a couple of usesI've tried to reuse this today but after reinstalling the Apk I just get "No messages in this drive" on the car screen when I select it and the App seems different as there is no preview button to preview my guage setups! Not sure what i've done wrong this time?
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:tag="wrapper_layout">
<!-- Left column -->
<View
android:layout_width="226dp"
android:layout_height="226dp"
android:layout_gravity="center_vertical|start"
android:tag="gauge_2"
/>
<!-- Middle column -->
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:tag="gauge_1" />
<!-- right column -->
<View
android:layout_width="226dp"
android:layout_height="226dp"
android:layout_gravity="center_vertical|end"
android:tag="gauge_3" />
</FrameLayout>