Search found 31 matches

by syndromtr
10 May 2013 19:13
Forum: User Help / Bug Reports
Topic: Choice of Music Players when headphones are plugged in
Replies: 2
Views: 10511

Re: Choice of Music Players when headphones are plugged in

@xpeditor, you can check this kind of flow (i'm using similar flow myself, it supports 2+ choices) > input dialog (single choice) listvalues = pandora, spotify, playerpro, fourthplayer.. > below it, add an expression condition. inside, add this : startsWith(value,"pandora") > lower side of expressio...
by syndromtr
07 May 2013 12:15
Forum: User Help / Bug Reports
Topic: Proximity sensor condition bug?
Replies: 4
Views: 13706

Re: Proximity sensor condition bug?

also i have problems with proximity sensor trigger values in my smartphone, (razr xt910 rooted - android 4.0.4) when i create a new flow and insert proximity trigger, it gives "current value" in cm's. by default it's 100 cm. when i move my hand over sensor, it becomes 3 cm. (no other values) even i ...
by syndromtr
30 Apr 2013 13:17
Forum: Feature Requests
Topic: Turn off screen action and more options to control sensors
Replies: 5
Views: 16128

Re: Turn off screen action and more options to control senso

hi, in these cases best way is examining created flows and i recommend, create a task with multiple flows, let flow 1 controls main trigger (it's always active) and it has ability to enable-disable flow 2-3... flow 2-3.. use battery draining triggers inside. for ex. shake, sensor triggers, gps, comp...
by syndromtr
30 Apr 2013 06:42
Forum: Feature Requests
Topic: New Action: Enable/Disable Alarm
Replies: 7
Views: 22740

Re: New Action: Enable/Disable Alarm

maybe this plugin may help until automagic supports it internally, https://play.google.com/store/apps/details?id=com.joaomgcd.autoalarm autoalarm plugin and i found info for a variable, android.provider.Settings.System.NEXT_ALARM_FORMATTED it seems this variable holds value of next alarm but i could...
by syndromtr
29 Apr 2013 13:58
Forum: Feature Requests
Topic: New Action: Enable/Disable Alarm
Replies: 7
Views: 22740

Re: New Action: Enable/Disable Alarm

i need this too, currently, i use 3 shortcuts on my desktop, (home-outside-sleep) when sleep shortcut is activated, wifi & 3g & auto sync state becomes OFF i need one of these 2 ways: when an alarm for tomorrow morning (it's already created in stock alarm app) is enabled, i need to execute that "sle...
by syndromtr
28 Apr 2013 07:28
Forum: Feature Requests
Topic: Turn off screen action and more options to control sensors
Replies: 5
Views: 16128

Re: Turn off screen action and more options to control senso

hi, temporarily, with this current automagic version, you can stabilize shake trigger these ways: - after shake trigger, you can add execution count condition, for ex. 2 times in 2 secons, if result is Y - go on flow.. - after shake trigger, you can add device orientation condition, to check shake o...
by syndromtr
28 Apr 2013 07:20
Forum: Feature Requests
Topic: 2 or more triggers and conditional triggers
Replies: 3
Views: 13875

Re: 2 or more triggers and conditional triggers

i agree on this.. when i start to create complex flows, it's required that 2 or more triggers should be included, but, in the same flow. so, when there are more than one trigger, a special condition needs to be there (AND-OR) first. also, there might be a variable for all triggers, for ex. a flow is...
by syndromtr
18 Apr 2013 17:48
Forum: Flow Sharing Area
Topic: Weather on statusbar
Replies: 9
Views: 35691

Re: Weather on statusbar

ok thanks for feedback, now i edited flow in automagic in smartphone, instead of editing in PC, so it should work.. also edited my first post.
regards,
by syndromtr
17 Apr 2013 20:54
Forum: Flow Sharing Area
Topic: Weather on statusbar
Replies: 9
Views: 35691

Weather on statusbar

EDIT: version2 using 2 xml files, added some delay (2 seconds) 1) get a free account from http://www.wunderground.com/weather/api/ (signup for api key) 2) load (import) this flow to your automagic, 3) by default, this flow will update notification on statusbar every ~1 hour, everyday, from 08:00 to ...
by syndromtr
14 Apr 2013 19:42
Forum: Feature Requests
Topic: Trigger with a timerange
Replies: 1
Views: 7956

Re: Trigger with a timerange

i second this,

or at least, a newer "time" trigger, that will allow weekdays and time as variables..
(example: calculating new time value from global variable to be triggered, and using that variable there, "time" will be triggered upon variables)