maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   How to download large maps with high resolution with mappero (https://talk.maemo.org/showthread.php?t=74415)

sup 2011-11-29 22:52

Re: How to download large maps with high resolution with mappero
 
Hm, I do not know. It does not download from google (mappero does), it cannot download based on gps coordinates (ie.e from 42° to 56° or something) and the interface is not as powerful (even though zooming with volume keys is nice, I miss that in mappero).

vir3us 2011-11-29 23:56

Re: How to download large maps with high resolution with mappero
 
Whats the best gps software please? (with voice nav)

sup 2011-11-30 00:45

Re: How to download large maps with high resolution with mappero
 
Quote:

Originally Posted by peterleinchen (Post 1044210)
Oh man!

Why didn't You start this thread a few days earlier? :)

I fiddled around with that since last week and came to almost the same solution (on my own after long long heavy trials).

Here are some remarks:
I started also with ext3,then ext2 bs=4096, then 2048
but this was not ideal
du told me 4GB used and du --apparent-size said 2.5GB, so still 1.5GB lost
then I decided to use FAT (.maps is originally n a FAT drive and we do not need any rights) using a block size of 512
now du says 2.6G and du --apparent-size says 2.7G, so almost nothing lost

I had heavy problems with dd. My device always rebooted when making such heavy file transactions. Do not know why, but found using truncate helped me out (but still I had sudden reboots).

Yes, FAT does not support sparse files, a shame, right?

For the automatic start, this is absolutely perfect.
At first I also wanted to use rcS-late.
But I started using start on MOUNTS_OK, but this was triggered three times.
then switched to ke-recv, but also herein we do need some time delay, see
Code:

description "An upstart event file for Crash Reporter"
author "Eero Tamminen"

start on started ke-recv
stop on starting shutdown

pre-start script

# mmc(s) should be mounted after ke-recv has started, but currently
# started notification seems to be emitted before it's actually ready.
# this is a temporary workaround, we should fix this in ke-recv or c-r
# properly.

#        sleep 4
        sleep 30
end script

So, these are my 2 cents.

But nevertheless, thank You. ;)

I read your message properly only today as I was travelling already when you posted it:-).

Dow did you mount a vfat file so that mappero could write on it?
I am trying to mess up with uid and guid options but I think N900's mount does not understand them:-(.

Mike Fila 2011-11-30 01:10

Re: How to download large maps with high resolution with mappero
 
if i understand correctly this will just give you access to the maps but without routing ...i have never used it but but marble uses monav i believe which will also give access to offline routing as well as offline maps

sup 2011-11-30 01:11

Re: How to download large maps with high resolution with mappero
 
Mappero does routing, but must be online (it uses google).

sup 2011-11-30 01:19

Re: How to download large maps with high resolution with mappero
 
Quote:

Originally Posted by sup (Post 1130812)
I read your message properly only today as I was travelling already when you posted it:-).

Dow did you mount a vfat file so that mappero could write on it?
I am trying to mess up with uid and guid options but I think N900's mount does not understand them:-(.

Oh forget it. One must get mout command from elsewhere. I am updating the head post.

Mike Fila 2011-11-30 02:11

Re: How to download large maps with high resolution with mappero
 
Quote:

Originally Posted by sup (Post 1130817)
Mappero does routing, but must be online (it uses google).

lol i know that i use it all the time ..the point was not to have to use any data roaming at all

sup 2011-11-30 09:06

Re: How to download large maps with high resolution with mappero
 
Quote:

Originally Posted by Mike Fila (Post 1130831)
lol i know that i use it all the time ..the point was not to have to use any data roaming at all

Well, afaik you need to be online just for route creation (so you could make that at home or an internet cafe with wifi or so) and then it can be offline.

jaromrax 2011-11-30 15:31

Re: How to download large maps with high resolution with mappero
 
Quote:

Originally Posted by sup (Post 1040580)
First create a file
Code:

touch .mappero_image
Then make it 4GB large (it is small enough to fit on FAT32)
Code:

dd if=/dev/zero of=.mappero_disk bs=1024 count=4190208

Hi, just a small question - why do you touch mappero_image and then fill in a mappero_disk?

sup 2011-11-30 16:12

Re: How to download large maps with high resolution with mappero
 
Quote:

Originally Posted by jaromrax (Post 1131140)
Hi, just a small question - why do you touch mappero_image and then fill in a mappero_disk?

Because it is a mistake, thanks, will correct:-).


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

vBulletin® Version 3.8.8