Search found 12 matches

by pa7z2kd
15 Oct 2019 16:16
Forum: Flow Sharing Area
Topic: Auto Dark Mode (Android 10)
Replies: 3
Views: 15515

Re: Auto Dark Mode (Android 10)

Updated flow with automagic actions
by pa7z2kd
15 Oct 2019 16:13
Forum: Flow Sharing Area
Topic: Auto Dark Mode (Android 10)
Replies: 3
Views: 15515

Re: Auto Dark Mode (Android 10)

I've decompiled some other app, that toggles dark mode. Also, I found out that automagic can toggle car mode itself, so you can replace that java code with automagic actions.
by pa7z2kd
13 Oct 2019 21:52
Forum: Flow Sharing Area
Topic: Auto Dark Mode (Android 10)
Replies: 3
Views: 15515

Auto Dark Mode (Android 10)

Enables system dark mode when screen is dim, disables when it's bright.

http://automagic4android.com/flow.php?i ... c97dbc828b
by pa7z2kd
03 May 2016 06:36
Forum: User Help / Bug Reports
Topic: Long press timeout
Replies: 3
Views: 8695

Re: Long press timeout

Hi,
No, delay doesn't change even after reboot, while other apps take changes immediately.
by pa7z2kd
02 May 2016 11:44
Forum: User Help / Bug Reports
Topic: Long press timeout
Replies: 3
Views: 8695

Long press timeout

Please use value of system setting "long_press_timeout" for overlay's long press trigger, not your own hardcoded value(500ms).
Thanks.
by pa7z2kd
09 Nov 2015 20:12
Forum: User Help / Bug Reports
Topic: All flows are suspending when using sleep()
Replies: 3
Views: 8020

Re: All flows are suspending when using sleep()

Sorry, it was action 'script'
Start flow1 and then flow2. Flow1 will be stopped until flow2 will be executed
by pa7z2kd
09 Nov 2015 15:03
Forum: User Help / Bug Reports
Topic: All flows are suspending when using sleep()
Replies: 3
Views: 8020

All flows are suspending when using sleep()

When I'm using sleep('5m') in 'execute command' action in some flow, all other flows (not only copies of this flow, all automagic flows) are suspending too.
Automagic 1.29.0
Nexus 5, cyanogenmod 12.1
by pa7z2kd
09 Nov 2015 14:58
Forum: User Help / Bug Reports
Topic: Force automagic to save global variables
Replies: 8
Views: 16134

Re: Force automagic to save global variables

My flow decreasing cpu voltage each 20 minutes until cpu stops, and when cpu stops, screen freezes for few seconds and phone rebooting. So it's not like a normal rebooting, no one program can't react to it (because cpu is off). So I have to save variables to file manually before next undervolting
by pa7z2kd
06 Nov 2015 10:43
Forum: User Help / Bug Reports
Topic: Force automagic to save global variables
Replies: 8
Views: 16134

Re: Force automagic to save global variables

I made saving and restoring variables using actions 'write to file' and 'init text file variable'
by pa7z2kd
05 Nov 2015 09:47
Forum: User Help / Bug Reports
Topic: Force automagic to save global variables
Replies: 8
Views: 16134

Re: Force automagic to save global variables

After changing global var automagic saves it in RAM, and only later in internal storage. So if android will reboot right after var changing it will not be saved and will not be retained after boot.