Yaouh!

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Bug)
(+cat)
 
(6 intermediate revisions by one user not shown)
Line 5: Line 5:
 
==Installation==
 
==Installation==
  
  opkg install http://minucci.net/file/opkg/yaouh_0.5_all.opk
+
  opkg install http://minucci.net/file/opkg/yaouh_0.5.1.4_all.opk
  
 
Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:
 
Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:
Line 20: Line 20:
  
 
*yaouh updates some maps (osmarender, google) also if there aren't a newer version. ''this happen because google check for spider, yaouh is like a spider''
 
*yaouh updates some maps (osmarender, google) also if there aren't a newer version. ''this happen because google check for spider, yaouh is like a spider''
 
*don't work on SHR, use this command for fix
 
 
wget "http://projects.openmoko.org/plugins/scmsvn/viewcvs.php/*checkout*/usr/bin/yaouh.py?content-type=text%2Fplain&rev=15&root=yaouh" -O /usr/bin/yaouh.py
 
 
 
 
It seems that by default, TangoGPS does not insert the OSM url in the gconf file and so Yaouh! does not find any repository (list is empty). In order to fix that I replaced the bloc :
 
 
<nowiki>
 
  <entry name="repo_name" mtime="1234965934" type="string">                       
 
      <stringvalue>OSM</stringvalue>
 
  </entry>
 
</nowiki>
 
 
with the following :
 
 
<nowiki>
 
  <entry name="repo_name" mtime="1234965934" type="string">                       
 
      <stringvalue>OSM|http://tile.openstreetmap.org/%d/%d/%d.png|/home/root/Maps/OSM|0</stringvalue>
 
  </entry>
 
</nowiki>
 
 
in the file ''~/.gconf/apps/tangogps/%gconf.xml'', however TangoGPS seems to overload this value each time it closes !
 
  
 
==Screenshot==
 
==Screenshot==
  
[[Image:Db80f7229108115bb0148f3ba6392357.png]]
+
[[Image:Ac6f5c8808f7638921cb1b66abbde115.png]]
  
 +
==Old Version==
 +
You can found old version of this packages at http://projects.openmoko.org/frs/?group_id=250
  
 
----
 
----
Line 54: Line 32:
  
 
[[Category: Utility Applications]]
 
[[Category: Utility Applications]]
 +
[[Category:GPS Applications]]

Latest revision as of 12:36, 19 July 2009

Contents

[edit] Introduction

Yaouh! (Yet Another Osm Updater H) is an utility for update maps of TangoGPS. It checks the md5 of remote file and of local file, if is different update the file. It reads the TangoGPS config file for know where is store the file of the maps. Now is more speed and check the free space on the disk.

[edit] Installation

opkg install http://minucci.net/file/opkg/yaouh_0.5.1.4_all.opk

Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:

cd /etc/opkg
wget http://minucci.net/file/gecco-feed.conf

and then:

opkg update
opkg install yaouh

[edit] Bug

  • yaouh updates some maps (osmarender, google) also if there aren't a newer version. this happen because google check for spider, yaouh is like a spider

[edit] Screenshot

Ac6f5c8808f7638921cb1b66abbde115.png

[edit] Old Version

You can found old version of this packages at http://projects.openmoko.org/frs/?group_id=250


Visit http://minucci.net/openmoko.php

Personal tools

Introduction

Yaouh! (Yet Another Osm Updater H) is an utility for update maps of TangoGPS. It checks the md5 of remote file and of local file, if is different update the file. It reads the TangoGPS config file for know where is store the file of the maps. Now is more speed and check the free space on the disk.

Installation

opkg install http://minucci.net/file/opkg/yaouh_0.5_all.opk

Or you can use repository http://minucci.net/file/opkg/ . For add repository follow this command:

cd /etc/opkg
wget http://minucci.net/file/gecco-feed.conf

and then:

opkg update
opkg install yaouh

Bug

  • yaouh updates some maps (osmarender, google) also if there aren't a newer version. this happen because google check for spider, yaouh is like a spider
  • don't work on SHR, use this command for fix
wget "http://projects.openmoko.org/plugins/scmsvn/viewcvs.php/*checkout*/usr/bin/yaouh.py?content-type=text%2Fplain&rev=15&root=yaouh" -O /usr/bin/yaouh.py


It seems that by default, TangoGPS does not insert the OSM url in the gconf file and so Yaouh! does not find any repository (list is empty). In order to fix that I replaced the bloc :

<entry name="repo_name" mtime="1234965934" type="string"> <stringvalue>OSM</stringvalue> </entry>

with the following :

<entry name="repo_name" mtime="1234965934" type="string"> <stringvalue>OSM|http://tile.openstreetmap.org/%d/%d/%d.png|/home/root/Maps/OSM|0</stringvalue> </entry>

in the file ~/.gconf/apps/tangogps/%gconf.xml, however TangoGPS seems to overload this value each time it closes !

Screenshot

Db80f7229108115bb0148f3ba6392357.png



Visit http://minucci.net/openmoko.php