Active Topics

 



Notices


Reply
Thread Tools
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#11
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).
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#12
Whats the best gps software please? (with voice nav)
 
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#13
Originally Posted by peterleinchen View Post
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's Avatar
Posts: 412 | Thanked: 480 times | Joined on Feb 2011 @ Bronx, NY
#14
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
 
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#15
Mappero does routing, but must be online (it uses google).
 
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#16
Originally Posted by sup View Post
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's Avatar
Posts: 412 | Thanked: 480 times | Joined on Feb 2011 @ Bronx, NY
#17
Originally Posted by sup View Post
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
 
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#18
Originally Posted by Mike Fila View Post
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.
 
Posts: 25 | Thanked: 5 times | Joined on Jul 2010
#19
Originally Posted by sup View Post
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?
 

The Following User Says Thank You to jaromrax For This Useful Post:
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#20
Originally Posted by jaromrax View Post
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:-).
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:53.