@Corjan-Meijerink: With Claude’s help, I analysed the potential error that occurs when launching navigation in the MyRoute app on my Caretta, based on the log files. Here are two excerpts:
GnssManager: registration 10065/com.cloudmax.myrouteapp/65A63BD4 removed GnssManager: registration 10065/com.cloudmax.myrouteapp/706B0882 removed GnssManager: registration 10065/com.cloudmax.myrouteapp/FB989726 removed GnssManager: registration 10065/com.cloudmax.myrouteapp/65A63BD4 removed GnssManager: registration 10065/com.cloudmax.myrouteapp/706B0882 removed GnssManager: registration 10065/com.cloudmax.myrouteapp/FB989726 removed
This means: The app registers with the GPS system but is immediately logged out again – precisely at the moment when navigation should start. This is most likely the cause of the error.
PackageConfigPersister: App-specific configuration not found for packageName: com.cloudmax.myrouteapp
This suggests that a device-specific configuration for the app is missing.
According to Claude, the result is as follows:
• Problem: GnssManager registrations are removed immediately after navigation starts
• Logcat entries: GnssManager: registration com.cloudmax.myrouteapp removed
• Also: PackageConfigPersister: App-specific configuration not found
• Other navigation apps (Google Maps, TomTom, DMD2, Locusmaps) work perfectly
• App was freshly installed from the Play Store, all permissions
Perhaps this specific technical information will help pinpoint the problem, and hopefully it can be resolved quickly in a future app update.
@ Corjan: You’d already mentioned the GPS connection. I haven’t made any changes to that on my Caretta. Perhaps this specific technical information will help pinpoint the problem, and hopefully it can be resolved quickly in a future app update.
I send this information to Carpe Iter, too.
Cheers
Markus