Description:
People are always in a hurry to get somewhere. A common issue is to inform someone waiting for us that we are, let’s say, a bit late and maybe reassure him that we will be there in some time. It would be great if we could send a message to that someone telling him our approximate location and an estimate time to reach the destination (maybe along with some excuses).
Sorry I'M Late was developed to achieve this task. This application allows a user to get his aproximate location and then send it to someone else though an SMS. While the idea itself is not new, my objective was in the first instance to create a User Interface as easy and friendly I could, secondly I wanted to exploit CellID localization instead of GPS. The last thing I wanted to do was to provide a more human readable message to be sent: most of the application I've tested, use GPS positioning to get a precise localization but then they send Latitude and Longitude coordinates or Google Maps links and usually when I want to tell someone where I am, I use street names instead of coordinates.
Screenshots:

Some features:
- Doesn't require GPS antenna.
- Finger friendly UI thanks to SenseSDK from Steady Software.
- Call history access to guess the most probable recipients.
- Native SMS application used to send message to allow last minute changes.
- Currently localized in 12 different languages (English, Italian, Czech, Polish, German, French, Spanish, Portoguese, Russian, Dutch, Swedish and Japanese). [new v1.5]
- Support for custom messages via template. [new v1.5]
- Reduced network bandwidth usage. [new v1.5.1]
Requirements:
- .NET CF v3.5 required.
- Data connection is used to retrieve street names so be aware of this before you start the application.
Notes:
- Currently the remote server is located on a free host. Usually it's fast an reliable but network problems can occour.
- In order to display the new application icon on the Start Menu, a soft reset may be required.
- As you may have noticed, there is a new "Twitter" option available but it's disabled. I'm thinking whether include it or not in a future release.
Update Description:
v1.5.1 (18-07-2010):
- Added compression support on network calls to reduce bandwidth usage.
v1.5 (17-07-2010):
- Added internationalization resources (12 languages support).
- Improved position approximation, now integrated with landmarks from Wikipedia.
- Moved localization algorithms to a remote server to reduce network calls and CPU load.
- Added icons.
- New option menu.
- Added option to append a link pointing to the location on Google Maps.
- Added option to create a template message to be used instead of default one.
- Fixed single line help on main screen (at least I hope so).
v1.0:
- First public release.