Andrew Rowson
Andrew Rowson
Does the blue dot move when you have the app in the foreground? Does this only affect significant-mode, or do you see the same lack of updates in move mode?
There's a couple of data points it might be useful to gather if you get a chance: 1) If you put the app in move mode and then send it...
Ah, this issue sounds similar to #976 - on the latest version of Android, the background service doesn't receive locations if it's been started in the background (e.g. on boot,...
I'm not sure what you mean by a "new instance". On boot, isn't any instance of any app started is going to be "new"? The problem with receiving locations after...
If you can, that might be useful. I keep meaning to do some experiments to determine how Google determines that a service has been started in the "background". I guess...
Sending the action `org.owntracks.android.SEND_LOCATION_USER` to the service should do the same thing as pressing the user location report button.
I'm having some trouble reproducing this. I installed Macrodroid onto the emulator running the latest android version and configured a macro like this: I then disabled "Start on boot" in...
It's probably worth mentioning that the `SEND_LOCATION_USER` intent only sends the latest location that the OT process actually has. If it's not been delivered anything by the OS (because started...
> Randomly crashing. Log attached Did you attach this? Can't see it...
Looks like it's a NPE on a parameter passed into a method that's set @NonNull [here](https://github.com/owntracks/android/blob/master/project/app/src/main/java/org/owntracks/android/support/ServiceBridge.java#L28). I'll try and do some testing to see how this could be happening.