Search found 59 matches

by Serum_114
11 Aug 2018 12:20
Forum: User Help / Bug Reports
Topic: Known Issues on Android 9
Replies: 44
Views: 230200

Re: Known Issues on Android P

Thank you for the suggestion. Automagic reads any NFC tag. Other apps read NFC made specifically for them. I have no NFC tags made for a specific app. My device is not rooted. NFC cannot be toggled without root.
by Serum_114
10 Aug 2018 20:05
Forum: User Help / Bug Reports
Topic: Known Issues on Android 9
Replies: 44
Views: 230200

Re: Known Issues on Android P

I also experience the NFC issue. I can only make one successful scan and then I need to toggle NFC off and on to allow another successful scan. Also unsure if this is a Pie or Automagic issue. (Pixel 1, Android 9)
by Serum_114
09 Aug 2018 02:06
Forum: User Help / Bug Reports
Topic: Known Issues on Android 9
Replies: 44
Views: 230200

Re: Known Issues on Android P

Active network type trigger makes for a seemless work-around.
by Serum_114
01 Aug 2017 20:36
Forum: User Help / Bug Reports
Topic: Android Wear 2.0 WiFi control
Replies: 7
Views: 20392

Re: Android Wear 2.0 WiFi control

I find a stop error waiting for me sometimes in the notification bar. I've never been able to reproduce the error by manually running the flow. I've removed the exception that proceeds to the next step and will post the exact verbiage of the error.
by Serum_114
01 Aug 2017 20:00
Forum: User Help / Bug Reports
Topic: Android Wear 2.0 WiFi control
Replies: 7
Views: 20392

Re: Android Wear 2.0 WiFi control

Hi Martin,

I've had to add an exception to the flow. Once in a while, I'd get a failure on the workaround. It was rare but it happened.

Thanks again.
by Serum_114
30 Jul 2017 21:27
Forum: User Help / Bug Reports
Topic: Android Wear 2.0 WiFi control
Replies: 7
Views: 20392

Re: Android Wear 2.0 WiFi control

Hi Martin, I tried your suggested workaround: Add an action 'Set System Setting (Android Wear)' to your flow directly before the action 'Set WiFi State' is used to turn WiFi off. The action should have following settings: Category: System Name: clockwork_wifi_setting Value: off It works now! Thank y...
by Serum_114
29 Jul 2017 00:23
Forum: User Help / Bug Reports
Topic: Android Wear 2.0 WiFi control
Replies: 7
Views: 20392

Re: Android Wear 2.0 WiFi control

I have uploaded the log. Thanks!
by Serum_114
28 Jul 2017 16:34
Forum: User Help / Bug Reports
Topic: Android Wear 2.0 WiFi control
Replies: 7
Views: 20392

Android Wear 2.0 WiFi control

Hi,

I've noticed that since updating my watch to Wear 2.0, I can still use "Set WiFi State (All Wear devices): On" to turn WiFi on but "Set WiFi State (All Wear devices): Off" doesn't turn the WiFi off. NB: directing the command at a specific Wear device also doesn't work.
by Serum_114
27 May 2017 14:17
Forum: User Help / Bug Reports
Topic: Run flow only Once during a timerange..
Replies: 2
Views: 8790

Re: Run flow only Once during a timerange..

A simpler way to accomplish this would be by doing a 'set flow state: disable' during the flow. I prefer the variable option because I have many flows I want to run when my device is unlocked. The variable allows me to trigger just one flow that calls others. If you aren't doing that, disabling the ...
by Serum_114
27 May 2017 13:48
Forum: User Help / Bug Reports
Topic: Run flow only Once during a timerange..
Replies: 2
Views: 8790

Re: Run flow only Once during a timerange..

Create a global variable switching the value to true if your flow has executed. Create a flow that runs at 6 am resetting it to false. The first step in your flow would be to check the global variable for 'false' before executing.