Author Topic: Zroadmap  (Read 107123 times)

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #60 on: April 29, 2006, 02:27:26 pm »
Quote
I don't play with my Zaurus much anymore, but I needed a newer version of zroadmap. I compiled roadmap-1.0.12 and hacked together a new ipk using zroadmap-1.0-2 one. Please try if it works.

Thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125082\"][{POST_SNAPBACK}][/a][/div]


hey thanks man!  before i try it i just want to know if it worked on your zaurus.
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #61 on: May 28, 2006, 05:56:21 pm »
Hey lucho, you still around?  I reflashed back to the sharp rom and thought that I might as well try your roadmap package.  I installed it, got my gps card up and working, and then attempted to run zroadmap.  I get the following errors if I launch it in the console and no roadmap windows appear on screen:
Code: [Select]
bash-2.05$ roadmap

SlSharedManager: can't get proc entry

Display size = 480x640

s** roadmap_config.c, line 620: found no 'schema' config file, check RoadMap installation

s## roadmap_locator.c, line 118: cannot open directory database (usdir)

   Call stack:

         roadmap_screen_refresh

            roadmap_screen_repaint

bash-2.05$              

Any help is apriciated.

Oh, by the way.  Does this new version use work with the new maps from the roadmap website?  I know that the older zroadmap version that I used needed some older maps.
Thanks!
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
Zroadmap
« Reply #62 on: May 29, 2006, 06:31:57 am »
Quote
I don't play with my Zaurus much anymore, but I needed a newer version of zroadmap. I compiled roadmap-1.0.12 and hacked together a new ipk using zroadmap-1.0-2 one. Please try if it works.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125082\"][{POST_SNAPBACK}][/a][/div]

It's not showing up in the GUI installation in the sharp rom. So not working for me.
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #63 on: May 30, 2006, 07:53:38 pm »
Quote
Quote
I don't play with my Zaurus much anymore, but I needed a newer version of zroadmap. I compiled roadmap-1.0.12 and hacked together a new ipk using zroadmap-1.0-2 one. Please try if it works.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=125082\"][{POST_SNAPBACK}][/a][/div]

It's not showing up in the GUI installation in the sharp rom. So not working for me.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128754\"][{POST_SNAPBACK}][/a][/div]

You can install it drom the command line like this:
Code: [Select]
ipkg install zroadmap_1.0.12_1_arm.ipk

I do get this error, even though it seems to be installed:
Code: [Select]
ipkg install zroadmap_1.0.12_1_arm.ipk

Unpacking zroadmap...Done.

Configuring zroadmap...[: zroadmap: unknown operand

Done.

bash-2.05#    

It may work, when I run it from the comand line it just complains about not finding the map files or the "schema" config file.  If I can figure out where these files should go then it may work.  I'll post back about any updates.
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #64 on: May 30, 2006, 10:42:31 pm »
Ok, I got this package working!  Here are the steps:
1 - Install the package listed on the previous page from the command line by typing
Code: [Select]
ipkg install zroadmap_1.0.12_1_arm.ipk.
2 - copy everything in /opt/QtPalmtop/share/roadmap/ to /home/zaurus/.roadmap/
Code: [Select]
mkdir /home/zaurus/.roadmap
cp -R /opt/QtPalmtop/share/roadmap/* /home/zaurus/.roadmap/
3 - download the new maps here: http://roadmap.digitalomaha.net/maps.html and place them in /usr/local/share/roadmap.  Or just put them wherever you like and make a symlink to the right place.  Also, look in /opt/QtPalmtop/share/roadmap/preferences for other possible map locations.
4 - uncompress the maps "tar xzvf [map_file_name]".
5 - launch roadmap!
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Zroadmap
« Reply #65 on: June 01, 2006, 03:23:14 pm »
xamindar,

I followed your directions because I had an old version of zroadmap on my C1000 and wanted to use the one with the newer maps,  but it doesn't seem to recognize the newer maps.
Zroadmap launches but has a little yellow box in the screen which says "No map available"  I placed the maps in the locations you said and I know it's "looking" there because when I removed usdir.rdm it would not even start up.

I'm using the North Carolina maps downloaded from from http://roadmap.digitalomaha.net/maps.html

Help....

Quote
Ok, I got this package working!  Here are the steps:
1 - Install the package listed on the previous page from the command line by typing
Code: [Select]
ipkg install zroadmap_1.0.12_1_arm.ipk.
2 - copy everything in /opt/QtPalmtop/share/roadmap/ to /home/zaurus/.roadmap/
Code: [Select]
mkdir /home/zaurus/.roadmap
cp -R /opt/QtPalmtop/share/roadmap/* /home/zaurus/.roadmap/
3 - download the new maps here: http://roadmap.digitalomaha.net/maps.html and place them in /usr/local/share/roadmap.  Or just put them wherever you like and make a symlink to the right place.  Also, look in /opt/QtPalmtop/share/roadmap/preferences for other possible map locations.
4 - uncompress the maps "tar xzvf [map_file_name]".
5 - launch roadmap!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129078\"][{POST_SNAPBACK}][/a][/div]
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #66 on: June 01, 2006, 03:45:02 pm »
hmm, does it spit anything out in the console when you run it from there?  I downloaded the maps from that location and the usdir.rdm as well ( map directory for RoadMap version 1.0.8 and later).  I'm using the california map only so far.  If I remove my maps and leave only the usdir.rdm I don't get a yellow box saying there are no maps, I just get a blank roadmap screen.

You uncompressed the maps right?  I don't know what it could be.

Also, try searching for your address in North Carolina with roadmap, it may just be trying to use a state that you don't have loaded.  That was the first thing I did when I ran it.
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Zroadmap
« Reply #67 on: June 01, 2006, 06:17:38 pm »
Yeah,  I uncompressed the files and I have the county .rdm and the usdir.rdm there.  Well,  actually I downloaded other counties and put them in there also...still same error...the application just closes when I try to find an address.  These are addresses I was able to find before with the older version.

Here's what it spits out at console - if anyone can give me a clue from it,  I'd appreciate it:

$ roadmap
SlSharedManager: can't get proc entry
Display size = 480x640
 == roadmap_gps.c, line 678: cannot access GPS source gpsd://localhost


Quote
hmm, does it spit anything out in the console when you run it from there?  I downloaded the maps from that location and the usdir.rdm as well ( map directory for RoadMap version 1.0.8 and later).  I'm using the california map only so far.  If I remove my maps and leave only the usdir.rdm I don't get a yellow box saying there are no maps, I just get a blank roadmap screen.

You uncompressed the maps right?  I don't know what it could be.

Also, try searching for your address in North Carolina with roadmap, it may just be trying to use a state that you don't have loaded.  That was the first thing I did when I ran it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129338\"][{POST_SNAPBACK}][/a][/div]
Code: [Select]
Code: [Select]
Quote
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #68 on: June 01, 2006, 07:35:46 pm »
Quote
SlSharedManager: can't get proc entry


hmm, I got that proc entry error along with the "found no 'schema' config file" when roadmap couldn't find my config files.  But that error went away.  I don't know what it means though, it doesn't seem like it would be related.

Can you post your preferences file and tell me where you are putting your maps?

Sorry I can not help much.  I actually got a lot of help getting this working from the mailing list http://roadmap.digitalomaha.net/list.html

You might want to try that.
« Last Edit: June 01, 2006, 07:39:31 pm by xamindar »
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

corky

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • http://mysite.verizon.net/corky8332/
Zroadmap
« Reply #69 on: June 02, 2006, 05:26:11 am »
Quote
hmm, does it spit anything out in the console when you run it from there?  I downloaded the maps from that location and the usdir.rdm as well ( map directory for RoadMap version 1.0.8 and later).  I'm using the california map only so far.  If I remove my maps and leave only the usdir.rdm I don't get a yellow box saying there are no maps, I just get a blank roadmap screen.

You uncompressed the maps right?  I don't know what it could be.

Also, try searching for your address in North Carolina with roadmap, it may just be trying to use a state that you don't have loaded.  That was the first thing I did when I ran it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129338\"][{POST_SNAPBACK}][/a][/div]

Did you start GPSD and did you uninstall the old version first  
SL5500 3.13 Rom
Lexar 256 CF (FAT)
PNY 256 SD (EXT2)
Ambicom CF modem
Sharp Serial cable
AIR Cable

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #70 on: June 02, 2006, 05:51:34 am »
Quote
Did you start GPSD and did you uninstall the old version first 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129428\"][{POST_SNAPBACK}][/a][/div]

He should still be able to start it up without gpsd running and search for his address.  It will just give a gpsd error in the console but still work just fine.  There must be something else wrong.
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

corky

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • http://mysite.verizon.net/corky8332/
Zroadmap
« Reply #71 on: June 02, 2006, 05:56:28 am »
Quote
Quote
Did you start GPSD and did you uninstall the old version first 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129428\"][{POST_SNAPBACK}][/a][/div]

He should still be able to start it up without gpsd running and search for his address.  It will just give a gpsd error in the console but still work just fine.  There must be something else wrong.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129432\"][{POST_SNAPBACK}][/a][/div]

I could not get it to run without gpsd running and isn't that what the message he got said.  
SL5500 3.13 Rom
Lexar 256 CF (FAT)
PNY 256 SD (EXT2)
Ambicom CF modem
Sharp Serial cable
AIR Cable

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Zroadmap
« Reply #72 on: June 02, 2006, 10:33:59 am »
Ah,  I did not uninstall GPSD and then reinstall it...I'll try that.
Thanks for the insights,  everyone.

Edit:  Wait a minite,  what IS GPSD?  I have RoadMapGPS.  Is that the same thing?  It seemed to uninstall when I uninstalled my old version of Roadmap and reinstalled when I installed the new Roadmap. RoadMapGPS seems to run fine...haven't tried it yet with my GPS but the program runs with no errors.

Quote
Quote
Quote
Did you start GPSD and did you uninstall the old version first 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129428\"][{POST_SNAPBACK}][/a][/div]

He should still be able to start it up without gpsd running and search for his address.  It will just give a gpsd error in the console but still work just fine.  There must be something else wrong.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129432\"][{POST_SNAPBACK}][/a][/div]

I could not get it to run without gpsd running and isn't that what the message he got said.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129435\"][{POST_SNAPBACK}][/a][/div]
« Last Edit: June 02, 2006, 10:39:55 am by tombraider »
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

xamindar

  • Hero Member
  • *****
  • Posts: 803
    • View Profile
    • http://www.radnimax.com
Zroadmap
« Reply #73 on: June 02, 2006, 01:54:16 pm »
Corky, roadmap DOES run without gpsd running.  I do it all the time to set up my waypoints before I hit the road.

RoadMapGPS just monitors the satalites that gpsd reports.  It will only show something if your gpsd it running.  The way I do it is I just start qpegps (the qpegps package comes with gpsd) which then starts my gpsd automaticaly.  Qpegps also has a really nice screen that shows the status of my gps with graphs and location info.  Then I load roadmap and tell it to start my trip.  Works every time.

Any more luck on the new roadmap tombraider.
SL-C3100 happily Dualbooting Japanese Rom 1.02 and Debian Eabi
Replaced internal CF with 8gb seagate cf hard drive
Ambicom CF GPS
CyberPower battery powered USB hub
D-link DCF-650W (MAN THIS THING IS HUGE!!)

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Zroadmap
« Reply #74 on: June 02, 2006, 02:01:58 pm »
Nah,  I wound up going back to my old install of zroadmap_1.0_2_arm.ipk  I sure would have liked to be able to use the newer 2004 maps,  oh, well.  


Quote
Corky, roadmap DOES run without gpsd running.  I do it all the time to set up my waypoints before I hit the road.

RoadMapGPS just monitors the satalites that gpsd reports.  It will only show something if your gpsd it running.  The way I do it is I just start qpegps (the qpegps package comes with gpsd) which then starts my gpsd automaticaly.  Qpegps also has a really nice screen that shows the status of my gps with graphs and location info.  Then I load roadmap and tell it to start my trip.  Works every time.

Any more luck on the new roadmap tombraider.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129491\"][{POST_SNAPBACK}][/a][/div]
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3