Ardashyan Posted September 11, 2021 Share Posted September 11, 2021 I got a wierd bug. I need to open the ABRP app on the phone, enter destination and send it to android auto to navigate. In other scenarios the position of the car doesn't move. Description: I need to open the ABRP app on the phone, enter destination and send it to android auto to navigate. Type: App Link to Plan: Anywhere Replication Steps: Link to comment Share on other sites More sharing options...
Samuel-ABRP Posted September 11, 2021 Share Posted September 11, 2021 Hi, Which phone do you use? Some phones require battery saver options to be turned off so we get location updates in Android Auto. For example Xiaomi is one of these cases. Bests Samuel Link to comment Share on other sites More sharing options...
Ardashyan Posted September 13, 2021 Author Share Posted September 13, 2021 It is Xiaomi mi9T. Changed battery settings, now working a charm. Thanks mate. 1 Link to comment Share on other sites More sharing options...
An Do Posted May 28, 2022 Share Posted May 28, 2022 Hi again, here the same problem. If I do not have the ABRP app on the phone open I do not get a GPS fix on Android Auto. Phone is Pocofone F3 with Android 12 latest update. ABRP premium with live data coming via vlink ObD adapter on an ID.3. App is allowed autostart and all requested settings on the phone, energy saving options are disabled. Any advice? Cheers, Andreas Link to comment Share on other sites More sharing options...
Crall Posted June 4, 2022 Share Posted June 4, 2022 I have a Xiaomi 12 pro and have the same issue. The Android Auto do not update the map if the phone screen is off. Link to comment Share on other sites More sharing options...
An Do Posted June 5, 2022 Share Posted June 5, 2022 @Samuel-ABRP is it possible to implement the "always" option for location in your app as well? Attached a screenshot of location settings from ABRP and Garmin Connect for comparison. I think this will fix the GPS issue in background if the phone screen is off. Cheers Link to comment Share on other sites More sharing options...
An Do Posted June 5, 2022 Share Posted June 5, 2022 https://developer.android.com/training/permissions/requesting On Android 10 (API level 29) and higher, you must declare the ACCESS_BACKGROUND_LOCATION permission in your app's manifest in order to request background location access at runtime. On earlier versions of Android, when your app receives foreground location access, it automatically receives background location access as well. <manifest ... > <!-- Required only when requesting background location access on Android 10 (API level 29) and higher. --> <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" /> </manifest> Link to comment Share on other sites More sharing options...
Samuel-ABRP Posted June 9, 2022 Share Posted June 9, 2022 Android Auto is not background, so it will also work without that option. For completeness: https://abrp.upvoty.com/b/report-a-bug/map-doesnt-update-on-android-auto-when-phone-display-is-off/ 1 Link to comment Share on other sites More sharing options...
An Do Posted June 9, 2022 Share Posted June 9, 2022 5 minutes ago, Samuel-ABRP said: Android Auto is not background, so it will also work without that option. For completeness: https://abrp.upvoty.com/b/report-a-bug/map-doesnt-update-on-android-auto-when-phone-display-is-off/ Yes thanks, I was not aware of your new platform. I hope this mapbox bug will be fixed soon as it is very annoying. Cheers, Andreas Link to comment Share on other sites More sharing options...