TwimGo with Location Support

It’s already a week since last release of TwimGo. Last release included the clickable user tags and improved follow/unfollow functionality.

On last Tuesday I went to Tampere MeeGo Network MeetUp and I had an opportunity to talk to Qt Web Runtime developer, Xizhi Zhu. We talked briefly about the location support in current version of Qt WRT and a day later I had a good instructions on how to use the location API in my apps.

Here you can see how you can easily add your current location to your tweets in TwimGo:

1. Click the “Get your location” button in tweet dialog

2. Now your phone starts to pickup GPS signal

3. Once the GPS signal is good enough it’ll show your current coordinates. You can click the button again and it will update the coordinates. Sometimes the GPS signal gets accurate in a minute so you could refresh your location just before tweeting.

4. Twitter will show your location with nice little map beside your tweet.

This version also includes saved searches support and ability to search tweets near you. I have found really interesting tweets with this feature.

Download the latest release to your Nokia N900 from http://twimgo.com.

Mobile Trail Explorer v1.14

It took a while to make this release. There was some kinky issues with the S40 devices which caused them to crash on NoMethodFoundException (Issue 145). Release notes for v1.14:

  • New logo and icon (Thanks Ash)
  • Improved MapCache initialization time
  • Fixed information screen scrolling
  • Splash screen hang fix (Issue 106)
  • WGS84 coordinates in degrees and minutes (Issue 162, Thanks Marco van Eck)
  • Fixed NullPointerException, NoMethodFoundException with S40 devices (Issue 145, 164)
  • NoSuchFieldError fixed (Issue 166)
  • Added decimal check to calculate time form (Issue 167)
  • Multiple formats for audio recording
  • …plus other minor fixes and features

Download binaries from here. Download source code from Google Code, here. Enter your issues here. Discuss about features and problems here.

Mobile Trail Explorer v1.11

Here it is, a new release of Mobile Trail Explorer. Here are the release notes for this release:

  • Renamed “Waypoints” to “Places” (Issue 92)
  • Filename uses datestamp with seconds
  • User can add audio-markers
  • Configurable action keys (# and * keys)
  • New speedometer screen (Issue 112)
  • Support different grid formats (Contributed by Kaspar Mösinger)
  • Encoding problems with KML import (Issue 120, Contribution from Bastian)
  • Translations to German, (partial) Finnish and default English (Thanks to Patrick)
  • …Plus tens of bug fixes and smaller features

Trail Explorer v1.11

Big thanks goes to all contributors and the “core” dev team as well.

You can download the latest binaries either from Google Code project page or from the Trail Explorer page, here. Report any bugs or ideas on the Google Group.

Mobile Trail Explorer v1.8 – With Maps!

The developing of Mobile Trail Explorer is progressing well. We have received excellent code contributions from the community as I’m proud to present the OpenStreetMap integration in Mobile Trail Explorer. Big thanks to Gareth and Dennis!

Mobile Trail Explorer v1.8 - Map view Mobile Trail Explorer v1.8 - Information view

There are also other new features such as filtering recorded positions by maximum speed, minimum distance etc. Information view have also been reorganized so that information is grouped more clearly. User can now view current, average and maximum speed. Maximum speed position is also recorded and exported to KML file.

Unfortunately there are also some problems with some of the devices such as my Nokia N80 which doesn’t like the OpenStreetMap texture feature so much as it throws OutOfMemoryErrors even as it does have free memory. I’ve found few writings about the issue and it seems that it is another Symbian OS “feature”.

I hope that you would report whatever your device is able to draw the OpenStreetMap maps without problems or not. Map drawing can be enabled from Settings>Display>

Go ahead and download the latest version either from product page or Google Code project page.

Edit: I forgot to mention a lot of new features as I made the release in so quickly.

One of the features is the stream-gpx-to-file feature that removes all memory issues when user is recording long trails. With this feature user can stream the position data directly into file so you won’t lost your trail even when your phone battery dies.

Other great feature is the auto save feature which saves your trail when application is closed.