Active Topics

 

Showing results 1 to 25 of 33 @ 0.01 seconds. Search: Posts Made By: nutter
Forum: Applications 2008-03-10, 15:45
Replies: 6
Views: 4,952
Posted By nutter
Re: Using Map's navigation on n810-- some first impressions

I have been using other GPS devices, and navi softwares such as IGO, destinator, and Mio GPS besides MM.

I found in navigation aspect, MM can't compete with those, which can calculate the route in...
Forum: Applications 2008-02-26, 03:14
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

That's basically what I did. I never download maps using N800 actually, all my map tiles downloading, poi...are managed on PC. But even that, MM2.x can not be comparable with MM1.4 in the speed.

I...
Forum: Applications 2008-02-25, 16:27
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

That's probably one of the issue panning is slow. Even you downloading couple of tiles, it does a sync, which I really don't like.

Another thing MM2.x does a rotation calculation(even it doesn't...
Forum: Applications 2008-02-25, 16:13
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

Well, this is the source code:

in MM2.x(display.c)

if(++_curr_download == _num_downloads)
{
#ifndef MAPDB_SQLITE
if(_curr_repo->db)
gdbm_sync(_curr_repo->db);...
Forum: Applications 2008-02-25, 15:49
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

It's in the MM2.x application code. The old gdbm always sync the data with disk no matter how small change it is. The gdbm 1.8.3 seems to give user some choice and provides a sync command(basically...
Forum: Applications 2008-02-24, 02:45
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

I just have the new mod version of MM1.4 done.

1. "Temporarily" fixed the hardware zoom key issue syzygy asked, now you can config MM1.4 zoom key to any keys. It's indeed an original MM1.4.7 bug....
Forum: Applications 2008-02-22, 20:21
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

LOL, that's right. I see John has little interest in touching MM1.4 again.

My Mod is basically to bring MM1.4 back to "modernization" to be useful . MM2.2 is just not for me, it's slow and keeps...
Forum: Applications 2008-02-22, 19:59
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

I checked some resources, TA-t3 is right about the flash card features. Operating system can support wear levelling, also SD controller supports it as well. But not all SD card support that, many...
Forum: Applications 2008-02-21, 19:49
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

My understanding is that it needs operating system support, although I am not very sure. If it's up to the card controller support, then that's something even we can't know, since none of the...
Forum: Applications 2008-02-21, 16:33
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

What I dislike most is the GDBM header, it contains all the important information and locates in just one allocation unit. So each tile update it needs to write to the header once, you have 50k...
Forum: Applications 2008-02-21, 16:08
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

That's what I mean, the number of writing, but has to be to the same location.

The GDBM uses default allocation unit size as the hash table(bucket) size, normally it's 32k on a SDHC card.

Each...
Forum: Applications 2008-02-21, 15:24
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

Well, the crash of mapsin1 maybe caused by gdbm routine which keeps allocates/release memory(in number of 10s of thousands of times), or fetch a corrupted tile, Windows runtime is notorious weak in...
Forum: Applications 2008-02-21, 04:36
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

Hi, I am really happy to hear that works on os2008, actually I never tested them on os2008 since I don't have it. Although I compiled them from the same source, only tested them on os2007. Anyway...
Forum: Applications 2008-02-20, 01:10
Replies: 39
Views: 13,881
Posted By nutter
Re: Maemo Mapper Mod - the new map file format

It's optimized for 32k allocation unit for the best speed and balanced waste space. The purpose I did that is I am still using MM1.4, and it consumes quite astonishing disk space. MM2.2 is slow...
Forum: Applications 2008-02-18, 20:10
Replies: 39
Views: 13,881
Posted By nutter
Maemo Mapper Mod - the new map file format

Not quite happy with neither MM1.x nor MM2.x map repository format, I decided to write my own one. It went on and off for more than a month, now it's basically done. BTW I ported MM1.4.7 to os2008...
Forum: Applications 2008-02-18, 20:04
Replies: 18
Views: 17,488
Posted By nutter
Re: Maemo Mapper Windows PC toolset

I've done the MapsIn1 utility, which converts the Maemo Mapper 1.4x or MM2.2x map repository into the new map format.

MapsIn1 is a PC Windows software utility that converts Maemo Mapper(MM) 1.xx...
Forum: Applications 2008-02-17, 18:22
Replies: 18
Views: 17,488
Posted By nutter
Re: Maemo Mapper Windows PC toolset

There is a 4 level difference between the two map formats. In MM2.x level 6 corresponds to level 2 in MM1.x, so you need to have map tiles in MM1.x repository of level 2 and under to have them shown...
Forum: Applications 2008-02-08, 20:28
Replies: 3
Views: 2,378
Posted By nutter
Re: winmapper

Winmapper stores the map tiles in MM1.x format, which is not compatible with MM2.x that you're using.

I've done a tool that can convert it into MM2.x gdbm database. You can use that:
...
Forum: Applications 2008-01-21, 15:45
Replies: 280
Views: 97,987
Posted By nutter
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008

I am developing a new map file system for MM2.x right now, and want to plug it into MM2.2 to see any improvement.

I still like MM1.x file system, which is a lot faster. The draw back is the size...
Forum: Applications 2008-01-17, 02:25
Replies: 18
Views: 17,488
Posted By nutter
Re: Maemo Mapper Windows PC toolset

Carefully check your config file path, if there is space in it, you may need to quote it, like

d:\maps\"google street"\map.cfg

Besides, it only supports Ascii coded path, not multi byte...
Forum: Applications 2008-01-16, 17:23
Replies: 18
Views: 17,488
Posted By nutter
Re: Maemo Mapper Windows PC toolset

Well, Windows actually.

Open a command line window in XP, NT, 9X, whatever.
Forum: Applications 2008-01-16, 04:07
Replies: 280
Views: 97,987
Posted By nutter
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008

If you never delete any map tile in db, then there is no gap, just the nature of gdbm, which becomes slower when the db grows too big.

If you used to delete the maps within it. Then you need to...
Forum: Applications 2008-01-16, 04:01
Replies: 280
Views: 97,987
Posted By nutter
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008

gnuite, thanks for clarification.

I am really not a linux/unix guy, in real life I am doing the real-time sw to make a living, plus windows as the side dish. Our company doesn't allow to deploy...
Forum: Applications 2008-01-15, 18:17
Replies: 280
Views: 97,987
Posted By nutter
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008

MM2 is really slow compared with MM1, but it's doing the real time download and display, so we can't blame it too much. It's a challenging job and no GPS device can do it today. From the source code...
Forum: Applications 2008-01-15, 16:58
Replies: 18
Views: 17,488
Posted By nutter
Re: Maemo Mapper Windows PC toolset

You can use the winmapper to download all level maps automatically, both winmapper and iemapper use the same directory structure, so you can point to the same file place for the 2 applications. The...
Showing results 1 to 25 of 33



 
Forum Jump

All times are GMT. The time now is 06:57.