Search found 697 matches

by MURTUMA
05 Nov 2016 23:31
Forum: User Help / Bug Reports
Topic: Possible glitch in action Take Picture
Replies: 2
Views: 8189

Re: Possible glitch in action Take Picture

Seems like this is not caused by the action or AM afterall. It just happened, when the flow was not running. I'm out of ideas of how could I look for the problematic app. Is there any way to detect from logs, when some app accesses the flash? If that's possible, I could write a monitoring flow to ca...
by MURTUMA
04 Nov 2016 20:30
Forum: User Help / Bug Reports
Topic: Ampere
Replies: 22
Views: 48076

Re: Ampere

heilong wrote:You should add the "false" branch (going same way as your "true" branch).
Even better would be to config it to higher than 0%.

This same procedure is highly usable in many different cases with different conditions.
by MURTUMA
30 Oct 2016 07:30
Forum: User Help / Bug Reports
Topic: Where are the examples?
Replies: 2
Views: 16411

Re: Where are the examples?

Do you mean in the action's help documentation? The examples in the documentation just states some possibilities what you can do with the action. Check the main screen > menu > catalog and you'll find some usable example flows. Also search the flow sharing area for more stuff people have made and sh...
by MURTUMA
27 Oct 2016 20:47
Forum: User Help / Bug Reports
Topic: Possible glitch in action Take Picture
Replies: 2
Views: 8189

Possible glitch in action Take Picture

I have a flow which takes a picture when ever I return to home screen. Relevant settings are front camera , no user interface and flash off . Despite the flash being set off, I have noticed it flashing two or three times during a month I've been testing this flow. It is very rare considering that it...
by MURTUMA
26 Oct 2016 11:53
Forum: User Help / Bug Reports
Topic: Activity detection when device locked
Replies: 8
Views: 18927

Re: Activity detection when device locked

Trigger Display state and condition Device locked. You actually don't have to test if device is locked. Display state is sufficient as the filter won't need to be active if screen is off regardless if it is locked.
by MURTUMA
24 Oct 2016 09:48
Forum: User Help / Bug Reports
Topic: Activity detection when device locked
Replies: 8
Views: 18927

Re: Activity detection when device locked

Not with dedicated trigger or condition, but it is possible to catch button events from phone logs. Though, it requires root privileges and I'm not sure if it's possible when phone is locked.
by MURTUMA
24 Oct 2016 08:47
Forum: Feature Requests
Topic: Allow trigger for changed bssid
Replies: 8
Views: 25557

Re: Allow trigger for changed bssid

You can save the current bssid to a globar var and when connecting again to a network check with condition Expression, if the newly connected bssid is the previous(the one saved in global var).
by MURTUMA
24 Oct 2016 06:33
Forum: User Help / Bug Reports
Topic: Activity detection when device locked
Replies: 8
Views: 18927

Re: Activity detection when device locked

Most of the things in AM has multiple solutions to do things. Sometines some won't work or are otherwise unfeasibe and then you might have to think out side of the box to find working solution. Your problem: AM does not allow flashlight to brighten the screen when screen is locked . Slution 1: Detec...
by MURTUMA
23 Oct 2016 06:51
Forum: User Help / Bug Reports
Topic: Global Variable
Replies: 4
Views: 11134

Re: Global Variable

Just follow exactly what Martin already said. Let me re-phrase in a different way:

trigger: Global variable: global_your_variable
condition: Expression: global_your_variable==0
by MURTUMA
16 Oct 2016 16:13
Forum: User Help / Bug Reports
Topic: Speech sender of telegram message
Replies: 3
Views: 9349

Re: Speech sender of telegram message

There's nothing wrong with the flow. It could be that Telegram sends the notification twice and the flow reacts to them both. Try adding a few second Sleep action after Speech output and from flow options check "Skip executing if another instance is running."