Background Location Storage
See original GitHub issueHello,
i always get the same error when trying to call getLocations().
Retrieving locations failed code: 21: message: library routine called out of sequence
Here my config
this.backgroundGeolocation.configure(callbackFn, failureFn, {
desiredAccuracy: 10,
stationaryRadius:5,
distanceFilter: 5,
activityType: 'Other',
debug: true,
stopOnTerminate: false
});
this.backgroundGeolocation.start();
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (12 by maintainers)
Top Results From Across the Web
Where is the current custom wallpaper stored in Windows 10?
Hi, A copy of the current wallpaper can be found in: %AppData%\Microsoft\Windows\Themes\CachedFiles.
Read more >Path to current desktop backgrounds in Windows 10?
In Windows Photo Viewer, you can right click on the image & select Open File Location to view the original location of current...
Read more >Where to Find the Windows Wallpaper Location on Your PC
1. Right-click on your desktop. 2. Choose Personalize. 3. It will take you to settings. Select Background.
Read more >Here's Where Windows 10 Stores Its Default Wallpapers
Windows 10's default desktop wallpapers are stored in C:\Windows\Web. This folder usually contains subfolders named after different wallpaper ...
Read more >Where does Microsoft Teams store virtual background images?
Navigate to the Teams default image backgrounds directory: C:\Users\<enter_your_windows_your_user_name>\AppData\Roaming\Microsoft\Teams\Backgrounds . Make a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
After some thinking I came to this. Hopefully you will agree on this.
Is almost same as your suggestion. The difference is that location is stored into db at all times and also when url is set it is also immediately posted to server. Failed to post locations are coalesced and posted as single batch sync.
Currently no. Sorry. But I will probably release update soon.
ok, it will be possible as soon I implement row limit on location table, so old location records will be replaced by newer ones. Without this db can grow very large, because people might tend to forget clean up db with deleteAllLocations…