Fix GrowlVoice!

Up to OS X 10.9

Problem

Error: Unable to Sign In; Unable to build JSON object from JSON string

Solution

Do this once and forget about it!

git clone https://github.com/szhu/fix-growlvoice.git
sudo fix-growlvoice/install-patch /path/to/GrowlVoice.app

Don't have Git installed?

rm -rf fix-growlvoice && mkdir fix-growlvoice
curl -L https://github.com/szhu/fix-growlvoice/tarball/master | tar -xzC fix-growlvoice --strip-components 1
sudo fix-growlvoice/install-patch /path/to/GrowlVoice.app

Alternate Solution

Slightly better result, unsigned (non-App Store) apps only!

git clone https://github.com/szhu/fix-growlvoice.git
sudo fix-growlvoice/install-alternate-patch /path/to/GrowlVoice.app

Don't have Git installed?

rm -rf fix-growlvoice && mkdir fix-growlvoice
curl -L https://github.com/szhu/fix-growlvoice/tarball/master | tar -xzC fix-growlvoice --strip-components 1
sudo fix-growlvoice/install-alternate-patch /path/to/GrowlVoice.app

Uninstall

sudo ./unpatch-app /path/to/GrowlVoice.app
sudo rm -rf '/Library/Application Support/GrowlVoice'
sudo rm /Library/LaunchDaemons/com.interestinglythere.fixGrowlVoice.plist
sudo launchctl remove com.interestinglythere.fixGrowlVoice

Something not working? Details here:

github.com/szhu/fix-growlvoice

© 2014 Sean Zhu.

Theme based on Cover.

Hosted by GitHub Pages