available variables not working

Post your questions and help other users.

Moderator: Martin

Post Reply
conradcliff
Posts: 6
Joined: 29 Dec 2014 05:28

available variables not working

Post by conradcliff » 05 Jan 2015 16:38

http://automagic4android.com/flow.php?i ... cae7c880d6

I think I'm just missing something simple, but if you look at this flow, the SMS is supposed to include things like accuracy and direction but they always come up as null. What am I doing wrong?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: available variables not working

Post by Martin » 05 Jan 2015 21:01

Hi,

altitude/bearing/speed is usually only provided when GPS is used, all other location providers usually provide no values (null) but this might depend on the Android version or even the version of Google Play services installed on the device.
You could also add a condition Debug Dialog after the location was fetched to see what variables become available for each provider on your device.

Regards,
Martin

Post Reply