Search found 31 matches

by syndromtr
14 Apr 2013 18:26
Forum: User Help / Bug Reports
Topic: DIY-Actions: Execute Command, Execute Root Command
Replies: 14
Views: 126094

Re: DIY-Actions: Execute Command, Execute Root Command

Execute Root command example: dumpsys is a very detailed command which gives info about service infos: first, try this in console: dumpsys | grep DUMP you'll get services list that you can diagnose.. examples: dumpsys battery : to get voltage and temperature dumpsys appwidget : (better use this com...
by syndromtr
13 Apr 2013 21:53
Forum: Feature Requests
Topic: java script addon
Replies: 2
Views: 10993

java script addon

hello, at first thanks for new version with numerous additions.. most new features we requested are included.. i thought about a new kind of "script" addition.. a more complex script that allows javascript commands.. as i checked, other automation apps have this feature.. why i requested this: i tri...
by syndromtr
12 Apr 2013 08:12
Forum: Flow Sharing Area
Topic: Screen on with shake
Replies: 4
Views: 18006

Screen on with shake

when screen is turned off, in 15 minutes timeout, shake the phone twice to turn the screen on again this consists of 3 flows, enable "so1" and disable "so2" and "so3" by default.. you can change variables "hrs" and "mins" in so2 flow for timeout (to prevent battery drain) it's set to 15 minutes. and...
by syndromtr
04 Mar 2013 06:42
Forum: General
Topic: weather flow?
Replies: 3
Views: 15907

Re: weather flow?

hi again, after more research i'm also using wunderground api. here is part of my flow (only to get variables - it's not in json format - it supports xml also) action: HTTP request: "http://api.wunderground.com/api/API_KEY/conditions/lang:TR/q/tu/Antalya.xml" GET - store to variable wea (in the URL,...
by syndromtr
27 Feb 2013 16:10
Forum: User Help / Bug Reports
Topic: bug in evaluateXPathAsString?
Replies: 1
Views: 8746

bug in evaluateXPathAsString?

hi, i started a new flow using yahoo weather api with evaluateXPathAsString. here's my flow: trigger: none action: http request: http://weather.yahooapis.com/forecastrss?w=2343733&u=c GET , variable, variable name = wea action: script : var=evaluateXPathAsString(wea, "//yweather:condition/@text"); c...
by syndromtr
22 Feb 2013 13:40
Forum: General
Topic: weather flow?
Replies: 3
Views: 15907

Re: weather flow?

hi, i had some research on this. i don't have a flow created yet but these steps can help you: http://automagic4android.com/en/help/components all info is there as usual, http request action + script you can download xml/rss with http request and by using script, you can get current condition, tempe...
by syndromtr
20 Feb 2013 12:11
Forum: General
Topic: Overview of some of your flows
Replies: 17
Views: 62532

Re: Overview of some of your flows

hi, here are my flows: - incoming&outgoing, end of call = display home screen - incoming call, while phone is ringing, face right = auto answer phone - when any map software (google, yandex, gps) starts = gps on - when any map software ends = gps off - random wallpaper, everyday at 8 am, rnd 1 to 31...
by syndromtr
07 Feb 2013 15:15
Forum: Feature Requests
Topic: A few new requests
Replies: 1
Views: 8211

A few new requests

Hello, here are my feature requests, > Shake trigger's sensitivity settings or variable to get its value (i created 2 flows for, shake device to auto answer, but it has problems when vibration is on and device is on the desk - vibration is assumed as shake and auto-answer happened, so sensitivity se...
by syndromtr
05 Feb 2013 09:53
Forum: Flow Sharing Area
Topic: Wired headset launch 2 music app
Replies: 0
Views: 8630

Wired headset launch 2 music app

Here it is, configure for your needs.. cancel=back button=does nothing
triggers with wired headset plugged
playerpro: auto starts
droidsound is retro format musicplayer.. in this example
by syndromtr
05 Feb 2013 09:22
Forum: General
Topic: Control audio player
Replies: 10
Views: 36982

Re: Control audio player

none of them worked for playerpro, so i found another way: if you have still problems with the mentioned players, try this: (my flow triggers with wired headset plugged? checks if screen is on, displays input dialog, asks for 2 app for music playback, if playerpro is selected=) launch app: package n...