Search found 257 matches

by kintrupf
18 Jan 2017 08:41
Forum: Feature Requests
Topic: Condtion Map?!
Replies: 3
Views: 13168

Re: Condtion Map?!

+1
by kintrupf
18 Dec 2016 14:44
Forum: User Help / Bug Reports
Topic: How to find intent parameters?
Replies: 1
Views: 6795

How to find intent parameters?

I want to intercept a General Broadcast from the Bluetooth beacon app "Beacon Locator" ( https://play.google.com/store/apps/details?id=com.samebits.beacon.locator ). Intercepting the intent (com.somebits.beacon.locator.action.NOTIFY_BEACON_ENTERS_REGION) seems to work (the trigger is executed), but ...
by kintrupf
30 Nov 2016 06:32
Forum: User Help / Bug Reports
Topic: how to break a line in two in notification
Replies: 5
Views: 13793

Re: how to break a line in two in notification

Use "\r\n" between the lines (without quotes).
by kintrupf
21 Nov 2016 08:47
Forum: User Help / Bug Reports
Topic: Preventing flows getting executed by short disconnections
Replies: 2
Views: 11196

Re: Preventing flows getting executed by short disconnection

You could add a Sleep action right after the trigger and let the flow sleep for a few seconds. After that you can re-check if the trigger condition is still valid and only proceed if it is. For example: trigger: WiFi disconnected action: Sleep(5s) ; sleep 5 seconds condition: WiFi connected ; false:...
by kintrupf
10 Nov 2016 08:51
Forum: Feature Requests
Topic: Customize "Automagic Premium" notification
Replies: 10
Views: 32833

Re: Customize "Automagic Premium" notification

If you have a rooted phone you can use the attached flow to remove the Automagic notification without side effects 8-) The flow is triggered on Automagic startup.
by kintrupf
02 Nov 2016 20:47
Forum: Flow Sharing Area
Topic: SmartUnlock
Replies: 32
Views: 130239

Re: SmartUnlock

My initial happiness didn't last for very long - phone freezes for ~10 seconds when I unlock the screen (whether it was actually PIN-locked or not). I'm using CM13, full disk encryption is enabled. If I manually change my PIN in system settings, the phone also freezes for ~10 seconds, so I think th...
by kintrupf
02 Nov 2016 20:32
Forum: Flow Sharing Area
Topic: SmartUnlock
Replies: 32
Views: 130239

Re: SmartUnlock

Used to use Delayed Lock app. Your flow blows it out of the water,works great and so many useful options! I just started using Automagic and didn't know it could be used to create such capable flows, feels like an entire app. Thanks, you're a genius! Thank you very much for your praise 8-) What wou...
by kintrupf
19 Sep 2016 05:40
Forum: Feature Requests
Topic: categorizing global_variables
Replies: 3
Views: 13010

Re: categorizing global_variables

+1
Categories for global variables would be great!
by kintrupf
21 Aug 2016 07:49
Forum: Flow Sharing Area
Topic: SmartUnlock
Replies: 32
Views: 130239

Re: SmartUnlock

Yes, that works. The „problem“ is that this setting of the Notification in Statusbar action does not support variables, so I have to duplicate each action for each possible setting :-( I will work around that, but it will take a few extra days. I will also remove some bugs before I upload the new ve...
by kintrupf
16 Aug 2016 05:51
Forum: User Help / Bug Reports
Topic: Battery temp in widget?
Replies: 1
Views: 7717

Re: Battery temp in widget?

Yes, this is possible. First, you need a trigger or condition that actually supplies the battery temperature variable! So create a new flow with a Battery Level trigger. The variable battery_temperature only exist within the flow (and not the widget) and only when trigger or the condition Battery Le...