VoxCommando
General Discussion => General Discussion => Topic started by: IKROWNI on November 17, 2012, 02:13:58 PM
-
would it be possible to use something like google now on the pc alongside with vc?
http://www.google.com/landing/now/ (http://www.google.com/landing/now/)
-
Isn't "Google Now" only for Android? Is it even a real thing yet?
-
yea im pretty sure its available now but yes its also only available on android, is there anything else i could use with pc that would be like google now? or is there a way to port it to the pc from android?
-
IKROWNI,
I know this is well years late, but have successfully integrated into Google Now services using the Robo Browser and Jame's help. The attached Macro should give you a simple Google now command. I am still playing with the Google Now feature's and figuring out what all I could read/write to it, but it does have some nice features!
<macro>
<action actiontype="RoboB.Select" repeat="1" logic="False"><paramstring>GoogleNow</paramstring></action>
<action actiontype="RoboB.Navigate" repeat="1" logic="False"><paramstring>https://www.google.com/#q=Remind+ME+to+Walk+The+Cat+at+5PM&safe=off</paramstring></action>
<action actiontype="RoboB.Wait" repeat="1" logic="False"><paramstring></paramstring></action>
<action actiontype="RoboB.Show" repeat="1" logic="False"><paramstring></paramstring></action>
<action actiontype="RoboB.ElementByID" repeat="1" logic="False"><paramstring>act-rmd-send</paramstring></action>
<action actiontype="RoboB.Click" repeat="1" logic="False"><paramstring></paramstring></action>
</macro>
(https://www.dropbox.com/s/ds67idikyfezq34/Capture.PNG)
I will post a bunch of samples soon as I sort some things out. Of course be sure that your default browser is logged into google so that it can recognize you and signed in as same account as your android phone. I have confirmed on my Galaxy S3 just now I was told to walk my Cat... the Cat however did not agree :bigno
-
Hi Sean,
It looks like you tried to grab your command XML from within the LCB window, rather than from the command tree.
Can you perhaps edit your post above to correct that? It's difficult for other users to try out your XML as it is currently.
Just find your Google Now command in your actual command tree, right-click on the command and "copy". Paste that into your forum post code box.
http://voxcommando.com/mediawiki/index.php?title=XML_on_the_forum#Posting_Your_Code_to_the_Forum
Thanks!