• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Tasker - Cell Near Pattern Matching

YoMo

Lurker
I got this versatile android app called Tasker. I've read reviews and posts on this forum but I am still learning how to be up to speed with it.

I've read that so many people successfully use the Cell Near functionality... unfortunately I can't find any example of pattern matching within Cell Near.

Scanning with Tasker I get something like:
Code:
GSM:1121.10893545 / 10

My understanding is that:
  • 1121 is the cell tower ID
  • 10893545 is the last seen signal strength
  • 10 is the currently connected cell

I am able to trigger a pattern match using
Code:
GSM:1121.10893545 / *

Unfortunately the last seen signal strength changes so often that the actual match rarely happens.

I also tried the matches:
Code:
GSM:1121.* / *
GSM:1121.+
GSM:1121.*

but the debug log always says

Code:
cell seen GSM:1121.<current_signal_strength> wanted <my_pattern>

Now... anyone is actually using this state to trigger tasts? What pattern match are you using?
 
Check the thread in my signature. If the answer isn't there already, there are lots of "experts" on Tasker that post there.

Also, you could try the Tasker help forum linked from the developer's website.
 
To use cell near you really need to invest some time to make sure that you're picking up enough towers for that context to work. I had to walk around the block that my company's tower takes up to collect enough towers to properly trigger.

I didn't mess with pattern matching at all and my cell near context is very reliable.
 
To use cell near you really need to invest some time to make sure that you're picking up enough towers for that context to work. I had to walk around the block that my company's tower takes up to collect enough towers to properly trigger.

I didn't mess with pattern matching at all and my cell near context is very reliable.

How do you cope with the *last seen signal strength*? This seems to change all the time... How many profiles with the Cell Near state do you actually have?
 
Back
Top Bottom