Jump to content
Ardashyan

Doesn't navigate @ android auto if the phone screen is off and the ABRP app isn't on

Recommended Posts

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

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

@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

Screenshot_2022-06-05-12-43-02-438_com.google.android.permissioncontroller.jpg

Screenshot_2022-06-05-12-43-13-331_com.google.android.permissioncontroller.jpg

Link to comment
Share on other sites

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...