GMobileSync 1.3.5

Posted on Tuesday 4 December 2007

Sampath and I are testing GMobileSync 1.3.5 with a select group of beta testers as of today.

GMobileSync 1.3.5 includes the following updates:

  • Better two-way synchronization support
  • Recurring appointment updates
  • Deleted appointments stay deleted
  • Additional timezone support (including 30 and 45 minute intervals)

We’ll keep everyone updated with 1.3.5’s progress!

Eric Willis @ 1:00 pm
Filed under: News
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

Eric Willis @ 6:32 pm
Filed under: General and Code
RareEdge, Updates and Open-Source

Posted on Monday 30 April 2007

First, I want to clear some things up regarding RareEdge… Yes! Nicole and I are really working full-time for RareEdge Design Group, our company. We officially became self-employed last April 27th. It was not a cleverly played April Fools joke like a few people thought :-)

Next, I would like to happily announce that GMobileSync has become an open-source project! Nicole and I talked about this for a long time and felt that the only way we could keep the program up-to-date and full of new features was if we had a little bit of help. There have been several people who have offered to help out with new functionality and even low-level debugging.

The way GMobileSync is going to work is like this: RareEdge will still maintain official releases but anyone may contribute new code and features to the build. All submitted code will be open and free for anyone to use. Our ultimate goal here is to keep the product free and functional for everybody.

CodePlexI am setting up the project on CodePlex and it will be available soon for anyone to download.

Interested in helping out? Send me an email or leave a comment here with your experience and I will add you to the official list at CodePlex.

Eric Willis @ 8:11 pm
Filed under: News
RareEdge is officially a full-time job!

Posted on Saturday 31 March 2007

Nicole and I resigned from our day-jobs this week. We are going to be focusing on RareEdge, GMobileSync, Twitteroo, Rurl and other secret projects full-time now. :D

What does that mean for GMobileSync? Well, it means more frequent updates!

Eric Willis @ 12:03 pm
Filed under: News
Update coming soon

Posted on Sunday 18 March 2007

Hi everyone,

An update is coming soon! I’ve been stuck in Florida for the past few days due to weather in the North and weird scheduling delays. Nicole and I cannot get out until this upcoming Tuesday. Thank you, everyone, for all of the emails and messages with ideas and suggestions for GMobileSync!

Eric Willis @ 2:17 pm
Filed under: General
Windows Mobile 6.0

Posted on Saturday 10 February 2007

I was reading an article for my thesis (finding more references) and a link for Windows Mobile 6 came streaming across my screen. How could I resist clicking? I couldn’t :)

Windows Mobile 6

Engadget has a bunch of screenshots of Windows Mobile 6.0 on their site. I doubt we’ll be able to upgrade phones… has anyone ever tried successfully to switch a mobile phone OS?

Eric Willis @ 1:42 pm
Filed under: General
San Marcos from a Samsung Blackjack

Posted on Friday 9 February 2007

Jeff, a GMobileSync user, took this video of San Marcos from his Samsung Blackjack… strapped to the back of an R.C. plane! It gets really good just after the first minute when you can clearly see video of San Marcos from a couple hundred feet in the air.

There are also pictures on Jeff’s Flickr.
San Marcos

Eric Willis @ 9:47 pm
Filed under: General
Quick Update

Posted on Friday 2 February 2007

Hi everyone,

I’m working feverishly on my graduate thesis and have been dedicating a lot of time to that. Once I turn in the next draft this weekend, I’ll be back to GMobileSync!

Two-way sync is working pretty well on my machine. I finally ordered another GB of RAM so I could debug and run the Mobile Emulator faster on my machine. (The RAM will be here on Tuesday!)

Don’t worry though — my plans are still to stay dedicated to GMobileSync. Thank you, everyone, for all of your support, help and inspiration! :)

Eric Willis @ 10:20 pm
Filed under: General
Receiving a warning about Credentials?

Posted on Saturday 20 January 2007

Tips for debugging the bad credentials warning message

  • First, make sure that your credentials are really correct. Honestly, try it a few times because we all make mistakes when we type usernames and passwords on tiny Mobile devices.
  • Does your Mobile device require a proxy to sign on to the internet? This could be causing the issue. GMobileSync will support proxy authentication in version 1.4 (check out the development road map).
  • Try using both your full email address as your username and just the first half (before the @ ). Technically, both will work but for the sake of being thorough try both. For example, if your email address was sanfrancisco2007@gmail.com try using both sanfrancisco2007 and sanfrancisco2007@gmail.com as your username. Your password will be the same no matter which username you use.
  • Finally, try to access the feed for your Google Calendar directly in a browser window. Click on this link: http://www.google.com/calendar/feeds/default/private/full and it should prompt your for your Google Account username and password. If you can’t login to that page (which will show an XML listing of your appointments) then you won’t be able to use GMobileSync. If this is the case then please leave a comment here because something is very strange and I would love to talk to you about debugging this issue!

    *Note, if you’re already logged into any Google service then that link will automatically show up and not ask you for credentials. Try logging out of GMail, Google Calendar and clicking the link. Then, it will require authentication.

If anyone has any other ideas or solutions that have worked for them, please let everyone know by leaving a comment. Thanks!

Eric Willis @ 2:29 pm
Filed under: Troubleshooting
No Network Connection Detected?

Posted on Saturday 20 January 2007

In order to use GMobileSync, your Mobile device must be connected to the internet. To prevent errors, GMobileSync is checking for a network connection by requesting a small (just a few bytes) file from the internet. If the file is returned, sync continues. If the file is not returned, you’re prompted with the “No Network Connection Detected” error message.

With SmartPhones, there is not really consistent way to check for a present network connection. If you’re using a Mobile 5.0 PDA then it is very easy to check with this code. SmartPhones are different because they’re not online until they need to be online.

GMobileSync 1.3 (release, not beta) will allow you to ignore the “No Network Connection Detected” warning. You will be prompted with the option to Cancel or Continue. I think that this will take care of the few people who have reported issues with connectivity.

For those of you that require proxy support to access the internet, look for that functionality in GMobileSync 1.4. You can see the latest development road map for GMobileSync anytime.

Eric Willis @ 2:08 pm
Filed under: Troubleshooting