Search found 114 matches

by Bingwu
26 Jul 2017 08:25
Forum: User Help / Bug Reports
Topic: App Task Started - Requires Reset
Replies: 18
Views: 50651

Re: App Task Started - Requires Reset

Hello! Try this: Trigger : App Task Startet Method: Classic Package Name: * (Consider each started app) Action : Screen Timeout Set Screen Timeout: 30 seconds (Consider each started app) Condition : Expression Expression: package_name == "com.yourspecial.app" <- The package name of your app (Checks ...
by Bingwu
25 Jul 2017 20:43
Forum: User Help / Bug Reports
Topic: App Task Started - Requires Reset
Replies: 18
Views: 50651

Re: App Task Started - Requires Reset

Hello! Please excuse my poor English. I do this almost as you do with different apps, but I do not use the trigger "App Task Ended". I trigger every (*) app with "App Task Started" and set the screen timeout to default. For certain apps (the same Flow -> Condition: Expression: package_name == XXX) I...
by Bingwu
12 Jul 2017 17:38
Forum: User Help / Bug Reports
Topic: Widget overlay lockscreen
Replies: 4
Views: 13783

Re: Widget overlay lockscreen

Hello Yogi! I have not tried it myself, but maybe it works with "App Task Started" <launcher> (e. g. Nova: com.teslacoilsw.launcher) greeting Peter ---------------------------------------------------- Hallo Yogi! Ich habe es selber noch nicht ausprobiert, aber vielleicht funktioniert es mit "App Tas...
by Bingwu
30 Jun 2017 10:47
Forum: User Help / Bug Reports
Topic: Independent control of headphone and speaker media volume
Replies: 1
Views: 6511

Re: Independent control of headphone and speaker media volum

Hello Charlie! My comment will not help you at this point, but perhaps find the cause of the problem. I have a similar problem with one of my devices. It is a Samsung Galaxy S7 edge. (Android 7.0 - Stock) The smartphone automatically changes the volume settings for a phone call and when I plug a hea...
by Bingwu
26 Jun 2017 08:55
Forum: User Help / Bug Reports
Topic: How can I test whether or not I have an internet connection?
Replies: 7
Views: 21516

Re: How can I test whether or not I have an internet connect

Ciao Akapelis!

Type: Automatic
Host: www.google.com

does not work with me either!

Type: Socket
Host: www.google.com
Port: 80 (also 443)

or

Type: Ping
Host: www.google.com

is working!

greeting
Peter
by Bingwu
23 Jun 2017 08:20
Forum: User Help / Bug Reports
Topic: Remaining battery charge time.
Replies: 2
Views: 9413

Re: Remaining battery charge time.

Ciao Akapelis!

Maybe your problem is at the divisors.
Perhaps this information will help you: http://automagic4android.com/forum/view ... sion#p8246 (or http://automagic4android.com/forum/view ... 727#p17724)

regards
Peter
by Bingwu
16 Jun 2017 18:49
Forum: User Help / Bug Reports
Topic: "Create calendar event" start-end time question
Replies: 4
Views: 12113

Re: "Create calendar event" start-end time question

Hello Br Geir! You can count on time! The time in Automagic (triggertime, getDate() ...) is given in milliseconds since January 1, 1970. (June 16, 2017, 5:50:50.082 pm = 1497628250082 milliseconds) If you want to subtract 5 minutes from the triggertime, you subtract 300000 from the triggertime (5 mi...
by Bingwu
16 Jun 2017 10:30
Forum: User Help / Bug Reports
Topic: "Create calendar event" start-end time question
Replies: 4
Views: 12113

Re: "Create calendar event" start-end time question

Hello geirj! For example, you can use one or more global variables. (global_xxx) The name for the global variable can be freely chosen, the "global_" at the beginning is mandatory. By using a global variable, you can use it (after execution) in all other flows. Insert an Action -> Script in Flow1: g...
by Bingwu
14 Jun 2017 14:58
Forum: User Help / Bug Reports
Topic: Little problem with confirmation dialogue condition
Replies: 2
Views: 8261

Re: Little problem with confirmation dialogue condition

Hello Act! With the confirmation dialog you only have two options (yes and no). Ignore is doing nothing - the condition is waiting. Maybe this is the solution. greeting Peter hardcopy.png Sorry, very small! :( Action: Input Dialog Title: Weather Info Input Dalog Type: Single Choice Menu List Values:...