GMobileSync Code

Posted on Monday 7 May 2007

GMobileSync is officially open-source. You can get involved with the project at CodePlex. I will still be contributing and maintaining releases. (Heck, I still need the program too for my mobile!) If you’re one of the several developers who have contacted me in the last few months offering to help… now is your chance! GMobileSync is entirely written in C# (all managed code) and uses the .NET 2.0 Framework.

Anyone can join the project at CodePlex to add issues to the Issue Tracker, post items in the Discussion and even download the code. If you want to be an official developer on the project though, let me know so I can promote your CodePlex account to developer.

I look forward to getting a bigger and better version of GMobileSync going with the collective brain-power of some very good developers. :D


Related Posts

57 Comments for 'GMobileSync Code'

  1.  
    yosz
    May 8, 2007 | 3:41 pm
     

    Great work Eric!

    Downloaded the sources, build but with little problems (will contact you on codeplex tommorrow - it’s getting late in Poland ;) .. for example no Rareedge.Utilities namespace)

    Think about adding release 1.3 to CodePlex - not everybody has VS ;)

    Nice code too :)
    Good night

  2.  
    Royb
    May 9, 2007 | 7:22 am
     

    The program works like a charm for what it does; the lack of a 2-way capability is still a deal breaker for me. Good luck. I’ll be back.

  3.  
    yosz
    May 9, 2007 | 7:40 am
     

    I compiled the sources from codeplex and I have two way sync :) Works like a charm :)

  4.  
    royb
    May 9, 2007 | 9:47 am
     

    Can you hook a brutha up with a link?

  5.  
    royb
    May 9, 2007 | 9:48 am
     

    I would be much obliged

  6.  
    yosz
    May 10, 2007 | 5:13 am
     

    mail me at yoszek[YOU KNOW WHAT CHAR GOES HERE]gmail[DOT]com. (I don’t want to put it on ftp server or sth. cause Eric will eventually put it on codeplex… maybe I will join project @ codeplex someday… when day will have 48 hours or sth ;-) )

    I’ve compiled it to work under PocketPC family devices, not Smartphones as Eric did - but it should work on both without a problem.

  7.  
    royb
    May 10, 2007 | 7:47 am
     

    Got it. Thanks. I’ll install tonight when I’m back in my office.

  8.  
    May 10, 2007 | 3:09 pm
     

    Hey Yoz,

    Do you have a CodePlex account? I will add you as a developer so that you can make releases and changes for PPC if you like.

  9.  
    yosz
    May 11, 2007 | 2:50 am
     

    I’ve send you message through codeplex

  10.  
    yosz
    May 14, 2007 | 2:52 am
     

    I’ve added 1.3 release to codeplex. Plesase report any problems with this build

  11.  
    John H
    May 14, 2007 | 5:35 pm
     

    For some reason, every appointment it adds is one hour early after sync.

  12.  
    John H
    May 14, 2007 | 5:37 pm
     

    I don’t understand where 1.3 is. Can someone provide a link to it on codeplex?

  13.  
    yosz
    May 15, 2007 | 3:25 am
     

    Here: http://www.codeplex.com/gmobilesync/Release/ProjectReleases.aspx?ReleaseId=4142

    I had a same problem with timezones - I’ll look into it. Now I’ve just changed timezone in gmobilesync (you can also change timezone in gcal)

  14.  
    John H
    May 18, 2007 | 3:12 am
     

    Yosz, thank you. I have it downloaded and installed.

    Can you please, for next release, add option to sync auto on start of program, or at least a parameter? I have it run each night and it closes automatically after sync, but when it first opens, it just sits there.

  15.  
    John H
    May 27, 2007 | 12:18 am
     

    Another bug.
    1.3 imports all description, but it doesn’t correctly import carriage returns/returns
    it shows up as boxes instead on my moto q.

  16.  
    Sam
    June 28, 2007 | 1:36 am
     

    Your links to the NET CF packages download empty files.

    On a side note, it drives me absolutely fscking batty that MS doesn’t distribute this cab file (or if they do, it’s impossible to find). Every time I need it, all I can find is the damn .msi package installer. I’ve tried several times every since starting to use WM5 and never ever ever gotten the correct Net CF installed - usually I just give up before losing anymore hair. This is directed at MS, not you. I’m excited to try out your software if I can ever get the sh!tty MS system to work.

    /end rant.

  17.  
    Sam
    July 3, 2007 | 3:11 am
     

    Here is a quick mortscript to open gmobilesync and perform a sync operation. Right now you have to run it manually (or assign it to a hot key) so it only makes the process slightly easier (also exits at the end). But I am working on making it run automatically at intervals.

    #NewText.mscr
    # Sync Calendar By Sam Garfield
    # http://gthing.net
    # Runs GMobileSync at a set interval
    #

    Run( “\Storage Card\Program Files\GMobileSync\GmobileSync.exe”)
    #Sleep (4000)
    WaitForActive (GMobileSync, 100)
    SendLeftSoft()
    Sleep (30000)
    Close( GMobileSync )

  18.  
    Jyn
    July 9, 2007 | 6:17 am
     

    Thanks a lot for this program, it rocks! There is just a fonctionality missing (from my point of view) : I’ve got two gmail account, one for me, one for the office and I use two google calendars. It would be great to have an option that let you choose an appointement category for a google account, and an other category for the other account…
    Congratulation for making Gmobilesync opensource, it will certainly devellop faster this way !
    (sorry if they are english faults, I’m french…)
    Bye !!!

  19.  
    haim
    July 11, 2007 | 2:55 am
     

    Hi,

    I gave it few tries, every time I got an error …
    It seems the network connection is OK and the credential too!
    When the program is in the “Downloading events” stage,
    I get the error: ” Please report this error; Execution of request
    failed: http://www.google……
    I’ve posted this problem in other sites as well, but didn’t get any
    response … Does anyone got this kind of error too ?
    Did anyone manage to solve it ?

    Please get back to me …. I would really want to have this kind
    of over-the-air-sync !

    My direct email is hbenami[the Char]gmail[another char]com

    Thanks in advance,
    Haim

  20.  
    John H
    August 11, 2007 | 1:13 am
     

    Please, can you make a version that automatically syncs on startup, or has that option?

  21.  
    August 13, 2007 | 12:33 pm
     

    That feature was never implemented. Add it to the feature request area on CodePlex.

    If you’ve got C# experience, add it in! We’d love to have the help :)

  22.  
    Jyn
    August 22, 2007 | 4:58 am
     

    Hello again!
    So what’s new ?
    How is the beta-testing of the 1.3 going ?
    Codeplex project seems sleeping… is Gmobilesync dead or something ?
    Let us know please !!!

  23.  
    Valentin Jacquemin
    August 23, 2007 | 5:17 pm
     

    So? Is the project really sleeping?? Is it in developpment anymore?

  24.  
    August 23, 2007 | 6:04 pm
     

    It’s not sleeping, really, it’s just having a small nap. I need to dedicate a weekend or two to this project and just haven’t had the time. I’ve asked for help but it seems like anyone who knows C# and mobile development is also pretty busy.

    :)

  25.  
    John H
    September 6, 2007 | 10:23 pm
     

    1.3 works fine, if you can just add the ability to sync on startup, or just a parameter for that, that would be HUGE.

  26.  
    Ales Ryska
    September 13, 2007 | 3:37 am
     

    Hi Eric, you have done excellent job!!! Release 1.3. works fine. I am craving about the multiple-calendar support most of all features. Unfortunatelly, being just user (pathologist in profession), I cannot offer any help with the development - so just a word of support! Good luck, keep going!

    Regards Ales

  27.  
    Ales Ryska
    September 13, 2007 | 3:38 am
     

    Hi Eric, you have done an excellent job!!! Release 1.3. works fine by me. I am craving about the multiple-calendar support most of all the features. Unfortunatelly, being just plain user (pathologist in profession), I cannot offer any help with the development - so just a word of support! Good luck, keep going!

    Regards Ales

  28.  
    September 25, 2007 | 5:19 am
     

    Hello, I installed 1.3, and during sync (iPAQ->GCal, the other direction seems to work fine) it says “Please report this error: An error message cannot be displayed because an optional resource assembly containing it cannot be found”. Weird. 1.2 works fine, but it also syncs just GCal->iPAQ. :-/ Please help. Is there anything I can do?

  29.  
    John H.
    October 2, 2007 | 11:10 pm
     

    Can anyone else recommend a gcal sync program that will run on startup? Apparently gmobilesync will never have that option. Any recommendations would be nice.

    Thanks.

  30.  
    Shayne
    October 17, 2007 | 10:29 am
     

    I love this little program, I wish I could help in development so that I could get multiple calendar support. There are other programs out there that offer this, but for big annual fees. I would even pay a reasonable one time cost for gmobilesync if it had multiple calendar support. thanks for your good work!

  31.  
    Sampath
    November 2, 2007 | 6:52 am
     

    Hi,

    I was thinking about writing something like this on my own and then came across this. I would love to work on this project. Please add me as a developer. I will contact you on CodePlex.

    Cheers,
    Sampath.

  32.  
    November 15, 2007 | 3:41 am
     

    jeu de casino virtuel…

  33.  
    November 15, 2007 | 5:01 am
     

    chicago loan payday store…

  34.  
    November 15, 2007 | 12:14 pm
     

    internet spiele…

    Ganz internet spiele cash fast loan payday…

  35.  
    November 17, 2007 | 2:16 pm
     

    casino sur le net…

  36.  
    November 17, 2007 | 5:05 pm
     

    poker ohne anmeldung…

  37.  
    November 22, 2007 | 9:06 pm
     

    Free Ringtones Verizon Wireless…

  38.  
    Jorden
    November 25, 2007 | 12:32 pm
     

    Version 1.3 works excellent here on a HTC TYTN II. I really love the program and owe you one. Sadly, I’m a shitty C-programmer so I doubt I can help you.

    I’m looking forward to the version that can also import a second calendar. When that feature comes, the program really has everything that I’ll ever need!

  39.  
    J. Stam
    December 3, 2007 | 5:29 pm
     

    Hey! thank you for this superb app!!! I would like to see multiple calendar support (I know… 1.5 ;) ). It would SO rock! :) Heads-up!!

    Greets,

    JJ

  40.  
    December 19, 2007 | 3:44 am
     

    line loan payday payday loan on line…

    Go first american cash advance best payday loan…

  41.  
    December 20, 2007 | 2:51 am
     

    advance cash overnight…

    It must be noted cash till payday loan advance cash line loan…

  42.  
    December 29, 2007 | 7:50 am
     

    cash advance credit card 0 advance card cash credit…

    Dans verizon wireless ringtones wallpaper 1 hour payday loan…

  43.  
    January 8, 2008 | 6:43 am
     

    loan payday toronto payday loan toronto…

    I am texas holdem blätter pre settlement cash advance…

  44.  
    February 1, 2008 | 1:38 pm
     

    macejko medicare fraud…

    Millikan coarsely readjusted …

  45.  
    February 2, 2008 | 2:36 am
     

    free boost mobil ringtones…

    In other words bell cellular free phone ringtones free lg polyphonic ringtones vx6000…

  46.  
    February 2, 2008 | 2:47 am
     

    toque bateria fraca…

    Quite free real ringtones for t mobile t mobile music ringtones…

  47.  
    February 2, 2008 | 3:24 am
     

    christian music midi file…

    The the band midi file rock roll midi file…

  48.  
    February 4, 2008 | 5:41 am
     

    cell free get phone ringtones…

    There payday loan uk download free mosquito ringtones…

  49.  
    February 4, 2008 | 1:11 pm
     

    info nextel personal remember ringtones…

    Unhappily info nextel personal remember ringtones samsung ringtones download…

  50.  
    February 5, 2008 | 9:16 am
     

    info nextel phone remember ringtones nextel i730 phone ringtones…

    Join free info jamster remember ringtones motorola razr ringtones v3…

  51.  
    February 15, 2008 | 12:56 am
     

    unsecured loans for people with bad credit…

    blouses taxes invoiced disheartening prowling….

  52.  
    February 15, 2008 | 1:26 pm
     

    morgage lenders…

    allergic bullion,Shockley….

  53.  
    February 16, 2008 | 9:27 pm
     

    vegas poker casino online…

    Lansing revoltingly:matronly?strenuously Colosseum mow …

  54.  
    February 23, 2008 | 1:55 am
     

    interim healthcare…

    Shreveport performances dilation?recline …

  55.  
    March 15, 2008 | 3:37 am
     

    free info personal remember ringtones sharp free info personal remember ringtones verizon free info personal remember ringtones…

    An music nextel ringtones nokia ringtones tracfone…

  56.  
    June 13, 2008 | 11:45 pm
     

    introduction sur les paris en ligne…

    convert islands cannibalized barbiturates …

  57.  
    June 27, 2008 | 8:51 am
     

    poker gratuit argent…

    Cedoitêtrenoté jeu flash casino free blackjack free video poker downloads play omaha poker lista casino online…

Leave a comment

(required)

(required)



Information for comment users
Line and paragraph breaks are implemented automatically. Your e-mail address is never displayed. Please consider what you're posting.

Use the buttons below to customise your comment.


RSS feed for comments on this post | TrackBack URI