osmupdateropen street map update for tangogps. it update your file stored on /home/root/Maps
|
Rating: 2 Rate:
Known dependencies
|
||||||||||||
|
CommentsFradeve wrote: (2009-01-10 12:17:23)
Python-elementary is missing ;(
http://lists.openmoko.org/pipermail/community/2009-January/039475.html Risto H. Kurppa wrote: (2009-01-10 22:04:18)
Something wrong in the install command:
opkg install http://shr.bearstech.com/shr-testing/ipk/armv4t/ http://www.opkg.org/packages/osmupdater_0.3_any.ipk - what's the SHR address doing there..? Elias wrote: (2009-01-11 10:57:35)
Hi!
What's the license of the program? kimaidou wrote: (2009-01-12 10:34:50)
Hi
Thanks for this usefull tool. could you please add a config file where we can change the path to the Maps folder ? Fradeve wrote: (2009-02-20 16:38:13)
root@om-gta02:~# osmupdater.sh
searching files for update found: 38293 files to chk rm: cannot remove \'/tmp/osm.png\': No such file or directory cat: can\'t open \'/tmp/OSMupdate_state\': No such file or directory sh: OSMupdate: unknown operand no command to run How to solve this? Kieran wrote: (2009-03-03 11:46:45)
Collected errors:
* Failed to download http://shr.bearstech.com/shr-testing/ipk/armv4t/python-elementary_0.1.0+svnr325-r0.1_armv4t.ipk, error 404 Is anything working on this site? Risto H. Kurppa wrote: (2009-03-08 15:03:01)
See http://lists.openmoko.org/pipermail/community/2009-March/043555.html -the package format is broken..
Bert wrote: (2009-04-14 14:09:27)
The package seems to be broken, could you please re-upload it ?
opkg install http://www.opkg.org/packages/osmupdater_0.4_any.ipk Downloading http://www.opkg.org/packages/osmupdater_0.4_any.ipk Collected errors: * Cannot find package http://www.opkg.org/packages/osmupdater_0.4_any.ipk. Jenssss wrote: (2009-05-09 16:39:23)
Quix0r wrote: (2009-07-20 00:51:55)
When will this be fixed?
gilbert2048 wrote: (2009-10-21 17:48:08)
If having trouble with python-elementary try using this instead:
opkg install http://shr.bearstech.com/shr-testing/ipk/armv4t/python-elementary_0.1+svnr40284-ml0_armv4t.ipk Laura wrote: (2009-11-11 22:10:41)
Fradeve, if you're still having the problem (or if anyone else is), change the contents of the file /tmp/OSMupdate_state to "OSMupdate"
echo "OSMupdate" > /tmp/OSMupdate_state be warned, if you do this via gprs, it will take quite a while, because it compares each file, one by one, which means that even if it doesn't update the file, it's transferring all of the data, so the fact that it only updates the different tiles is a bit misleading. Seems like getting a directory listing from the server and then doing all of the comparisons off-line would be more efficient. An MD5 sum seems a bit overkill... the file date should be enough. Miloss wrote: (2009-11-17 21:26:54)
I suggest replacing "expr" (external program) with "let" (shell builtin)
let "count += 1" let "fileTest += 1" The improvement in time taken is huge
|








