Sunday, December 09, 2007
Thursday, August 30, 2007
So if you are a fluent speaker of one or more non-english languages, and would like to help us out, please do let us know: support@navxs.com.
Tuesday, July 31, 2007
In general, all Java applications are untrusted, as long as they do not contain a digital signature from a well-known and trusted source. For this purpose we have submitted the NavXS Java Mobile client to javaverified.com, which has rigorously tested it on a Nokia N95.
The application passed the test, so now we have an edition containing a digital signature that is accepted by the Nokia application installer. Nokia users can get it here: http://navxs.com/en/nokia.html.
Note that in order to dispose of the file access security prompt you will have to, after having installed NavXS, change the following settings from the Nokia main menu:
Tools > App. mgr > NavXS > Open > "Read User Data" and "Edit User Data".
These are set to "Ask every time" as default. Change to "Ask first time" or "Always allowed" and the security prompts are gone :-)
Friday, July 20, 2007
Oh, and there are new Java clients as well (v0.3.2). Get them here: http://navxs.com/en/java.html
Thursday, June 14, 2007
Follow this link to get the new windows mobile navxs client (v0.2.1) for your smartphone or PPC.
Saturday, June 02, 2007
Download here: http://navxs.com/download/java/index.aspx
Sunday, May 20, 2007
Java Clients v0.3.0 are out.
These fixes a few more bugs, the most significant being the course and speed information that has been missing for some time due to something wrong that was not right...
Also this version has some minor design changes prompted by the Nokia N95 now being the prime test device (see previous post). Among other things, the file system access has been simplified. In the prior versions several read operations were performed per map tile while loading from the file system, to make sure the maximum disk usage limit was not exceeded. In phones who only grant one-shot file system access to untrusted MIDlets (such as most Nokias), this meant that using file system cache was almost impossible. Now, maximum disk usage is no longer monitored, and only one security prompt per tile is required when loading from cache (plus one when loading an uncached tile from the net and writing it to the file system). While it is still annoying, requiring 9 clicks to load a full map from the file system (assuming 240x320 display), it is at least almost bearable. The proper fix is to go through a verification program, obtaining a security signature, giving the NavXS MIDlet status as trusted and thus dispensing with the security prompts altogether. This is not an option for a development beta-versions such as the current, but as things are starting to come together nicely, maybe it's about time to make a final release...
Anyhoo: the new clients can be downloaded here: http://navxs.com/download/java/index.aspx
PS for Nokia N95 users: Make sure you configure the file system to cache tiles to the Micro-SD card, as untrusted MIDlets (such as the NavXS beta clients) do not have any access to the phone memory at all.
I must admit that I am a bit disappointed by the built-in GPS receiver though, which is hardly better than the one in my almost 2 years old Siemens SXG-75. To be fair, it does have slightly better accuracy and does not jump around so much as the SXG, but I expect this is more due to the Siemens guys not finding the time to add a little software filtering. The time to get a fix is just as long for the N95 as the SXG, if not longer. Hopefully future firmware updates can bring improvements (through better handling of almanac data perhaps). Another advantage of the SXG, from a developer's point of view, was that it had much more relaxed security implementations, allowing the user to grant untrusted MIDlets file system access for an entire session, rather than just one-shot access. Having to grant explicit rights to each single read or write, makes caching of map tiles to the file system in the N95 (and other Nokias) a real pain! But then again, this is a good incentive to make an “official” release of a signed, trusted NavXS MIDlet.
But all in all: The N95 is a kick-ass phone :-)
Tuesday, May 01, 2007

New Java versions are available!
New in v0.2.9:
- Improved map tile loading (see screenshot).
- A few menu new icons.
- Sending and receiving locations now works as it should.
- Some new (preliminary) help screens.
- And fixes for a bunch of non-critical but annoying bugs...
Saturday, April 28, 2007

Yes!
It's been a while since last update, but we realized our own J2ME to Windows Mobile converter! :)
Here it is: version 0.2.0
Sunday, November 26, 2006
On another topic: I saw the new James Bond film a few days ago. Better then last few, but still not quite Connery… Anyway, on several occasions during the film I found my self thinking about NavXS, as our hero used his mobile phone to track down the bad guys and find his way to Casino Royal. Tom Cruise used similar solutions in Mission Impossible III. This clearly shows that science fiction is catching up on reality ;-)
Monday, November 20, 2006

So, what's new? Quite a bit actually! here's a short list:
- Ta-da! A new main menu. Here a screenshot of how it looks on a Nokia. Hopefully it is easier to get around and find the right things now (let us know if it isn't).
- NavXS elevation map tiles are supported (see previous post).
- Users of the non-GPS editions (basic and jsr75) can now manually enter their location, which will be sent to their contacts. This options also exist in the full edition when automatic positioning is disabled. As of the next version we might make it so that you can see if the location of a contact has been entered manually or not, but as for now they are treated equally...
- You can now define your own points of interest, or "Locations" as we call them (we're location based ;-). The locations are stored locally on your phone and you can use them to quickly position your map on some frequently used spot. In a sense, they're map bookmarks. What we haven't gotten around to do yet, but that will definitely come is the possibility to share your locations with your contacts an perhaps upload them to some searchable database, such as WikiMapia or equivalent (suggestions anyone?).
- Latitudes and longitudes can now be displayed as degrees, minutes and seconds (e.g. 12° 20' 59.489"), rather than decimals only (12.34985805). Also you can configure whether you want to have distances and other values displayed in metric units (e.g. meters, km, km/h) or imperial units (e.g. feet, miles, mph)
- Messages (both received and sent) are now stored locally on the phone.
- File system cleanups are a bit less confusing...
Windows Mobile users: sorry the WinMobile equivalent is not quite there yet. It'll come as soon as Christoph gets around to it ;-)
- Helge -
Monday, November 06, 2006

Ok, this has not been much of a blog so far. And for the simple reason that we're busy working :-) Among other things, on our first set of map: An elevation map based on the NASA/USGS Shuttle Radar Topography Mission data (see http://srtm.usgs.gov/ for more info).
Covering the entire world between plus/minus 60 degrees latitude, and spanning zoom levels 0 to 10, it will look something like the image to the left (northern Italy and the Alps) when dsiplayed in the NavXS mobile client.
New mobile client versions are in progress. Release date: Suddenly!
- Helge -