Search found 257 matches
- 18 Jan 2017 08:41
- Forum: Feature Requests
- Topic: Condtion Map?!
- Replies: 3
- Views: 13331
- 18 Dec 2016 14:44
- Forum: User Help / Bug Reports
- Topic: How to find intent parameters?
- Replies: 1
- Views: 6886
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 ...
- 30 Nov 2016 06:32
- Forum: User Help / Bug Reports
- Topic: how to break a line in two in notification
- Replies: 5
- Views: 14017
Re: how to break a line in two in notification
Use "\r\n" between the lines (without quotes).
- 21 Nov 2016 08:47
- Forum: User Help / Bug Reports
- Topic: Preventing flows getting executed by short disconnections
- Replies: 2
- Views: 11315
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:...
- 10 Nov 2016 08:51
- Forum: Feature Requests
- Topic: Customize "Automagic Premium" notification
- Replies: 10
- Views: 33141
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
The flow is triggered on Automagic startup.- 02 Nov 2016 20:47
- Forum: Flow Sharing Area
- Topic: SmartUnlock
- Replies: 32
- Views: 133916
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...
- 02 Nov 2016 20:32
- Forum: Flow Sharing Area
- Topic: SmartUnlock
- Replies: 32
- Views: 133916
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...
- 19 Sep 2016 05:40
- Forum: Feature Requests
- Topic: categorizing global_variables
- Replies: 3
- Views: 13129
Re: categorizing global_variables
+1
Categories for global variables would be great!
Categories for global variables would be great!
- 21 Aug 2016 07:49
- Forum: Flow Sharing Area
- Topic: SmartUnlock
- Replies: 32
- Views: 133916
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...
- 16 Aug 2016 05:51
- Forum: User Help / Bug Reports
- Topic: Battery temp in widget?
- Replies: 1
- Views: 7815
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...