Google Contact Sync
Downloads
GCS 1.8 and up: Download
Recently I flash Hero firmware to my little HTC G1, and found the social network integration to be very cool.
But the problem is Hero firmware is so slow so I have to revert back Cyanogen firmware, but I really miss the fact that Sense UI can update my Google Contact with Facebook Contact photo.
After a few days of coding, this is the first release of Google Contact Sync. As of right now it will allow you to manually sync Facebook Contact photo to Google Contact, and allow you to “link” 2 contacts so you can automatically update all Google Contacts later.
This software is provided free of charge. Make sure to link back here if you post GCS anywhere else
.
If anyone concerns about privacy, you can build your own version of GCS from source code.
NOTE: Some contact’s photos can’t be synced because owners modify their privacy settings. I can’t do anything about it so stop asking me
.
GCS is an approved facebook application. You can go to facebook profile page here:
Facebook application: Google Contact Sync
If you think this little tool worth something, you can consider buy me some beers for my Apple Developer Program license
:
For error report please attach log.txt which can be found at application directory.
Changelogs:
v.1.9.5
- Picture Preview in Contact List
- Google Login via OAuth.
- Performance improvement.
- Minor bug fixes.
v1.9.2:
- Birthdays sync (hopefully) fixed. Give it a try.
- Minor bug fixes.
v1.9.1:
- Only get contact in your “My Contacts” group.
v1.9:
- Found a pratical way to get rid of those . Officially stop support for Sense’s Facebook link.
- WARNING: as the change require a data migration, some links can be lost in the process. I’m sorry for that.
v1.8.1:
- Minor bug fixes
v1.8:
- Now using Facebook Graph API
- People with a lot of friends now should be able to use GCS
- Install and update via ClickOnce
v.1.5.6:
- Add the ability to bypass system default proxy.
- Minor perfomance tweaks.
v1.5.5:
- Working again
v1.5.0:
- New feature: Birthday sync . You can update your friends’ birthday to Google Contact now.
- Auto Match feature now skip linked contacts.
- fix various bugs and optimization as usual
- Update Google Data and Facebook API to latest versions. Think should be more stable now.
v1.3.3:
-fix bug for people who has more than 200 “links” between Gmail and Facebook
v1.3.1:
-fix bugs
v1.3:
-fix bugs
-facebook photo preview
-now synced photos are automatically crop to the center. No more stretched contact photo !
-add link to GCS’s facebook application page
v1.2:
- fix bugs
- add back Koushik’s Auto Match funtion
- threaded, so it will be much more responsive
- call it feature finished !
v1.1:
- fix bugs here and there
- fix an obvious bug that any note insert after in Google Contact will be removed after sync.
- more streamlined user interface. Now GCS is dead simple to use .
v1.0.1:
- better error handling
- add file logging.
Note: Beware of bugs


Got errors, send a copy from log. Looks great. Thanks
Javier
21 Sep 09 at 5:42 pm
Javier please install Microsoft .Net Framework 3.5 here please, thank
http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en
Lynk
21 Sep 09 at 6:22 pm
Hello, now i have .net 3.5 installed i get some progress but it freezes when collecting facebook contacts. hers is the last log:
Thanks
Begin query Google contact list..
Number of Google contacts: 579
End query Google contact list..
Begin query Facebook contact list..
No se puede escribir datos de en la conexión de transporte: Intento de leer o escribir en la memoria protegida. A menudo, esto indica que hay otra memoria dañada..
End query Facebook contact list..
Google Contacts or Facebook Contacts not found
.Error: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en GoogleContactSync.Popup.BindFacebookList() en C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:línea 73
en GoogleContactSync.Popup.InitData(List`1 FacebookContacts) en C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:línea 35
en GoogleContactSync.MainForm.AfterDataLoadComplete() en C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:línea 89
Javier
26 Sep 09 at 4:44 pm
can I use it to sync other data, like birthday, phone number,MSN… ?
Andy
27 Sep 09 at 4:49 pm
@Javier: I have no idea why you got the error. Which OS are you running on?
@Andy: That’s something in my wishlist, too
Lynk
30 Sep 09 at 10:17 pm
Worked great, but I had one problem. When I tried Setting a Facebook Contact manually, typing a name did not filter through my facebook friends, I would just get a blank list. So instead I just had to click on my entire friend list and just scroll through and find them.
Taha
2 Oct 09 at 11:59 am
Has anybody gotten this to work in Wine (Linux)?
Matthew
30 Oct 09 at 8:15 am
I’m having the same problem Javier is having.
Carmen
24 Nov 09 at 4:08 am
Thank you for this sweet program. I had to run it a few times to get all of the pictures and info, but it worked like a charm, no incorrect info imported or anything. Best of all it’s free, thank you!
J-Dub in NC
10 Dec 09 at 9:35 pm
I can’t get the download link to work …. it just says it’s downloading but nothing is actually being downloaded.
anyone else have this problem?
if not, can someone email me the .exe??
renren21@hotmail.com
renster721
20 Dec 09 at 8:19 am
Great App.
I’m trying to get it to work for me. Can you add birthdays into this please?
Also, I hit Auto Match and then tried to unlink one of the auto-matched contacts and it died on me. Here’s the error log:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GoogleContactSync.MainForm.UnlinkContact(String googleId)
at GoogleContactSync.MainForm.unlinkToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
—————————————-
GoogleContactSync
Assembly Version: 1.3.3.0
Win32 Version: 1.3.3
CodeBase: file:///D:/The%20Glatzel%20Files/GCS1.3.3/GoogleContactSync.exe
—————————————-
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
—————————————-
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
—————————————-
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
—————————————-
Google.GData.Contacts
Assembly Version: 1.4.0.2
Win32 Version: 1.4.0.2
CodeBase: file:///D:/The%20Glatzel%20Files/GCS1.3.3/Google.GData.Contacts.DLL
—————————————-
Google.GData.Client
Assembly Version: 1.4.0.2
Win32 Version: 1.4.0.2
CodeBase: file:///D:/The%20Glatzel%20Files/GCS1.3.3/Google.GData.Client.DLL
—————————————-
Google.GData.Extensions
Assembly Version: 1.4.0.2
Win32 Version: 1.4.0.2
CodeBase: file:///D:/The%20Glatzel%20Files/GCS1.3.3/Google.GData.Extensions.DLL
—————————————-
facebook
Assembly Version: 2.1.3583.23480
Win32 Version: 2.1.*
CodeBase: file:///D:/The%20Glatzel%20Files/GCS1.3.3/facebook.DLL
—————————————-
Microsoft.Xml.Schema.Linq
Assembly Version: 0.10.1000.0
Win32 Version: 0.10.1000.0
CodeBase: file:///D:/The%20Glatzel%20Files/GCS1.3.3/Microsoft.Xml.Schema.Linq.DLL
—————————————-
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
—————————————-
System.Xml.Linq
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
—————————————-
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
—————————————-
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
—————————————-
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
—————————————-
Microsoft.mshtml
Assembly Version: 7.0.3300.0
Win32 Version: 7.0.3300.0
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
—————————————-
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
mjonthemove
20 Jan 10 at 5:04 am
I was about to install this, but then read the “Description” of the app. I’m sorry, but I’m not about to give my login data to a developer that can’t construct a complete sentence in English…
Rob S.
6 Feb 10 at 10:27 pm
That’s your personal right
Lynk
6 Feb 10 at 11:08 pm
Hi,
Does this work for Google accounts that are hosted with google apps?
http://www.google.com/a
I don’t have a @gmail address
Woei Shyang
10 Feb 10 at 1:21 pm
May want to mention on the page it’s Windows only, save us Mac users downloading it
Adam
11 Feb 10 at 2:54 am
Will this work for mac?
Sophie
13 Feb 10 at 6:03 am
yes i tried it with my Google Apps account and it worked perfectly. For the username you just need to put your full email address (EX: yourname@yourdomain.com) and then your normal password for logging in and it should work.
Greg
14 Feb 10 at 1:08 pm
Hi,
I’am french man (sorry for my english), and I want to help you for develop Google Contact Sync if you want ! It’s a very good software!
Contact me
scarlaty
15 Feb 10 at 2:19 am
Could not login, Got the error, log file attached:
.Error: System.IO.FileNotFoundException: Could not load file or assembly ‘System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089′ or one of its dependencies. The system cannot find the file specified.
File name: ‘System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089′
at facebook.auth.createToken()
at facebook.API.ConnectToFacebook()
at GoogleContactSync.MainForm.ConnectToFacebook()
at GoogleContactSync.MainForm.GoogleFacebookSyncButton_Click(Object sender, EventArgs e)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
.Error: System.IO.FileNotFoundException: Could not load file or assembly ‘System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089′ or one of its dependencies. The system cannot find the file specified.
File name: ‘System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089′
at facebook.auth.createToken()
at facebook.API.ConnectToFacebook()
at GoogleContactSync.MainForm.ConnectToFacebook()
at GoogleContactSync.MainForm.GoogleFacebookSyncButton_Click(Object sender, EventArgs e)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Dixit Sardana
18 Feb 10 at 2:50 am
i don’t think that works after the facebook update-lifting.
can it be fixed?
stonehz
18 Feb 10 at 7:31 am
It seems that I can’t link the photos in any way to my gmail.
tixusdk
23 Feb 10 at 2:56 am
Sorry, nvm my sillyness.. Refreshing Google is a good thing
tixusdk
23 Feb 10 at 3:11 am
Looks nice. Also works after installing the .NET framework 3.5 for Windows 7.
But I can’t figure out, what does it exactly do. Yes, I was able to log in to gmail and facebook and it showed my Google contact. But how does auto-matching work and WHAT exactly is being updated? This is not obvious to me.
Anyways, somewhere (visible) should be noted that new gmail contacts are not created based on Facebook contacts (the feature what I was actually looking for).
Otherwise — great job.
Siim
23 Feb 10 at 3:24 pm
Amazing applicaiton!
Do you think you could do “accent-insensitive” name matching?
e.g. match
ą with a
č with c
ę with e
ė with e
į with i
š with s
ų with u
ū with u
ž with z
thanks
QQ
28 Feb 10 at 10:12 pm
Brithday sync has error if the birthday in facebook contact doesn’t have “year”.
The “day” will be sync to “year”.
i.e. 26 December — will become 1 December, 2026
littlestrong
2 Mar 10 at 1:57 pm
Could you let us the possibility to sync only the birthday not the pic.
For those who spent hour to well configure the picture
kookix
6 Mar 10 at 3:30 am
I am having a similar issue, i think it may be related to the number of Facebook contacts I have (a little over 3000). Any suggestions ?
Begin query Google contact list..
Number of Google contacts: 1176
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 C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
at GoogleContactSync.MainForm.AfterDataLoadComplete() in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
Thaquestion
7 Mar 10 at 5:54 am
How do I install this app? I downloaded GCS1.5 and it’s a .rar file, rather than a .exe file. I am not familiar with .rar files.
David
8 Mar 10 at 2:06 am
Any mirrors for this app? I’m having problems connecting through Mediafire…
Josh
11 Mar 10 at 11:44 pm
Nice app. I think FB contacts aren’t being downloaded.
Begin query Google contact list..
Number of Google contacts: 1707
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 C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
at GoogleContactSync.MainForm.AfterDataLoadComplete() in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
Begin query Google contact list..
Number of Google contacts: 1707
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 C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
at GoogleContactSync.MainForm.AfterDataLoadComplete() in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
David
12 Mar 10 at 10:05 pm
I get the following error for every contact i try to sync:
.RequestError:
. Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/contacts/xxxxxxxxxxx@gmail.com/full/2f —> System.Net.WebException: The remote server returned an error: (417) Expectation failed.
at System.Net.HttpWebRequest.GetResponse()
at Google.GData.Client.GDataRequest.Execute()
— End of inner exception stack trace —
at Google.GData.Client.GDataRequest.Execute()
at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
at Google.GData.Client.GDataGAuthRequest.Execute()
at Google.GData.Client.Service.EntrySend(Uri feedUri, AtomBase baseEntry, GDataRequestType type, AsyncSendData data)
at Google.GData.Client.Service.Update(AtomEntry entry, AsyncSendData data)
at Google.GData.Client.Service.Update(AtomEntry entry)
at Google.GData.Client.AtomEntry.Update()
at Google.GData.Contacts.ContactEntry.Update()
at GoogleContactSync.MainForm.LinkContact(String googleId, String facebookId) in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 657
.RequestError:
. Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/photos/media/xxxxxxxxxxx@gmail.com/2f —> System.Net.WebException: The remote server returned an error: (417) Expectation failed.
at System.Net.HttpWebRequest.GetResponse()
at Google.GData.Client.GDataRequest.Execute()
— End of inner exception stack trace —
at Google.GData.Client.GDataRequest.Execute()
at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
at Google.GData.Client.GDataGAuthRequest.Execute()
at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag)
at Google.Contacts.ContactsRequest.SetPhoto(Contact c, Stream photoStream, String mimeType)
at GoogleContactSync.MainForm.SyncPhoto(String googleId, String facebookId) in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 573
Fabrizio
17 Mar 10 at 9:35 pm
Getting the following error:
(by the way, what’s with all the “C:\working” references ?!? That’s not where I extracted the files to and the folder doesn’t exist
Begin query Google contact list..
Number of Google contacts: 309
End query Google contact list..
Begin query Facebook contact list..
Facebook: The remote server returned an error: (417) Expectation failed.
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 C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 35
at GoogleContactSync.MainForm.AfterDataLoadComplete() in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
B
5 Apr 10 at 8:15 am
Begin query Google contact list..
Number of Google contacts: 101
End query Google contact list..
Begin query Facebook contact list..
Facebook: Could not deserialize data returned from server
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 C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 35
at GoogleContactSync.MainForm.AfterDataLoadComplete() in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
Anonymous
5 Apr 10 at 5:24 pm
1.5v not working, Getting this error:
Begin query Google contact list..
Number of Google contacts: 30
End query Google contact list..
Begin query Facebook contact list..
Facebook: Could not deserialize data returned from server
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 C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 35
at GoogleContactSync.MainForm.AfterDataLoadComplete() in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
But 1.3.3v works fine
HeliX
11 Apr 10 at 3:20 am
Hi, I’m unable to use the software for some reason. Here’s my log.
Begin query Google contact list..
Number of Google contacts: 1030
End query Google contact list..
Begin query Facebook contact list..
Facebook: Could not deserialize data returned from server
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 C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 74
at GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in C:\Working\GoogleContactSync\GoogleContactSync\Popup.cs:line 35
at GoogleContactSync.MainForm.AfterDataLoadComplete() in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 89
zenten
14 Apr 10 at 4:24 am
GCS 1.5.5 is released. Please give it a try.
Lynk
21 Apr 10 at 11:51 am
I’m using 1.5.5. Whats up with the “expectation failed” error ?
.RequestError:
. Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/contacts/orcunbaslak@gmail.com/full/112e3abc8ff9a81a —> System.Net.WebException: The remote server returned an error: (417) Expectation failed.
at System.Net.HttpWebRequest.GetResponse()
at Google.GData.Client.GDataRequest.Execute()
— End of inner exception stack trace —
at Google.GData.Client.GDataRequest.Execute()
at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
at Google.GData.Client.Service.EntrySend(Uri feedUri, AtomBase baseEntry, GDataRequestType type, AsyncSendData data)
at Google.GData.Client.Service.Update(AtomEntry entry, AsyncSendData data)
at Google.GData.Client.AtomEntry.Update()
at Google.GData.Contacts.ContactEntry.Update()
at GoogleContactSync.MainForm.LinkContact(String googleId, String facebookId) in C:\Working\GoogleContactSync\GoogleContactSync\MainForm.cs:line 660
Orcun Baslak
22 Apr 10 at 8:51 pm
it would be sweet if you could put the dates next to the version downloads as well. cheers
Ardorpes
27 Apr 10 at 11:12 am
Even with the 1.5.6 version, I still have the “Expectation Failed” Error. Any updates on this ?
Orcun Baslak
28 Apr 10 at 6:12 pm
And is there a link to download the source code ? I wanna play around and check if I can get around.
Orcun Baslak
28 Apr 10 at 6:43 pm
What exactly should be in the Notes section? For some entries I have:
id:xxx/friendof:yyyid:xxx/friendof:yyy
Some have multiple permutations of each… Which should be in there? The one with or without the tags? Thanks!
Krause
29 Apr 10 at 3:05 am
Application present and I logged into both user id/pw then facebook connect. Screen is left blank. I do not see contact.
LC
29 Apr 10 at 5:23 pm
Looks like my tags were removed above. The tags are the >sn< tag (‘sn’ in the ) Some entries have those and others don’t and still others have both… Should the entry in the Notes section include the tags or not?
Krause
29 Apr 10 at 8:18 pm
[BUG] If a birth-date does not have a year, the program inserts 2010 as the year.
Justin
3 May 10 at 1:59 am
Is there any chance you could add the ability to sync contact’s profile pictures as well?
Justin
3 May 10 at 2:00 am
Hi
I Love your program. Here are some suggestions:
1. Allow contact window to only contain nonmatched contacts … performance is low when all contacts are displayed at once (I have 700+ fb contacts and even more google contacts)
2. Allow filtering by google groups
Torkil
4 May 10 at 4:13 am
Can I’ve the source code ? i need to make some change so it will able to fully utilize motorola milestone feature. thanks.
Chan
6 May 10 at 1:51 am
So eah I couldn’t get any version to work on my comp of the new ones, 1.3.3 is the highest I can use…. the others say “Facebook: Could not load assembly ‘PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicToken=31bf3856ad364e35′or one of it’s dependencies. System cannot find specified file.”
I have the newest Framework 4.0 on my computer and widows 7, it loads up right but when I go to enter my gmail credentials and press login I get that error…..
Hakarune
11 May 10 at 4:21 pm
Hi
Fantastic app thanks! Contacts pics works brilliantly and birthdays is a great addition! Only issue is that I seem to have trouble between US mm/dd/yyyy and UK dd/mm/yyyy issues… Dunno if you’ll have a chance to look at this but if you do would be amazing!
Thanks!
jeremyh85
19 May 10 at 3:02 am
Got the following error message. Please advise.
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
Begin query Google contact list..
Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/contacts/default/full?max-results=99999 —> System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, Uri clientLoginHandler)
at Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc)
at Google.GData.Client.GDataGAuthRequest.EnsureCredentials()
at Google.GData.Client.GDataRequest.EnsureWebRequest()
at Google.GData.Client.GDataGAuthRequest.EnsureWebRequest()
at Google.GData.Client.GDataRequest.Execute()
— End of inner exception stack trace —
at Google.GData.Client.GDataRequest.Execute()
at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
at Google.GData.Client.GDataGAuthRequest.Execute()
at Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength)
at Google.GData.Client.Service.Query(FeedQuery feedQuery)
at Google.GData.Contacts.ContactsService.Query(ContactsQuery feedQuery)
at GoogleContactSync.MainForm.QueryGoogleContacts() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 405
at GoogleContactSync.MainForm.queryContactWorker_DoWork(Object sender, DoWorkEventArgs e) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 282
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
Begin query Google contact list..
Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/contacts/default/full?max-results=99999 —> System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, Uri clientLoginHandler)
at Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc)
at Google.GData.Client.GDataGAuthRequest.EnsureCredentials()
at Google.GData.Client.GDataRequest.EnsureWebRequest()
at Google.GData.Client.GDataGAuthRequest.EnsureWebRequest()
at Google.GData.Client.GDataRequest.Execute()
— End of inner exception stack trace —
at Google.GData.Client.GDataRequest.Execute()
at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
at Google.GData.Client.GDataGAuthRequest.Execute()
at Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength)
at Google.GData.Client.Service.Query(FeedQuery feedQuery)
at Google.GData.Contacts.ContactsService.Query(ContactsQuery feedQuery)
at GoogleContactSync.MainForm.QueryGoogleContacts() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 405
at GoogleContactSync.MainForm.queryContactWorker_DoWork(Object sender, DoWorkEventArgs e) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 282
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
pkiracofe
1 Jun 10 at 7:56 am
After a first sync made yesterday, now when I logged into both user id/pw then facebook connect, screen is left blank. I do not see contact anymore.
asci
1 Jun 10 at 10:09 pm
This is my LOG:
Begin query Google contact list..
Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/contacts/default/full?max-results=99999 —> System.Net.WebException: Errore del server remoto: (403) Non consentito.
in System.Net.HttpWebRequest.GetResponse()
in Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, Uri clientLoginHandler)
in Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc)
in Google.GData.Client.GDataGAuthRequest.EnsureCredentials()
in Google.GData.Client.GDataRequest.EnsureWebRequest()
in Google.GData.Client.GDataGAuthRequest.EnsureWebRequest()
in Google.GData.Client.GDataRequest.Execute()
— Fine dell’analisi dello stack dell’eccezione interna —
in Google.GData.Client.GDataRequest.Execute()
in Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
in Google.GData.Client.GDataGAuthRequest.Execute()
in Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength)
in Google.GData.Client.Service.Query(FeedQuery feedQuery)
in Google.GData.Contacts.ContactsService.Query(ContactsQuery feedQuery)
in GoogleContactSync.MainForm.QueryGoogleContacts() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:riga 405
in GoogleContactSync.MainForm.queryContactWorker_DoWork(Object sender, DoWorkEventArgs e) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:riga 282
Google Contacts or Facebook Contacts not found
.Error: System.NullReferenceException: Riferimento a un oggetto non impostato su un’istanza di oggetto.
in GoogleContactSync.Popup.BindFacebookList() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:riga 74
in GoogleContactSync.Popup.InitData(List`1 FacebookContacts) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\Popup.cs:riga 35
in GoogleContactSync.MainForm.AfterDataLoadComplete() in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:riga 89
asci
1 Jun 10 at 10:29 pm
Having problems with facebook please help me:
Begin query Facebook contact list..
Facebook: The remote server returned an error: (417) Expectation failed.
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
Andres E. Parilli
8 Jun 10 at 11:06 am
Maybe one suggestion :
1. matching : ignore accents i.e. convert (for instance)
éèêë -> e
àâ -> a
ùûü -> u
ïî -> i
ô -> o
2. matching (again) : ignore upper/lowercase for the names (i.e. Albert Dupont = Albert DUPONT)
3. how to keep updated with new releases of the program ?
Zorglub
9 Jun 10 at 5:52 pm
Got an error when I clicked to unlink a contact:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GoogleContactSync.MainForm.UnlinkContact(String googleId) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 715
at GoogleContactSync.MainForm.unlinkToolStripMenuItem_Click(Object sender, EventArgs e) in D:\Working Folder\project.heartofangel.com\GoogleContactSync\GoogleContactSync\MainForm.cs:line 230
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
—————————————-
GoogleContactSync
Assembly Version: 1.5.6.0
Win32 Version: 1.5.6
CodeBase: file:///C:/Users/Beau/Downloads/GoogleContactSync1.5.6/GoogleContactSync.exe
—————————————-
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
—————————————-
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
—————————————-
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
—————————————-
Google.GData.Contacts
Assembly Version: 1.5.0.0
Win32 Version: 1.5.0.0
CodeBase: file:///C:/Users/Beau/Downloads/GoogleContactSync1.5.6/Google.GData.Contacts.DLL
—————————————-
Google.GData.Client
Assembly Version: 1.5.0.0
Win32 Version: 1.5.0.0
CodeBase: file:///C:/Users/Beau/Downloads/GoogleContactSync1.5.6/Google.GData.Client.DLL
—————————————-
Google.GData.Extensions
Assembly Version: 1.5.0.0
Win32 Version: 1.5.0.0
CodeBase: file:///C:/Users/Beau/Downloads/GoogleContactSync1.5.6/Google.GData.Extensions.DLL
—————————————-
Facebook.Winforms
Assembly Version: 3.1.0.0
Win32 Version: 3.1
CodeBase: file:///C:/Users/Beau/Downloads/GoogleContactSync1.5.6/Facebook.Winforms.DLL
—————————————-
Facebook
Assembly Version: 3.1.0.0
Win32 Version: 3.1
CodeBase: file:///C:/Users/Beau/Downloads/GoogleContactSync1.5.6/Facebook.DLL
—————————————-
PresentationFramework
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework/3.0.0.0__31bf3856ad364e35/PresentationFramework.dll
—————————————-
WindowsBase
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll
—————————————-
PresentationCore
Assembly Version: 3.0.0.0
Win32 Version: 3.0.6920.4902 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_64/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll
—————————————-
Microsoft.mshtml
Assembly Version: 7.0.3300.0
Win32 Version: 7.0.3300.0
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
—————————————-
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
—————————————-
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
—————————————-
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
—————————————-
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
—————————————-
System.Xml.Linq
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
—————————————-
jcovrshf
Assembly Version: 3.1.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
—————————————-
kcx4db84
Assembly Version: 3.1.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
—————————————-
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Beau
12 Jun 10 at 6:36 am
Hey, I’m using version 1.5.6 and it seems Facebook contact import doesn’t work anymore
Log:
Begin query Google contact list..
Number of Google contacts: 180
End query Google contact list..
Begin query Facebook contact list..
Facebook: The remote server returned an error: (417) Expectation Failed.
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
Deelaw
16 Jun 10 at 8:02 pm
Is there any way you could get this to sync phone numbers as well?
Dallas
25 Jun 10 at 6:03 am
Such a pity it’s not free software
Joky
3 Jul 10 at 6:07 pm
how can i logout of the facebook account it automatically signs into? it signs into my mothers account an gives me no option to sign out.. help
zscrugby
7 Jul 10 at 11:03 am
Is it possible to add an option to choose which pic you want to sync?
Jan
25 Jul 10 at 9:30 pm
Does anyone know which sort of video recordsdata are supported? I bear in mind the Intuition only might dl 3gp using opera mini. I downloaded the twist ap, perhaps that’s the issue? How can I watch videos from websites aside from youtube? Which file types? Usually I am given the option of 3gp or mpeg4. Can’t get both to work. Thanks in your time! Damn I wish I used to be eligible for the upgrade to EVO!
htc hero
26 Jul 10 at 9:52 am
I think 1.5.6 is not taking the date format properly.
A friend whose birthday is on 28-Feb translate into 1-February-2028 in google contact.
Joseph
26 Jul 10 at 8:18 pm
seems like this is pretty common…
Begin query Google contact list..
Number of Google contacts: 443
End query Google contact list..
Begin query Facebook contact list..
Facebook: This API call could not be completed due to resource limits
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
susanbanthony
29 Jul 10 at 6:14 am
not working….
here’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
==========================================
Christ
10 Aug 10 at 5:28 pm
I would love if this app was availaible for Mac computers as well.
Jonathan
12 Aug 10 at 10:43 pm
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
MacSucks
13 Aug 10 at 2:57 am
Great Program, works great in Win7 Home Premium
Any new features planned?
Benyamin
18 Aug 10 at 4:23 pm
Hello,
first of all, thanks for great idea and great solution! It’s much needed.
Next – do you think it would be possible to sync mails, phone numbers in addition to birthdays?
QQ
19 Aug 10 at 9:28 pm
Doesn’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
Chris Wood
26 Aug 10 at 9:48 am
I’m using Vista64.
Chris Wood
26 Aug 10 at 9:49 am
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
Nicoillo
26 Aug 10 at 7:14 pm
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’s Facebook’s fault, unless they have changed their API or something.
童貞
31 Aug 10 at 4:03 pm
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…
童貞
4 Sep 10 at 1:51 pm
Ran out of resources when synchronizing with over 2,500 facebook friends.
Bob Burdett
12 Sep 10 at 10:50 pm
I am trying this on Parallels Desktop with Win XP installed, but nothing happens – here’s the log:
Begin query Google contact list..
Number of Google contacts: 1
End query Google contact list..
Begin query Facebook contact list..
Facebook: This API call could not be completed due to resource limits
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
Jericho
21 Sep 10 at 3:50 pm
I am also having the same resource limits issue on Windows 7 64-bit
RainDess
24 Sep 10 at 10:29 am
Worked great! Thanks.
Nabil
27 Sep 10 at 8:16 am
birthday did not work though with latest version of app.
Nabil
27 Sep 10 at 8:22 am
May you help? thanks a lot
Begin query Google contact list..
Number of Google contacts: 716
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
Kenson
29 Sep 10 at 8:01 am
hi, do u have a Mac version of the software. i am using one, and wants to use the full advantage of your software.
Thanks
bash
3 Oct 10 at 8:10 am
Loving the app, got all the photos synced. The latest version doesn’t seem to update my google contacts birthdays. Is this a known issue?
Tim
7 Oct 10 at 6:19 am
Nice, this is working great for me on WinXP.
Thank you
akakath
8 Oct 10 at 6:51 am
For the birthday it makes it in note and it’s jsute a strange number
Mushu
15 Oct 10 at 6:51 pm
Nice! Some remarks though:
– Bug: the birthay sync didn’t seem to work
– Request: it would be great to have an option to have the contacts that don’t exist in gmail but are present in facebook to be created…
– Request: it would be nice to have a group created in gmail called “facebook” with all people in that were synced with your tool.
Pieter
25 Oct 10 at 11:28 pm
Hi there,
I love the idea of merging data from my Facebook account to my Google contacts. I just downloaded and ran GCS 1.81, and it seems to do a nice job of Auto Match-ing Google Contacts and Facebook. However, when I run it photos data doesn’t appear to be added to Google contacts. How do I troubleshoot/where’s the logfile?
Steve Rish
31 Oct 10 at 12:32 am
I can’t get this to work either. Perhaps you need a new version of FacebookSharp? Tried windows 7 and XP (32 and 64 bit respectively) Log shows this:
Begin query Google contact list..
Number of Google contacts: 281
End query Google contact list..
Facebook: Error occured while processing your Facebook request.
End query Facebook contact list..
.Error: System.NullReferenceException: Object reference not set to an instance of an object.
at GoogleContactSync.MainForm.AfterDataLoadComplete()
Dattas
2 Nov 10 at 12:40 am
Can I ask which version are you using ?
Lynk
2 Nov 10 at 11:51 am
seems like that birthdays informations are not merged even if checkbox is enabled.. any hint?
Enry
2 Nov 10 at 8:27 pm
An Error clicking on Auto Match.
Files that help describe the problem:
C:\Users\TOMER\AppData\Local\Temp\WER2685.tmp.WERInternalMetadata.xml
C:\Users\TOMER\AppData\Local\Temp\WER42A9.tmp.appcompat.txt
C:\Users\TOMER\AppData\Local\Temp\WER4317.tmp.mdmp
Tomer
3 Nov 10 at 3:10 pm
Error Solved,
1) Its not clear to enter Gmail Password and username
and after it to enter the Facebook Password.
2) I’d like to have a TICK ( V ) whether to update my excisting photo or not!
( right now it changed all my work of 3 days in my contacts! )
Tomer
3 Nov 10 at 3:25 pm
Hi
I keep getting an error saying “Failed to load data!”.
What’s the problem?
Thanks
Omer
6 Nov 10 at 11:06 pm
same as the comment before me
I keep getting “Failed to load data!”
I think the last version that worked for me was 1.8
Rome
6 Nov 10 at 11:19 pm
same problem
Failed to load data!
login to facebook is not good i think
u enter the user+pass and get a regular facebook home page but small one .
zvika
7 Nov 10 at 5:31 am
Hi, just an update
Now it works…
Try to delete the app from FB and then login from the software.
Omer
8 Nov 10 at 11:42 pm
Hi ,
Is it possible to have other data synced as well apart from photo and birthday (birthday did not work for me) , information such as email and phone numbers (optional for each contact) would be great.
Azhar
22 Nov 10 at 3:38 pm
Grate app! i get an error in win xp an 7 also, I dont know where the log goes so cant post it. could someone point me out where the log is stored?
thankz
martin
23 Nov 10 at 5:40 pm
Seems the update is broke the program. Since I installed, the only thing that opens is a small web window that say google account – the page you requested in invalid.
Running XP
John
23 Nov 10 at 6:39 pm
Never mind; seems the issue is related to having multiple logins enabled. If you have this turned on in your Google account settings, the program will not run
John
23 Nov 10 at 6:48 pm
running windows 7, .net v4, and 1.9.5 version of google contact sync. when I was running v1.8 everything worked fine…but since upgrading, the application crashes soon after beginning to list and match contacts between google and FB…..anyone else having this problem? I tried re-installing the SW and removing the appp from FB access….still get the problem after attempting that.
mark zerr
23 Nov 10 at 10:14 pm
one other thought….I have 467 google contacts and about 200 facebook contacts…perhaps I am just stressing the tool….because it begins to perform the match and load and then fails before it completes. I never get to the point where I can initiate the merging of contacts. Although, like I said in v 1.8 I was able to complete all the way through with a similar number of contacts.
mark zerr
23 Nov 10 at 10:27 pm
mark zerr
23 Nov 10 at 11:50 pm
-
-
6.1
7600
(0×3): Windows 7 Home Premium
HomePremium
7600.16617.amd64fre.win7_gdr.100618-1621
1
Multiprocessor Free
X64
1033
-
2096
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\dfsvc.exe
“C:\Windows\Microsoft.NET\Framework64\v4.0.30319\dfsvc.exe”
-
CLR20r3
googlecontactsync.exe
1.9.5.0
4cebeee8
System
4.0.0.0
4ba1dff4
1b9d
59
System.AggregateException
-
6.1.7600.2.0.0.768.3
1033
4be7
4be78fdd727e4350d8f2189583321f8d
00c1
00c123220e57133116efa033fa755380
-
4185179B-22F4-470E-90AE-F73C98520F68
103C_HP_cNB_Pavilion dv6 Notebook PC_Y5335KV_0U_QCNF9341W2Z_E572890-001_4A_I3627_SQuanta_V18.42_F.31_T090821_WU3-0_L409_M4000_J320_7Intel_867A_92.20_#091225_N80860084_(VM219UA#ABA)_XMOBILE_CN10_Z_2Rev 1
Hewlett-Packard
HP Pavilion dv6 Notebook PC
F.35
mark zerr
23 Nov 10 at 11:51 pm
srrry….emailed you the debug output
mark zerr
23 Nov 10 at 11:54 pm
Hi great utility! I notice the current gmail contact picture on the left shows a crop from the centre of the facebook image, but the preview of the new facebook picture on the right seems to be centred on the person’s face. But this centred facebook image doesn’t get used for the updated gmail contact photo.
Billy
24 Nov 10 at 8:56 pm
Since 1.9.5 the program does not open, I just get an error window: “login error! do you want to try again? yes/no” over and over again.
Log:
.Error: System.Exception: Request for uri: https://www.google.com/accounts/OAuthGetRequestToken?scope=http://www.google.com/m8/feeds&xoauth_displayname=Google Contact Sync&oauth_callback=http://heartofangel.com/callback.html&oauth_nonce=594e4318-4cc9-43ed-9d0f-054f49b2678e&oauth_consumer_key=anonymous&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1290627181&oauth_version=1.0&oauth_signature=7G+B/jONGQeSzi3y6NiiSQmgwfc= failed.
status code: BadRequest
headers: X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Length: 52
Cache-Control: private, max-age=0
Content-Type: text/plain; charset=UTF-8
Date: Wed, 24 Nov 2010 23:03:01 GMT
Expires: Wed, 24 Nov 2010 23:03:01 GMT
Server: GSE
body:
—> System.Net.WebException: Errore del server remoto: (400) Richiesta non valida.
in System.Net.HttpWebRequest.GetResponse()
in DevDefined.OAuth.Consumer.ConsumerRequest.ToWebResponse()
in DevDefined.OAuth.Consumer.ConsumerRequest.ToString()
in DevDefined.OAuth.Consumer.ConsumerRequest.ToBodyParameters()
— Fine della traccia dello stack dell’eccezione interna —
in DevDefined.OAuth.Consumer.ConsumerRequest.ToBodyParameters()
in DevDefined.OAuth.Consumer.ConsumerRequestExtensions.Select[T](IConsumerRequest request, Func`2 selectFunc)
in DevDefined.OAuth.Consumer.OAuthSession.GetRequestToken(String method)
in DevDefined.OAuth.Consumer.OAuthSession.GetRequestToken()
in GoogleContactSync.MainForm.ConnectToGoogle()
in GoogleContactSync.MainForm.Connect()
in GoogleContactSync.MainForm.MainForm_Load(Object sender, EventArgs e)
Bluca
25 Nov 10 at 6:08 am
Hi,
I’m using version 1.09.0005.0000 and after entering my google account’s credentials a message appears says login error and that the specified page is not valid.
The program is located in my “Local Settings\Apps” folder but I cannot find log.txt in it
Sapir
26 Nov 10 at 5:47 pm
hi,
i can’t use your program. always warn “login error. do you want to try again?”
how to uninstall??
thanks
tu
29 Nov 10 at 3:26 pm
the warning is popup 10times per hour!!!
please help
hi
29 Nov 10 at 4:54 pm
Not compatible with Google Multi Login. Must disable multi login when using this app.
Sometimes I like the pic in Google contact more than the pic in Facebook. If I want to use update all, I unlink contacts first. Option to retain Google contact pic will be appreciated.
Yeou Wei, Chua
30 Nov 10 at 10:22 am
Doesnt work – keep getting login error do you want to try again – any fix yet ?
Tony
7 Dec 10 at 10:53 am
I have installed the file
input my google and facebook username and password. However when its updating all the contact it freezes. Gives this error. Using windows 7:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: googlecontactsync.exe
Problem Signature 02: 1.9.5.0
Problem Signature 03: 4ced2f7d
Problem Signature 04: System
Problem Signature 05: 4.0.0.0
Problem Signature 06: 4ba1dff4
Problem Signature 07: 1b9d
Problem Signature 08: 1f3
Problem Signature 09: System.AggregateException
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 2057
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0×0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
moin ahmed
7 Dec 10 at 7:36 pm
Hi there,
I am having a similar issue to @moin ahmed.
Win 7 64 bit
Errors –
I cannot find the log.txt file, as I can’t find the application (sorry) best I can do is find this shortcut
C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Heartofangel.com\Google Contact Sync
which is “type” “ClickOne Application”
Thanks
C
cclambie
15 Dec 10 at 2:43 pm
I found the file it is located at
C:\Users\user\AppData\Local\Apps\2.0\K1P0ATAC.LZQ\NNO7L9LT.4EQ\goog..tion_5d057cd1f15c258a_0001.0009_c35d4158ed172e7e
If I open the app, and don’t do anything to make it crash, I can find the log file by clicking “log” then doing a save as to find it’s location from Notepad.
How can I send it to you?
cclambie
15 Dec 10 at 2:47 pm
Google OAuth not working! Says “the page is invalid”.
Also, selecting “no” on the dialog box after a failed login becasue of the above returns you to the login page again and doesn’t close the application. Have had to terminate it through the task manager everytime.
Do solve it asap. Thanks.
Akhil Arora
26 Dec 10 at 1:19 am
having the same problem as Akhil. I get “the page is invalid” after trying to login with my google account, and if I try to close the window I get a popup that says “Login error! Do you want to try again?” Even if I click on “no” it still returns me to the Login page (that still has the message “the page is invalid”) and the only way to exit this vicious circle is to kill the process in the task manager.
Lwangaman
28 Dec 10 at 9:59 pm
BTW I found log.txt and it has:
.Error: System.Exception: Connect to Google failed
in GoogleContactSync.MainForm.ConnectToGoogle()
in GoogleContactSync.MainForm.Connect()
in GoogleContactSync.MainForm.MainForm_Load(Object sender, EventArgs e)
Lwangaman
28 Dec 10 at 10:01 pm
I can actually login to my google account in the login screen but then nothing happens after that. All I see is my google account page inside the popup, but nothing happens. If I close the window that’s when I start getting the “login error” popup and then the “the page is invalid” message.
Lwangaman
28 Dec 10 at 10:05 pm
Hi, thanks for quite useful application! I may have a feature request – it would be nice if GCS updated only contacts which doesn’t already have a picture on google…
czernitko
29 Dec 10 at 7:31 pm
As Yeou Wei said above, if you’re running into the “the page is invalid” issue, you need to go into your Google Account settings and turn off “Sign in to multiple Google Accounts”. Worked like a charm for me after that, thanks!
WileyB
30 Dec 10 at 1:50 am
Firma con problemas:
Nombre del evento de problema: CLR20r3
Firma del problema 01: googlecontactsync.exe
Firma del problema 02: 1.9.5.0
Firma del problema 03: 4ced2f7d
Firma del problema 04: System
Firma del problema 05: 4.0.0.0
Firma del problema 06: 4ba1dff4
Firma del problema 07: 1b9d
Firma del problema 08: 59
Firma del problema 09: System.AggregateException
Versión del sistema operativo: 6.1.7600.2.0.0.256.48
Id. de configuración regional: 3082
Información adicional 1: 8624
Información adicional 2: 862475d84aed250644f25dd4011dd7ae
Información adicional 3: 337d
Información adicional 4: 337dc4010d175d7a54d8b53a5482xxxx
Lea nuestra declaración de privacidad en línea:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0xxx
Si la declaración de privacidad en línea no está disponible, lea la declaración de privacidad sin conexión:
C:\Windows\system32\es-ES\erofflps.txt
Juan
6 Jan 11 at 4:32 pm
Hello I’m having problems with the app. Everything installs and I login to gmail and facebook and grant access successfully, but nothing populates in the window. It’s as if I have no contacts.
Here’s the log.txt:
gin query Google contact list..
Begin query Facebook contact list..
Facebook UserID: 2003803
Facebook Name: Will Chase
Number of Facebook contacts: 516
End query Facebook contact list..
Begin syncing 0 contacts..
End sync contacts..
Begin query Google contact list..
Begin query Facebook contact list..
Facebook UserID: 2003803
Facebook Name: Will Chase
Number of Facebook contacts: 516
End query Facebook contact list..
Begin query Google contact list..
Begin query Facebook contact list..
Facebook UserID: 2003803
Facebook Name: Will Chase
Number of Facebook contacts: 516
End query Facebook contact list..
Begin syncing 0 contacts..
End sync contacts..
Begin query Google contact list..
Begin query Facebook contact list..
Facebook UserID: 2003803
Facebook Name: Will Chase
Number of Facebook contacts: 516
End query Facebook contact list..
Will
7 Jan 11 at 1:14 am
Nevermind, I tried from a different computer and it worked, so thanks!
Will
7 Jan 11 at 1:42 am
Is there a Mac OS version?
Louis Linfoot
13 Jan 11 at 2:20 am
No
Justin
13 Jan 11 at 7:40 am
Is it possible to LogOff Gmail account and LogIn with another Gmail account?
Uros
19 Jan 11 at 8:20 pm
Hi, I’ve two problems:
1. I’ve 277 contacts in gmail however the list is populate only from A to S!
2. During automacth procedure your program crash.
Same problem with windows xp and windows 7 fully updated.
Mike
21 Jan 11 at 3:07 am
How can I Logout from Gmail and Facebook account?
Rodrigo
22 Jan 11 at 5:50 am
The app crashes if you merge google contacts, you have to remove them and add them again later. Otherwise great app, use it all the time.
Borislav Stefanov
23 Jan 11 at 3:39 pm
how the picture work?
a hard link to a pic OR a link to that specific user and dynamic update in later?
wat
23 Jan 11 at 11:11 pm
Hello!
Nice Tool – Worked great for a few contacts. But i have load all of my facebook contacts to google now – and with over 200 Contacts to load the application crashes every time when i’ll try to load the contacts.
I’ll get the error “googlecontactsync doesn’t work”
Any Idea?
Maybe it’s a timeout problem?
CChris
23 Jan 11 at 11:16 pm
right now your tool choose the acutal profil pic of a facebook user. it would be great if you can choose one of the pics in the profile folder in facebook (if there a more than one).
any chance to get this?
j
jay
24 Jan 11 at 4:57 am
First of all, I love the app. Perhaps an improved batch update ability would be a nice addition. I know you have the “Update All” function, but a lot of my FaceBook friends go along with these weird fads of putting Pokemon as their Profile Picture and stuff, and that throws me off when I try to identify them in my Contacts List. Basically, what I’m saying is that I’m really missing a way to choose which contacts to sync instead of having to manually right click-refresh for all the contact pictures I want to change. Besides that, I can’t see a single flaw in this app! Great work!
David
24 Jan 11 at 1:39 pm
`;; I am really thankful to this topic because it really gives useful information ‘,~
Humidity Temperature
28 Jan 11 at 11:21 am
It seems it get the contacts on both SIdes (Nurmer of Contacts) is filled
But nothing is shown.
Is there anything i can activate to help debugging ?
L0RE
28 Jan 11 at 2:20 pm
Hello there! This is my first comment here so I just wanted to give a quick shout out and say I genuinely enjoy reading through your blog posts. Can you suggest any other blogs/websites/forums that deal with the same subjects? Thanks for your time!
Sonja Hibert
31 Jan 11 at 2:51 am
I cannot give the auth to your application.
After I login to gmail account, it show me that your requested page is invalid.
After login and logout, this cannot solve
xson
2 Feb 11 at 12:24 am
I cannot give the auth to your application.
After I login to gmail account, it show me that your requested page is invalid.
After login and logout, this cannot solve
^^even i get this…
Sudheer Reddy
4 Feb 11 at 12:03 pm
The page you requested is invalid.
this is what I get after I login…
Jeet
4 Feb 11 at 2:15 pm
Hi, I’m getting the following issue. I authorize the appcliation with Google and with Facebook and get success messages, but nothing syncs. Here is the log:
Begin query Google contact list..
Begin query Facebook contact list..
Facebook: An active access token must be used to query information about the current user.
End query Facebook contact list..
Number of Google contacts: 422
End query Google contact list..
Begin syncing 0 contacts..
End sync contacts..
Scott
5 Feb 11 at 3:36 am
It is not working after i changed my google and facebook password. What can i do for this? As i cant any way to amend the password at the apps
Jacky Wai
10 Feb 11 at 11:51 pm
i got no contacts.
log:
>> Facebook: An active access token must be used to query information about the current user.
what to do?
brainbug
11 Feb 11 at 10:15 pm
Hi, the program crashes on me after the following log:
Number of Facebook contacts: 206
End query Facebook contact list..
Number of Google contacts: 252
End query Google contact list..
AG
14 Feb 11 at 3:32 am
Just to let you know: The installer asked me for 2GB+ free harddrive space (and I have literally no idea why). Could continue without it though.
Darkstriker
15 Feb 11 at 1:02 am
Updated to latest version and no contacts are visible anymore.
log.txt –
Begin query Google contact list..
Begin query Facebook contact list..
Facebook: An active access token must be used to query information about the current user.
End query Facebook contact list..
Number of Google contacts: 53
End query Google contact list..
Revoked access to Google Contacts and Facebook app then retried, granting access again, and no change – contacts are not visible.
Tyrluk
16 Feb 11 at 2:22 am
how do i log out ????????
koner
16 Feb 11 at 5:49 pm
It stopps at
Number of Facebook contacts: 128
End query Facebook contact list..
strange
Cyberto
23 Feb 11 at 5:32 am
After login i get the following message
“The page you requested is invalid.”
Benyamin Febrianto
23 Feb 11 at 4:11 pm
crashing (freezing) on 50% after starting your application. (win7 64bit)
log:
Begin query Google contact list..
Begin query Facebook contact list..
Number of Google contacts: 60
End query Google contact list..
Facebook UserID: xxx
Facebook Name: xxx
Number of Facebook contacts: 1296
End query Facebook contact list..
Anything I can do about that?
blub
23 Feb 11 at 6:51 pm
when i maximize the window in windows 7, the “log” link/button stays in the same absolute position and does not move as the window resizes.
chris
24 Feb 11 at 3:33 pm
Installs fine, but when the window pops up I get ‘The page you requested is invalid.’… any ideas?
Noah Woodland
25 Feb 11 at 2:11 am
Hi, I’m getting the:
“The page you requested is invalid.”
..error as well.
It goes to the link:
http://www.google.com/accounts/accounts/OAuthAuthorizeToken?scope=http://www.google.com/m8/feeds&xoauth_displayname=Google Contact Sync&oauth_token=4/UF67LM200xL7DMlnhh0XToYdJcj4
I did some tweaking and taking out one of the “accounts/” works, but the window disappears and asks if I wanna try login again.
Shen Ye
25 Feb 11 at 8:01 pm
Piece of shit software. Kept saying “page is invalid”.
Mike
26 Feb 11 at 3:22 am
invalid page error, any fix possible soon ?
goodm7sn
27 Feb 11 at 2:58 pm
I’m also getting “The page you requested is invalid” =(
Julie
1 Mar 11 at 8:21 am
Please fix asap! =)
Tony
3 Mar 11 at 6:27 am
me too i’m getting ” the page you requested is invalid”
any idea ?
bibo
7 Mar 11 at 3:35 am
“the page you requested is invalid” error systematically, even if multiple accounts is disabled. Maybe google changed something server-side?
hr
7 Mar 11 at 5:17 am
same for me: “the page you requested is invalid” – multiple accounts is disabled…
simonu
7 Mar 11 at 8:00 pm
When the windows the “The page you requested is invalid” appears, right click and choose Properties. Copy the URL into your clipboard and close the properties window. Press ctrl-O and paste the address into the box. Remove the extra ‘accounts/’ in the URL.
Now if only someone could solve the following crash that happens if I try to actually sync the contacts… I’m running Win7 x64
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: googlecontactsync.exe
Problem Signature 02: 1.9.5.0
Problem Signature 03: 4ced2f7d
Problem Signature 04: System
Problem Signature 05: 4.0.0.0
Problem Signature 06: 4ba1dff4
Problem Signature 07: 1b9d
Problem Signature 08: 59
Problem Signature 09: System.AggregateException
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 4be7
Additional Information 2: 4be78fdd727e4350d8f2189583321f8d
Additional Information 3: 00c1
Additional Information 4: 00c123220e57133116efa033fa755380
Ben
10 Mar 11 at 9:14 am
@Ben
still not working.
im getting this message: Invalid Token
blax
13 Mar 11 at 6:53 pm
was having the “page is invalid issue”. The fix by Ben on 10 Mar 11 worked great for me.
Travis
14 Mar 11 at 8:49 pm
Sorry, my english is poor.
Is that all photo sync from Facebook to Gmail contact would not keep the quality? I found that the photo quality would become worse like compressed.
Shitworld
16 Mar 11 at 11:06 pm
it seems that google login page is invalid now.
and i was forced to change my facebook password, how can i change or remove previous data.
Ben
18 Mar 11 at 3:08 pm
sorry i juz see another Ben’s suggestion, it works!! thank you very much
Ben
18 Mar 11 at 3:12 pm
.Error: System.Exception: Can’t connect to facebook
at GoogleContactSync.MainForm.Connect()
at GoogleContactSync.MainForm.GoogleFacebookSyncButton_Click(Object sender, EventArgs e)
.Error: System.Exception: Can’t connect to facebook
at GoogleContactSync.MainForm.Connect()
at GoogleContactSync.MainForm.GoogleFacebookSyncButton_Click(Object sender, EventArgs e)
.Error: System.Exception: Can’t connect to facebook
at GoogleContactSync.MainForm.Connect()
at GoogleContactSync.MainForm.GoogleFacebookSyncButton_Click(Object sender, EventArgs e)
.Error: System.Exception: Can’t connect to facebook
at GoogleContactSync.MainForm.Connect()
at GoogleContactSync.MainForm.GoogleFacebookSyncButton_Click(Object sender, EventArgs e)
christian
21 Mar 11 at 10:51 pm
Error Downloading when running setup
\——————————-\
The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [InstallMode] = HomeSite {string}
Property: [ProcessorArchitecture] = AMD64 {string}
Property: [VersionNT] = 6.1.0 {version}
Running checks for package ‘Windows Installer 4.5′, phase BuildList
Looking up path for special folder ‘WindowsFolder’
Running check with folder ‘C:\Windows\System32′ and file ‘msi.dll’
Attempting to find file ‘C:\Windows\System32\msi.dll’
File version is ’5.0.7600.16385′
Setting value ’5.0.7600.16385 {version}’ for property ‘VersionMsiDll’
The following properties have been set for package ‘Windows Installer 4.5′:
Property: [VersionMsiDll] = 5.0.7600.16385 {version}
Running checks for command ‘WindowsInstaller4_5\WindowsXP-KB942288-v3-x86.exe’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsi’ and value ’4.5′: true
Result of checks for command ‘WindowsInstaller4_5\WindowsXP-KB942288-v3-x86.exe’ is ‘Bypass’
Running checks for command ‘WindowsInstaller4_5\WindowsXP-KB958655-v2-x86-ENU.exe’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsiDll’ and value ’4.5.6001.22299′: true
Result of checks for command ‘WindowsInstaller4_5\WindowsXP-KB958655-v2-x86-ENU.exe’ is ‘Bypass’
Running checks for command ‘WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x86.exe’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsi’ and value ’4.5′: true
Result of checks for command ‘WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x86.exe’ is ‘Bypass’
Running checks for command ‘WindowsInstaller4_5\WindowsServer2003-KB958655-v2-x86-ENU.exe’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsiDll’ and value ’4.5.6001.22299′: true
Result of checks for command ‘WindowsInstaller4_5\WindowsServer2003-KB958655-v2-x86-ENU.exe’ is ‘Bypass’
Running checks for command ‘WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x64.exe’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsi’ and value ’4.5′: true
Result of checks for command ‘WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x64.exe’ is ‘Bypass’
Running checks for command ‘WindowsInstaller4_5\WindowsServer2003.WindowsXP-KB958655-v2-x64-ENU.exe’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsiDll’ and value ’4.5.6001.22299′: true
Result of checks for command ‘WindowsInstaller4_5\WindowsServer2003.WindowsXP-KB958655-v2-x64-ENU.exe’ is ‘Bypass’
Running checks for command ‘WindowsInstaller4_5\Windows6.0-KB958655-v2-x86.MSU’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsiDll’ and value ’4.5.6001.22308′: true
Result of checks for command ‘WindowsInstaller4_5\Windows6.0-KB958655-v2-x86.MSU’ is ‘Bypass’
Running checks for command ‘WindowsInstaller4_5\Windows6.0-KB958655-v2-x64.MSU’
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘VersionMsiDll’ and value ’4.5.6001.22308′: true
Result of checks for command ‘WindowsInstaller4_5\Windows6.0-KB958655-v2-x64.MSU’ is ‘Bypass’
‘Windows Installer 4.5′ RunCheck result: No Install Needed
Running checks for package ‘Microsoft .NET Framework 4 (x86 and x64)’, phase BuildList
Reading value ‘Version’ of registry key ‘HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full’
Read string value ’4.0.30319′
Setting value ’4.0.30319 {string}’ for property ‘DotNet40Full_TargetVersion’
The following properties have been set for package ‘Microsoft .NET Framework 4 (x86 and x64)’:
Property: [DotNet40Full_TargetVersion] = 4.0.30319 {string}
Running checks for command ‘DotNetFX40\dotNetFx40_Full_x86_x64.exe’
Result of running operator ‘ValueEqualTo’ on property ‘InstallMode’ and value ‘HomeSite’: true
Result of checks for command ‘DotNetFX40\dotNetFx40_Full_x86_x64.exe’ is ‘Bypass’
Running checks for command ‘DotNetFX40\dotNetFx40_Full_setup.exe’
Result of running operator ‘ValueNotEqualTo’ on property ‘InstallMode’ and value ‘HomeSite’: false
Result of running operator ‘VersionGreaterThanOrEqualTo’ on property ‘DotNet40Full_TargetVersion’ and value ’4.0.30129′: true
Result of checks for command ‘DotNetFX40\dotNetFx40_Full_setup.exe’ is ‘Bypass’
‘Microsoft .NET Framework 4 (x86 and x64)’ RunCheck result: No Install Needed
Launching Application.
URLDownloadToCacheFile failed with HRESULT ‘-2146697211′
Error: An error occurred trying to download ‘http://heartofangel.com/google-contact-sync-install/GoogleContactSync.application’.
Nick
22 Mar 11 at 4:13 am
nevermind, it works now… and it works! Thanks!
Nick
22 Mar 11 at 4:28 am
Don’t know why doesn’t work… I’ve logged in but it doesn’t sync.
Adan
24 Mar 11 at 12:34 am
Mac Mac mac mAc maC come onnnnnn !
…make one for mac users:)))))
BabaO
25 Mar 11 at 11:24 pm
Thanks for one’s marvelous posting! I really enjoyed reading it, you’re a great author.I will ensure that I bookmark your blog and may come back at some point. I want to encourage continue your great job, have a nice morning!
Hugo Gennock
6 Apr 11 at 4:46 am
Here I´m with the problem below for all my contacts
Failed to load contact Alexandre Watanabe. Reason: System.AggregateException: One or more errors occurred. —> System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at GoogleContactSync.Manager.ImageCacheExtensions.GetPhoto(ContactsRequest cr, Uri uri)
at GoogleContactSync.Manager.ImageCacheExtensions.GetCachedProfilePicture(SyncManager manager, String profileId)
at GoogleContactSync.MainForm.c__DisplayClass10.b__f()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— End of inner exception stack trace —
at System.Threading.Tasks.Task.FastWaitAll(Task[] tasks)
at System.Threading.Tasks.Parallel.Invoke(ParallelOptions parallelOptions, Action[] actions)
at GoogleContactSync.MainForm.CreateListBoxItem(KeyValue item)
at GoogleContactSync.MainForm.b__a()
—> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at GoogleContactSync.Manager.ImageCacheExtensions.GetPhoto(ContactsRequest cr, Uri uri)
at GoogleContactSync.Manager.ImageCacheExtensions.GetCachedProfilePicture(SyncManager manager, String profileId)
at GoogleContactSync.MainForm.c__DisplayClass10.b__f()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<—
Eduardo Sponda
9 Apr 11 at 3:18 pm
Birthday sync not working
Eduardo Sponda
9 Apr 11 at 3:21 pm
Strange issue with the new version. It takes my gmail email address and password, and also takes my facebook email address and password but then it only shows a white box with “Success” after the facebook login and doesn’t go any further then that.
xcalabr08
16 Apr 11 at 12:50 am
Same as xcalabr08. Please fix.
Savino
16 Apr 11 at 2:31 pm
Hi… I’ve just installed and I could sync the photo, but even I had selected the birthday sync option, it didn’t updated.
Where it supossed the application would write that data in my contacts?
Thanks, it is a great application!. Well done!
Rejagchu
22 Apr 11 at 2:56 am
Hi. The app is pretty handy. However, when I manually link a gmail to a facebook contact…I have to wait for the whole list to reload, and that takes a long, long time. Is that supposed to be happening?
Thanks for sharing your efforts!^^
aaron
26 Apr 11 at 9:19 pm
birthday sync seems not work…
hope it can be fixed
Zen
8 May 11 at 4:32 pm
hello! a problem came out while starting application:
PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.1
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)
SOURCES
Deployment url : file:///C:/Users/Flogiston/AppData/Roaming/Microsoft/Windows/Start%20Menu/Programs/Heartofangel.com/Google%20Contact%20Sync.appref-ms%7C
Server : Microsoft-IIS/7.0
X-Powered-By : ASP.NET
Deployment Provider url : http://heartofangel.com/google-contact-sync-install/GoogleContactSync.application
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\Flogiston\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Heartofangel.com\Google Contact Sync.appref-ms| resulted in exception. Following failure messages were detected:
+ Activation failed.
+ Access is denied. (Exception from HRESULT: 0×80070005 (E_ACCESSDENIED))
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
* [2011-05-08 15:14:04] : Activation of C:\Users\Flogiston\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Heartofangel.com\Google Contact Sync.appref-ms| has started.
* [2011-05-08 15:14:04] : Performing necessary update check as specified by the deployment.
ERROR DETAILS
Following errors were detected during this operation.
* [2011-05-08 15:14:05] System.Deployment.Application.DeploymentException (Activation)
- Activation failed.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
at System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
at System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId appId, AssemblyManifest appManifest, String activationParameter, Boolean useActivationParameter)
at System.Deployment.Application.ApplicationActivator.ProcessOrFollowShortcut(String shortcutFile, String& errorPageUrl, TempFile& deployFile)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
— Inner Exception —
System.UnauthorizedAccessException
- Access is denied. (Exception from HRESULT: 0×80070005 (E_ACCESSDENIED))
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.NativeMethods.CorLaunchApplication(UInt32 hostType, String applicationFullName, Int32 manifestPathsCount, String[] manifestPaths, Int32 activationDataCount, String[] activationData, PROCESS_INFORMATION processInformation)
at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
Patalas
8 May 11 at 8:16 pm
Hi,
I already tried to sync the contacts once to google with my android tablets. However, in order for a clean sync, do I have to delete the google contacts totally and reupload? Because the contacts in my outlook is the latest. I will subsequently change to google contacts for it to be the latest and may use outlook only as a backup
Keith
23 May 11 at 12:53 pm
Agree, would be nice to be able to choose which pic you want to sync. Some people keep stupid profile pics.
But it’s better than nothing at all, which is what I had before!
Jeremy
24 May 11 at 10:24 am
I actually do concern about privacy and would like to take a look into the source code. Where can I access it?
marco
29 May 11 at 8:39 pm
just worked
Jorge
31 May 11 at 10:00 am
Works, but could not get birthdays for my contacts. Any fix?
Sean
4 Jun 11 at 10:10 pm
unable to install.
Following errors were detected during this operation.
* [6/9/2011 1:20:12 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading http://heartofangel.com/google-contact-sync-install/Application Files/GoogleContactSync_1_9_9_10/Icon-Gmail 128.ico.deploy did not succeed.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
— Inner Exception —
System.Net.WebException
- The request was aborted: The operation has timed out.
- Source: System
- Stack trace:
at System.Net.HttpWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
knsai
8 Jun 11 at 10:21 pm
Can u add a function to crop pictures in the next release because as of now, the application uses the center of the picture and due to this in certain cases, the head gets chopped off.
Thanx a lot for ur awesum work.
Cheers
JD
11 Jun 11 at 2:27 pm
PLEASE WE NEED THIS ASAP ON MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC MAC
MAC
20 Jun 11 at 6:39 am
Could you add a function that would allow business listings in the face books contacts.
Ron
29 Jun 11 at 9:14 am
Please add support for syncing groups (Facebook “lists”) as well
Josh
30 Jun 11 at 12:55 am
Where can I download the source code? I didn’t find the link. Thanks.
Chris
21 Jul 11 at 3:22 am
thx for the cool stuff. On android there is similar function to link with facebook contact. I have some question:
1. If the facebook picture change, contact picture on google contact wll be update to automatically??
2. Can link email,mobile phone number,etc???
benidiktus
23 Jul 11 at 11:02 pm
Does not add birthdays to the contacts!
Anand
30 Jul 11 at 12:37 am
Trying this application out but getting an error
User navigate: http://www.facebook.com/connect/uiserver.php?app_id=133934337558&method=permissions.request&display=popup&next=http://www.facebook.com/connect/login_success.html&response_type=token&fbconnect=1&perms=offline_access
.Error: System.Exception: Can’t connect to facebook
at GoogleContactSync.MainForm.Connect()
at GoogleContactSync.MainForm.GoogleFacebookSyncButton_Click(Object sender, EventArgs e)
Dave
10 Aug 11 at 12:27 am
Same error as the fella above and resoutions?
Zee
10 Aug 11 at 2:39 am
I suck with technology and I can’t figure out how to download this. Any help please?
Leslie
20 Aug 11 at 3:38 am
That’s great!
Zion
22 Aug 11 at 9:09 am
It would be great if there was an option to choose whether or not to prefer someone’s Google+ picture. The Facebook picture overrides it when I synced using
the auto select feature.
Other than that though, super awesome app!
Matt
22 Aug 11 at 11:27 am
Also, I seem to be having trouble getting the birthdays to sync….its simply not happening….
Matt
22 Aug 11 at 11:28 am
Leslie: Just click the image of the program at the top of the page, don’t worry, took me a minute too, there should be a download link.
Lynk/Author: Thanks for making this great program!
Protonus
22 Aug 11 at 9:04 pm
I try to run it but get “failed to load data” message
olen
1 Sep 11 at 1:27 am
Look lika a great app, I will try it at home.
but I have a question: my Gmail Contact are in Hebrew and most of my Facebook friend type their name in English, does it also mutch using the email address of the contact or only by name?
Thanks!.
susuFOX
1 Sep 11 at 5:29 pm
I must convey my appreciation for your generosity in support of those individuals that must have assistance with your area of interest. Your very own dedication to getting the solution all through became remarkably valuable and have usually enabled many people like me to get to their pursuits. Your helpful help can mean a lot to me and extremely more to my fellow workers. Thanks a ton; from everyone of us.
szukam pracy
10 Sep 11 at 3:37 pm
It synchronises only the picture. Facebook’s emails, phones, sites and bdays are not copied to Gmail…
Francarl
19 Sep 11 at 3:31 pm
Excellent! Exactly what I wanted. My google contact avatars are now updated to the facebook avatars, which will update to my android. Thanks!
Leana
4 Oct 11 at 10:29 pm
IMPORTANT!
If you’re using Google’s two step authentication, you need to generate a new application password here:
https://accounts.google.com/b/0/IssuedAuthSubTokens
And use that for Google Contact Sync. Otherwise, you’ll get the “Failed to load data” error message.
Just tried it with 1.9, the contact list loads up perfectly now.
Fodi
5 Oct 11 at 7:11 pm
i’m use 1.9.9.10 , can’t sync birthday to google
tandan
10 Oct 11 at 2:00 pm
Where does this apps sync everything? Because after sync with this app, in Google contacts they are not sync, and neither in my phone. What do I have to do to have the facebook and google contact togheter?
Juan
15 Oct 11 at 1:17 pm
This is a great app, But I have a little problem.
I can´t change the facebook account that is doing the login.
Is there any way to solve this?
Thanks
Horácio Macedo
17 Oct 11 at 7:48 pm
i’ve just downloaded this and tried to install but it’s saying that I need 2111 MB of free space!!! is that correct?!
pandor
19 Oct 11 at 5:44 pm
i’ve just downloaded this and tried to install but it’s saying that I need 2111 MB of free space!!! is that correct?!
pandor
19 Oct 11 at 5:45 pm
What do I have to do to UNLINK ALL? It doesnt unlink contacts one by one.
Juan
21 Oct 11 at 6:42 am
hack intelectual
g47o
4 Nov 11 at 11:57 am
good
chintan engineer
6 Nov 11 at 4:06 pm
I’m getting an error when loading contacts:
Facebook.FacebookApiException: Exception of type ‘Facebook.FacebookApiException’ was thrown.
at GoogleContactSync.Class.FacebookClientExtensions.GetProfilePicture(FacebookClient facebook, String profileId, Nullable`1 pictureSizeType)
at GoogleContactSync.Manager.ImageCacheExtensions.GetCachedProfilePicture(FacebookClient facebook, String profileId, Nullable`1 pictureSizeType)
at GoogleContactSync.MainForm.c__DisplayClass10.b__e()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— End of inner exception stack trace —
at System.Threading.Tasks.Task.FastWaitAll(Task[] tasks)
at System.Threading.Tasks.Parallel.Invoke(ParallelOptions parallelOptions, Action[] actions)
at GoogleContactSync.MainForm.CreateListBoxItem(KeyValue item)
at GoogleContactSync.MainForm.b__a()
peanut
11 Nov 11 at 2:33 am
Is there any way to add whole contacts, or all the info not already in my Google contacts with info from Facebook, including, but not limited to, the images? Syncing the pics is cool, but I would love to be able to add lots of contacts that I currently only have on Facebook. Thanks for your feedback and any help you can give. Would you know if Google+ contacts are also added to your regular Google Contacts?
only age
17 Nov 11 at 7:55 am
See I used this application to sync and it worked fine but later i found that some of my phone contacts having multiple entry was also wiped out to single entry.which made me sad that i lost all my other entry.I wish if there was any application to just sync the photos from facebook to google and not change the contacts on google.
This software is not good.You will realize once you fall into trouble.
Hani
23 Nov 11 at 11:56 am
Yep, Di Canio IS a maniac and it used to amaze me when some said they wanted him to manage this club. Absolutely…. Believable and it was a No Brainer that it was always going to end this way!Players like Di Canio always have trouble managing players of lesser ability and expect too much of players at a lower level. One of many ex players that I don’t expect to be managing West Ham any day soon.
Janee Echeverri
2 Dec 11 at 11:07 pm
I’ve been looking for something exactly like this to unify the contacts on my S2. However I think it should be a web app, not a desktop OS runtime <:)
Benedict Tan Shan-Wen
8 Dec 11 at 2:41 pm
hi, i would be using the application, and would be glad if u could allow me to develop this app with u. i was thinking of making such app myself but now since some1 has done it, i would be better to develop it further. i am a college student from india
. drop me an email if u like.
archit
9 Dec 11 at 9:40 am
There are two features I would appreciate;
1) The program should be able to save (at least) the Google password. I use two-step authentication, which means that I have to use an application-specific password to log in using your program. This password cannot be retrieved again after it has been created. Saving the password in plain-text to use it later kind of ruins the point of the system Google set in place, and generating a new password each time is cumbersome.
2) It would be nice to be able to create a new Google contact based on an existing Facebook contact. Just a suggestion.
Secret #3) This is a push, and if you can’t do it, that’s fine; but is it possible to find new Facebook contacts using Google contacts as search parameters? Something to think about if ever you have some extra time on your hands.
KewlioMZX
16 Dec 11 at 8:54 am
Hi! Great App!!
Sync birthdays isn’t working. Will it be able 2 sync photos in Hi-Res ?
Thnx.
Eddie
27 Dec 11 at 3:11 pm
Fail to load data.
End query Facebook contact list..
Google.GData.Client.GDataRequestException: Execution of request failed: http://www.google.com/m8/feeds/groups/default/full —> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
Sam
3 Jan 12 at 12:30 am
OK, works on Win7 and not WinXP
Sam
3 Jan 12 at 12:08 pm
Those who get the error “Failed to load data” should enter the code provided by google in the 2-step verification > manage application-specific passwords.
Tommy
10 Jan 12 at 8:15 am
What program do you need to open this? I won’t run on my nexus s
brad
13 Jan 12 at 1:15 am
brad: windows
zoro
27 Jan 12 at 8:01 pm