Page 1 of 1

Problems with AutoVoice

Posted: 30 Oct 2014 07:59
by CrimsonPirate
Hey guys,

Could you have a look at this simple flow please? Can't get it to work. AutoVoice is supposed to intercept the Google Now command and use it to trigger an AutoMagic action. Won't work for me, though.

http://automagic4android.com/flow.php?i ... 42fdce2268

Thx for your help! ;-)

Re: Problems with AutoVoice

Posted: 31 Oct 2014 12:46
by Martin
Hi,

Sorry, I'm not experienced with this plugin so this post might not be helpful but I try it anyway :)

When you say that you want to detect a Google Now command, do you mean a regular voice recognition command or do you want to execute a flow when you speak "Ok Google" and then speak the search term respectively the command?

In the former case, did you start the voice recognition of AutoVoice with an action Plugin: AutoVoice Recognize?
Perhaps the voice recognition also detects a slightly different text than entered in the command filter, please try to fill the plugin configuration with the Speak Filter button.

If you want to execute the flow based on an "Ok Google ..." phrase, you should switch to a trigger Plugin Event: AutoVoice Ok Google Now.

If you directly want to execute a flow in response to a google now search without plugins at all, you could configure a trigger UI Event like this:
Event Type: Text selection changed
Package Name: com.google.android.googlequicksearchbox
Text: leave empty

The search term respectively command is available in the flow in variable text. You could use a condition Expression to test if it's the desired command and execute some actions (for example: text=="Licht an";).

The accessibility service of Automagic needs to be activated for trigger UI Event to work. If you are using other apps that also use an accessibility service, it might be required to change the accessibility feedback type in the settings of Automagic from Generic to a value that's not used by any other app.

Regards,
Martin

Re: Problems with AutoVoice

Posted: 01 Nov 2014 12:28
by CrimsonPirate
Hi Martin,

Thx a bunch for your rely. Most of it reads like Chinese to me though. :-D

Yes, I used the AutoVoice Recognized plug-in. I also activated the AutoVoice Google Now Integration. I'm sure it's something silly I missed, but I just can't figure it out. :-(