Finder icon indicating copy to clipboard operation
Finder copied to clipboard

carry timestamp in SMS message

Open olafhering opened this issue 5 years ago • 2 comments

Recently I had the case where the "location request" SMS was delivered hours later to the other device.

It would be nice if the SMS messages contain a timestamp from the device that sends the request, as well as a timestamp from the device that responds to a request. That way the location info would be more reliable.

If such timestamp should be UTC or localtime has to be decided. No idea what APIs are offered by Android.

olafhering avatar Jun 26 '19 11:06 olafhering

Yes, good idea, for the "track", it should avoid roll-back messages.

n005 avatar Aug 09 '20 08:08 n005

we can use unix time for this purpose (sms have enough place for it). Yes this information in response will be useful. Time in "tracking" now is local, so it should be changed too

Seva-coder avatar Aug 10 '20 20:08 Seva-coder