Published on December 07, 2009.
TweetYou may be aware of some limitations you may encounter to sync your Google Contacts with your built-in Mac OS X address book, especially if you don’t have an iPhone/iPod Touch. Here is the most suitable solution I found to get round of this annoying problem.
~/Library/Prefereces/com.apple.iPod.plist, and change the FamilyID to 1001, then save it. 
You will be prompted for you Google credentials.~/Library/crontab, and write the following line inside:@hourly /System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Resources/gconsync --sync com.google.ContactSync
Then open your Terminal.app and invoke: crontab ~/Library/crontab.
You should be ok, and your contacts will sync every hour. Have fun.