Where does the android app stores locations? #1772
Unanswered
ippocratis
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Locations are stored locally in Android only for the duration until they've been successfully transmitted. There's no long-term storage there. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Correct.
What you could do, if this is something you want and can, is to query the Recorder API for data which you then display. This would obviously mean having access to the Recorder (or backend store) and/or caching the data it provides. But this is way out of scope of what our apps want to do.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experimenting with location history visulisation making use of the Owntracks .rec files from the recorder.
I was thinking that maybe I could also try to make all the work locally on android if I could access the locations directly from the android app.
I have root so getting in to the app Dir is not a problem .
I just can't figure out how and where the locations are stored locally .
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions