Walter Huf

Results 119 comments of Walter Huf

_Theoretically_ [this code](https://github.com/BimmerGestalt/AAIdrive/blob/00bc2fbc88d2784391118a29153865e9973bc484/app/src/main/java/me/hufman/androidautoidrive/notifications/CarNotification.kt#L23-L28) should already be handling this, I'll have to confirm when I can figure out how to trigger a notification with suggestions.

Did you test the AAWireless dongle? Your car can still connect over USB, even if it supports Bluetooth, though MyBMW's USB support seems less than perfect.

I found a bug in the display update logic that shows whether MyBMW is installed and [fixed it](https://github.com/BimmerGestalt/AAIdrive/commit/42e095a718ceba3188b47a23c2cf7305db3ffad6) in the [latest build](https://bimmergestalt.s3.amazonaws.com/aaidrive/builds/androidautoidrive-latest-main-mapbox-sentry-release.apk), with help from #694.

I don't believe the code ever changes the field to be uneditable, you should be able to just start typing in it. Are you finding this to not be the...

I was able to reproduce this, it'll take a bit of thinking to rearrange the Oauth layer to fix it. Thank you for reporting! You should be able to wipe...

No, I haven't changed anything in the Spotify connection, though the Spotify app has updated and perhaps has fixed itself. I'm glad to hear it's working better!

AVRCP version shouldn't matter, the apps talk directly over the Bluetooth Serial Port Profile. You could try uninstalling and reinstalling MyBMW and AAIdrive to clear the phone's cache, which seems...

I'm not sure why this would be, I'd suspect the MyBMW app tunnel is closing for some reason. It may last longer after a reboot, which should reduce memory pressure...

The logs I've looked at previously just seem to indicate that MyBMW cleanly shuts down the connection for no discernible reason. I don't expect BMW to prioritize fixing this, because...