BimmerGestalt / AAIdrive

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

Not working with Android 13 #631

Closed Jasdeep18 closed 1 year ago

Jasdeep18 commented 1 year ago

Hi; I recently updated the software on my S22 Ultra to Android 13 and Spotify no longer displays on the idrive. I can see the phone still connects to the car via the AAIdrive app and no settings are changed in the app as far as I can see. Does anyone have any ideas?

hufman commented 1 year ago

Thank you for the bug report! You say that AAIdrive shows that it is connected to the car but not add any of the Connected Apps? Or do you still get Notifications and Calendar? Does it crash at all? What version of AAIdrive are you running? Can you pull an adb logcat, perhaps there are some errors that might hold more clues.

bogdan-calapod commented 1 year ago

I just received the Android 13 update (Galaxy S21), currently downloading. Will get back with feedback as soon as I get to test it.

Jasdeep18 commented 1 year ago

Thank you for your response.

Happy to pull an adb location if it will help but will need some guidance.

On Sun, 13 Nov 2022, 17:38 Bogdan Calapod, @.***> wrote:

I just received the Android 13 update (Galaxy S21), currently downloading. Will get back with feedback as soon as I get to test it.

— Reply to this email directly, view it on GitHub https://github.com/BimmerGestalt/AAIdrive/issues/631#issuecomment-1312783184, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4EDZZEN7ZMZZKLSJMIJKLDWIERQHANCNFSM6AAAAAAR5NF5YM . You are receiving this because you authored the thread.Message ID: @.***>

hufman commented 1 year ago

By installing Android Studio and the Android Platform SDK, you should be able to get easy access to your phone's Logcat system by running adb logcat. I'd be very curious to see if there are any crash messages when it tries to show the notification, which I hear Android 13 has added limits to. Please also check AAIdrive's Permissions, perhaps there is a Notifications option that you can enable. I haven't seen any new crashes come through the analytics, have you enabled crash reporting to automatically report crashes for me to look at?

bogdan-calapod commented 1 year ago

Happy to report that everything seems to be in order on my end - music, screen mirroring, etc.

earmellin commented 1 year ago

Just for info: I've also installed One Ui 5 (Android 13) on my S22 Ultra (Exynos) and I had no problems connecting with AAidrive (I'm using the last sentry build)

Jasdeep18 commented 1 year ago

I am now able to access Spotify sometimes however it does freeze quite often. Doesn't let me skip or the play time freezes.

On Mon, 21 Nov 2022, 17:40 Emiliano Armellin, @.***> wrote:

Just for info: I've also installed One Ui 5 (Android 13) on my S22 Ultra (Exynos) and I had no problems connecting with AAidrive (I'm using the last sentry build)

— Reply to this email directly, view it on GitHub https://github.com/BimmerGestalt/AAIdrive/issues/631#issuecomment-1322426881, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4EDZZCSNWFG3RV6N77MMNTWJOXX5ANCNFSM6AAAAAAR5NF5YM . You are receiving this because you authored the thread.Message ID: @.***>

hufman commented 1 year ago

Check the app's background execution limits, that symptom sounds like AAIdrive (or perhaps MyBMW) is put to sleep because the screen is off and so it can't handle input from the car.