<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Contact Sync</title>
	<atom:link href="http://heartofangel.com/google-contact-sync/feed/" rel="self" type="application/rss+xml" />
	<link>http://heartofangel.com</link>
	<description>Personal blog about game, iPhone, Android, audio, and my life.</description>
	<lastBuildDate>Sat, 04 Sep 2010 06:51:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: 童貞</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1742</link>
		<dc:creator>童貞</dc:creator>
		<pubDate>Sat, 04 Sep 2010 06:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1742</guid>
		<description>By the way, I think this would be a lot more useful if you set the facebook THUMBNAILS as the google contacts portraits, not the full facebook profile pictures...</description>
		<content:encoded><![CDATA[<p>By the way, I think this would be a lot more useful if you set the facebook THUMBNAILS as the google contacts portraits, not the full facebook profile pictures&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 童貞</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1712</link>
		<dc:creator>童貞</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1712</guid>
		<description>The NullPointerException is just caused by a less-than-thorough error handling system in the code. The real problem is the HTTP 500 Internal Server Error status code that Facebook is returning, and that&#039;s Facebook&#039;s fault, unless they have changed their API or something.</description>
		<content:encoded><![CDATA[<p>The NullPointerException is just caused by a less-than-thorough error handling system in the code. The real problem is the HTTP 500 Internal Server Error status code that Facebook is returning, and that&#8217;s Facebook&#8217;s fault, unless they have changed their API or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicoillo</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1669</link>
		<dc:creator>Nicoillo</dc:creator>
		<pubDate>Thu, 26 Aug 2010 12:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1669</guid>
		<description>Hello, I have a problem, when I sync, birthday in google contact is not saved. and also in google contact appear a string in notes.

Sorry for my bad english ;-)</description>
		<content:encoded><![CDATA[<p>Hello, I have a problem, when I sync, birthday in google contact is not saved. and also in google contact appear a string in notes.</p>
<p>Sorry for my bad english <img src='http://heartofangel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Wood</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1667</link>
		<dc:creator>Chris Wood</dc:creator>
		<pubDate>Thu, 26 Aug 2010 02:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1667</guid>
		<description>I&#039;m using Vista64.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Vista64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Wood</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1666</link>
		<dc:creator>Chris Wood</dc:creator>
		<pubDate>Thu, 26 Aug 2010 02:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1666</guid>
		<description>Doesn&#039;t work for me, I get the same NullPointerException that many people are getting, and it happens with 1.5.6 as well as 1.5.5:

Begin query Google contact list..
Number of Google contacts: 524
End query Google contact list..
Begin query Facebook contact list..
Facebook: The remote server returned an error: (500) Internal Server Error.
End query Facebook contact list..
Google Contacts or Facebook Contacts not found
.Error: System.NullReferenceException: Object reference not set to an instance of an object.
   at GoogleContactSync.Popup.BindFacebookList() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
   at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 35
   at GoogleContactSync.MainForm.AfterDataLoadComplete() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me, I get the same NullPointerException that many people are getting, and it happens with 1.5.6 as well as 1.5.5:</p>
<p>Begin query Google contact list..<br />
Number of Google contacts: 524<br />
End query Google contact list..<br />
Begin query Facebook contact list..<br />
Facebook: The remote server returned an error: (500) Internal Server Error.<br />
End query Facebook contact list..<br />
Google Contacts or Facebook Contacts not found<br />
.Error: System.NullReferenceException: Object reference not set to an instance of an object.<br />
   at GoogleContactSync.Popup.BindFacebookList() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 74<br />
   at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 35<br />
   at GoogleContactSync.MainForm.AfterDataLoadComplete() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QQ</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1646</link>
		<dc:creator>QQ</dc:creator>
		<pubDate>Thu, 19 Aug 2010 14:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1646</guid>
		<description>Hello,

first of all, thanks for great idea and great solution! It&#039;s much needed. 

Next - do you think it would be possible to sync mails, phone numbers in addition to birthdays?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>first of all, thanks for great idea and great solution! It&#8217;s much needed. </p>
<p>Next &#8211; do you think it would be possible to sync mails, phone numbers in addition to birthdays?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benyamin</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1637</link>
		<dc:creator>Benyamin</dc:creator>
		<pubDate>Wed, 18 Aug 2010 09:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1637</guid>
		<description>Great Program, works great in Win7 Home Premium

Any new features planned?</description>
		<content:encoded><![CDATA[<p>Great Program, works great in Win7 Home Premium</p>
<p>Any new features planned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacSucks</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1601</link>
		<dc:creator>MacSucks</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1601</guid>
		<description>This program is written in .net so, it is not likely to be ported to mac. You might try running it with mono, though:
http://www.mono-project.com/Main_Page</description>
		<content:encoded><![CDATA[<p>This program is written in .net so, it is not likely to be ported to mac. You might try running it with mono, though:<br />
<a href="http://www.mono-project.com/Main_Page" rel="nofollow">http://www.mono-project.com/Main_Page</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1600</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1600</guid>
		<description>I would love if this app was availaible for Mac computers as well.</description>
		<content:encoded><![CDATA[<p>I would love if this app was availaible for Mac computers as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christ</title>
		<link>http://heartofangel.com/google-contact-sync/comment-page-2/#comment-1586</link>
		<dc:creator>Christ</dc:creator>
		<pubDate>Tue, 10 Aug 2010 10:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://heartofangel.com/?page_id=721#comment-1586</guid>
		<description>not working....
here&#039;s the log file:

===========================================

Begin query Google contact list..
Number of Google contacts: 555
End query Google contact list..
Begin query Facebook contact list..
Facebook: The remote server returned an error: (500) Internal Server Error.
End query Facebook contact list..
Google Contacts or Facebook Contacts not found
.Error: System.NullReferenceException: Object reference not set to an instance of an object.
   at GoogleContactSync.Popup.BindFacebookList() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
   at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 35
   at GoogleContactSync.MainForm.AfterDataLoadComplete() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
==========================================</description>
		<content:encoded><![CDATA[<p>not working&#8230;.<br />
here&#8217;s the log file:</p>
<p>===========================================</p>
<p>Begin query Google contact list..<br />
Number of Google contacts: 555<br />
End query Google contact list..<br />
Begin query Facebook contact list..<br />
Facebook: The remote server returned an error: (500) Internal Server Error.<br />
End query Facebook contact list..<br />
Google Contacts or Facebook Contacts not found<br />
.Error: System.NullReferenceException: Object reference not set to an instance of an object.<br />
   at GoogleContactSync.Popup.BindFacebookList() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 74<br />
   at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:line 35<br />
   at GoogleContactSync.MainForm.AfterDataLoadComplete() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89<br />
==========================================</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.983 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-04 16:32:19 -->
