Search found 4 matches

by webo
25 Oct 2013 10:40
Forum: User Help / Bug Reports
Topic: Parsing through SMS text with expressions
Replies: 0
Views: 5773

Parsing through SMS text with expressions

I'm looking for a way to send an SMS to my phone with AutoMagic and have it search through sms_text for specific words. Essentially, I would send one or more keywords in an SMS (separated with a space) and I would have multiple expressions responsible for handling what happens for each type of keywo...
by webo
25 Sep 2013 14:15
Forum: User Help / Bug Reports
Topic: Have flow wait for incoming confirmation SMS
Replies: 1
Views: 6744

Have flow wait for incoming confirmation SMS

I'm working on a flow that submits a command to the phone network and, if successful, would receive an SMS confirmation. How can I have my flow wait for the SMS confirmation, detect the confirmation SMS, and continue the flow? So far from what I've seen, receiving an incoming SMS is considered a tri...
by webo
25 Sep 2013 04:20
Forum: User Help / Bug Reports
Topic: Navigating USSD and modifying variables
Replies: 3
Views: 9877

Re: Navigating USSD and modifying variables

Thanks! So my device runs Android 4.0.4 which makes Control UI impossible to use but the rooted commands are working except for one thing: The DPAD does not seem to press "send" in the USSD menu. What it ends up doing is creating a new line (carriage return) in the menu response field but does not a...
by webo
24 Sep 2013 11:05
Forum: User Help / Bug Reports
Topic: Navigating USSD and modifying variables
Replies: 3
Views: 9877

Navigating USSD and modifying variables

I'm very close to getting my flow working but I'm running into some complications. The logic is as follows: Receive an SMS with specific keywords Strip the first four characters from the SMS sender's number and save it as the new {sms_sender} variable Enter in a USSD command, dial the USSD command, ...