Send excact location for a certain time

Xyphes

New member
Hi!
So I have a macro that sends my location if someone sends me an sms
But I noticed that the position is not really accurate and it only shows the last updated location

I would like to know if there is a way to send my exact location for a certain time like 30min or something
 

Attachments

  • Screenshot_2022-08-20-04-41-29-51_2e840d222d67ef3caca3a1c67d71d48f.jpg
    Screenshot_2022-08-20-04-41-29-51_2e840d222d67ef3caca3a1c67d71d48f.jpg
    290.9 KB · Views: 9

Jacob L

Moderator (Lawsonator)
Hi!
So I have a macro that sends my location if someone sends me an sms
But I noticed that the position is not really accurate and it only shows the last updated location

I would like to know if there is a way to send my exact location for a certain time like 30min or something
You could also add a wait before next action just after location update action. I put location update in a loop as well
 

Snurre

Well-known member
I think there's a little problem here, or misunderstanding
As I read it, "Force Location Update" only works with a location trigger
Screenshot_20220820_115733_com.arlosoft.macrodroid.jpg
I have tryed different things with a little test macro
Screenshot_20220820_122155_com.arlosoft.macrodroid.jpg
I'm setting a var with location and location time stamp, I have set update rate to 5 sec, the log looks like this, notice the time it ran and the time stamp
Screenshot_20220820_122604_com.arlosoft.macrodroid.jpg Screenshot_20220820_122442_com.arlosoft.macrodroid.jpg Screenshot_20220820_122418_com.arlosoft.macrodroid.jpg

I don't know when the update occurs, but it seems that it don't work as I expected
Or as mentioned, only works with a location trigger
Am I missing something 🤔
 

Endercraft

Moderator (& bug finder :D)
I think there's a little problem here, or misunderstanding
As I read it, "Force Location Update" only works with a location trigger
View attachment 3249
I have tryed different things with a little test macro
View attachment 3250
I'm setting a var with location and location time stamp, I have set update rate to 5 sec, the log looks like this, notice the time it ran and the time stamp
View attachment 3251 View attachment 3252 View attachment 3253

I don't know when the update occurs, but it seems that it don't work as I expected
Or as mentioned, only works with a location trigger
Am I missing something 🤔
I use location update and for me it doesn't need any location trigger. But it does need a block next action until complete option.
 

MacroDroidDev

Administrator
Staff member
The action will spend up to 30 seconds to get the best position fix it can and if it can't get a good one it will send the best available. If it can't get a good position fix then can you double check that you have location services set to high accuracy and you have wifi on.
 
Top