Search found 50 matches

by kamil_w
21 Mar 2019 00:28
Forum: General
Topic: Is it possible to use variable's value as code in Script?
Replies: 2
Views: 9002

Is it possible to use variable's value as code in Script?

Hi,
I have a text in txtfile ready to be used as a code in action Script.

I copied that text to variable 'var_code' using action 'init variable text folder'.

Is there any way to use the value of that variable as code?
by kamil_w
19 Mar 2019 22:23
Forum: General
Topic: [Execute command] problem: new line on the end of output
Replies: 3
Views: 10164

Re: [Execute command] problem: new line on the end of output

I found solution. :)

Action script:
global_value = trim(global_value)
by kamil_w
19 Mar 2019 16:44
Forum: General
Topic: [Execute command] problem: new line on the end of output
Replies: 3
Views: 10164

[Execute command] problem: new line on the end of output

Hi, I am trying to create "an application" in Automagic with possibility to change the language of UI. So I have some text files in format: variable_name=text string To convert text from files into global_variables I use an action "Execute command" with command: grep "global_variable" /patch/{value}...
by kamil_w
16 Mar 2017 12:33
Forum: User Help / Bug Reports
Topic: [Q] Lockscreen: None
Replies: 1
Views: 5914

[Q] Lockscreen: None

I can't find the way to set lockscreen to none on Android 5.

Does anyone have an idea how to do that?

Phone: Samsung Note 3 rooted.
by kamil_w
15 Feb 2016 09:20
Forum: User Help / Bug Reports
Topic: Gps off
Replies: 4
Views: 12367

Re: Gps off

It works corectly. Location system has changed a little in Android 5. When you are turning on GPS then location daemon is turning on. When you are turning off GPS then location daemon is being set to use WiFi and mobile network as location provider. You have to find a way to enable/disable whole loc...
by kamil_w
11 Feb 2016 22:11
Forum: User Help / Bug Reports
Topic: Alarm enable / disable
Replies: 11
Views: 25380

Re: Alarm enable / disable

http://oi63.tinypic.com/e67s5w.jpg


As you can see the flow is not complicated.

The most time I spent to find an alarm application that delete done alarms by itself.
by kamil_w
11 Feb 2016 10:16
Forum: User Help / Bug Reports
Topic: Alarm enable / disable
Replies: 11
Views: 25380

Re: Alarm enable / disable

I haven't found such option, but I have another soultion. Everyday at 0:01 Automagic checks my calendar for next 10 hours. If it will find event "work 1" then it creates alarm on 6:20, if it will find event "work 2" then alarm is created at 7:45. If no events are found then alarm is not being create...
by kamil_w
23 Apr 2015 05:51
Forum: General
Topic: exception example
Replies: 2
Views: 9923

Re: exception example

Example Condition: app "com.App.test" running if yes Action: turn on wifi If there is no such application installed at device then flow will end with error. in this case you can add exception (add new arrow and change its type to exception). I have used it in such situation: If screen is going down ...
by kamil_w
20 Jan 2015 17:50
Forum: User Help / Bug Reports
Topic: How to ignore flow when wifi is set ON by user
Replies: 21
Views: 42409

Re: How to ignore flow when wifi is set ON by user

You can use global variables.

Action script
condition expression