transistorsoft / react-native-background-geolocation

Sophisticated, battery-conscious background-geolocation with motion-detection
http://shop.transistorsoft.com/pages/react-native-background-geolocation
MIT License
2.54k stars 424 forks source link

Persistent Beeping and Inaccurate Location Data Despite Disabling Debug Mode #1987

Open vjgpt opened 1 month ago

vjgpt commented 1 month ago

Your Environment

Expected Behavior

Actual Behavior

I've attached screenshots. Please let us know what you think, and if in case we are doing something wrong.

IMG_6287 IMG_6288 IMG_6289

trip_raw_anamoly_tp_3443.csv ("look at the gap between 1397227 and 1397226 id") trip_raw_anamoly_ay_3424.csv ("look at the gap between 1396422 and 1396423 id")

Steps to Reproduce

we are just recording the data points coming from the SDK with initialisation(refer to above code)

Context

We want to track the location data of user wherever he travels and where does he stops accurately

Debug logs

Logs ``` ```
christocracy commented 1 month ago

Persistent Beeping

Do you know what reset: false does? Why are you using that?

your images are useless because you’re not showing location markers, only a polyline.

vjgpt commented 1 month ago

It appears that the team initially adopted the reset: false configuration from a sample application and later adjusted the settings to fit our specific needs. This detail likely went unnoticed during the process.

I've also uploaded two CSV files containing relevant data points, which should be useful for our discussion.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 30 days with no activity.