Page 1 of 1

Cell ID (CID) and Location Area (LAC)

Posted: 22 Oct 2014 15:05
by luksaiyan
Hello,
I'd like to save in a file, automatically, the Cell ID (CID) and Location Area (LAC) relate to the GSM cells that my smartphone uses.

I am not able to understand how initialize CID and LAC variables: how can I get these information? I tried to save them into a file, but the value is NULL.

Thank you,
Luca

PS: Automagic is fantastic!!! :-)

Re: Cell ID (CID) and Location Area (LAC)

Posted: 22 Oct 2014 17:19
by Martin
Hi,

You can use a condition Phone Cell GSM: Connected to * to fill the currently connected cell info into the variables lac and cid. An action Write to File: {lac} - {cid} should write the cells to a file (press enter to add a newline).
Automagic has no trigger that executes a flow whenever a new cell is detected. You could use a trigger Periodic Timer to execute the flow repeatedly but you might miss a few cells when the phone switches cells too fast.

Regards,
Martin