Tuesday, September 14, 2010

One more change to the google voice actions

Apologies users to my Google Voice Quicksilver actions and OS X services: 

I found one more bug in the php script and killed it.

Which is good.

Bad news is there’s no way for me to update the copies of the script that are on your computers. You’ll have to do it manually by tracking down a file named “google-voice.php” and deleting it. The next time you run one the actions the script will get re-downloaded with the updated code.

The file is located in different locations for the QS Actions and the Services.

Quicksilver actions:  ~/Library/Application Support/Quicksilver/

OS X Services: ~/Library/Services/

If you’re just finding out about all of this and want in: read the original post here.

Sunday, September 12, 2010

Update for Google Voice Quicksilver actions and OS X Services

One of my first posts I released applescript actions for Quicksilver that let you easily send a SMS or initiate a phone call thru Google Voice as well as OS X (10.6 only) services that let you right click on a phone number in any application and do the same. 

Sometime in the last week the PHP script I used to work with GVoice broke. I fixed it. If you already use the QS actions and want to get them working again:

Go to “~/Library/Application Support/Quicksilver/” (“~” means your home folder) and delete “google-voice.php”. That’s it. The next time you use either the gvDialer or SMSgv actions they will automatically download the updated version.

If you already use the the OS X services you can find and delete the old “google-voice.php” file in “~/Library/Services/” folder. The next time they are run they’ll download the fixed php file.

If you’re just finding out about all of this and want in: read the original post here, the actions and services will just work.