Search found 697 matches

by MURTUMA
15 Oct 2016 20:50
Forum: Feature Requests
Topic: Multiple triggers?
Replies: 3
Views: 12008

Re: Multiple triggers?

Do I need to delete this topic as it has no added value? No need to. I wonder if it's better to start a new topic or just reply to the one you referred me to. That depends on the subject. If it's related to this one I suggest to continue here, but if it's entirely different topic, it would probably...
by MURTUMA
15 Oct 2016 18:07
Forum: Feature Requests
Topic: Action: turn off screen (not lock device)
Replies: 6
Views: 22890

Re: Action: turn off screen (not lock device)

Generally it is impossible to actively turn screean off on Android without locking it. This is due to how roms itself works and can't be affected by third party apps. If your device is rooted, it might be possible to create some workaround by disabling lockscreen security but I have not yet found an...
by MURTUMA
15 Oct 2016 17:55
Forum: Feature Requests
Topic: Multiple triggers?
Replies: 3
Views: 12008

Re: Multiple triggers?

Please, search for "multiple triggers" and check the first two results, not including the EAP topic or this one.
by MURTUMA
15 Oct 2016 05:48
Forum: General
Topic: No speech input when screen is off
Replies: 1
Views: 8280

Re: No speech input when screen is off

Try to have only action Vibrate after the trigger to see if problem is in the trigger or Speech output. Do you use Notification on statusbar displayed?
by MURTUMA
13 Oct 2016 11:21
Forum: User Help / Bug Reports
Topic: Detect notification tray
Replies: 5
Views: 12798

Re: Detect notification tray

This solution seems to work quite reliably. Indeed it needs a short sleep action or the condition does not catch the system ui task.
by MURTUMA
12 Oct 2016 20:33
Forum: User Help / Bug Reports
Topic: Exponent operator
Replies: 2
Views: 8205

Re: Exponent operator

Thanks. The problem seemed to be a wrong order of placement
by MURTUMA
12 Oct 2016 18:37
Forum: User Help / Bug Reports
Topic: Exponent operator
Replies: 2
Views: 8205

Exponent operator

I'm trying to convert following function to a format AM would understand. I can't seem to get exponent operator right.

How do I use pow() function correctly?

"-(x-240)^2/460+255"
by MURTUMA
11 Oct 2016 10:21
Forum: User Help / Bug Reports
Topic: Detect notification tray
Replies: 5
Views: 12798

Re: Detect notification tray

One more question. Is it possible to detect this with a condition? With the trigger I can't make reliable solution for the interfering I mentioned because most of the time App task ended fires before Ui event . Or I could use trigger Activity started :*/*, excluding only the desired app but that wou...
by MURTUMA
11 Oct 2016 08:37
Forum: User Help / Bug Reports
Topic: How to quote the text from Input Dialog?
Replies: 2
Views: 8428

Re: How to quote the text from Input Dialog?

Variable value should contain everything you choose or write regardless of input dialog's type. Please post a flow that can reproduce the error.
by MURTUMA
11 Oct 2016 08:27
Forum: Feature Requests
Topic: Limit time of execution of every action/condition
Replies: 2
Views: 9555

Re: Limit time of execution of every action/condition

There is condition Execution count withi which you can define both time range and execution count.