Notices


Reply
Thread Tools
Posts: 19 | Thanked: 9 times | Joined on Jan 2008
#211
Would it at all be possible to reverse-engineer the map tiles and route from either of the following Java MIDP apps:

- Amazegps.com
- Nav4All.com

Both of them provide accurate map tiles and routes for South Africa. Google does not. They work FANTASTICALLY well on my cellphone. Maemo mapper can't route me at all because Google doesn't have decent maps or any routing at all for South Africa

Or does anyone know any way to get routing for South Africa into Maemo mapper?

Thanks!
 
Posts: 103 | Thanked: 10 times | Joined on Feb 2007
#212
Originally Posted by j800 View Post
*Install new libgps16
**Get http://packages.debian.org/sid/libgps16/armel/download
**
UGGH... I haven't used mapper for a couple of months, but we are planning a road trip next week. I innocently upgraded to MM 2.3.1 on my os2007he 770, and of course, the BT GPS won't connect. I'm glad you guys found a fix, but I couldn't get past step 1.

That url above contains no package to download. I searched the debian package repository for libgps16 and libgps and got no hits. If anyone has a suggestion that might save me a few hours of searching, I'd really appreciate it.

Also, it looks like the complete and total fix for this problem is spread out over several posts in this thread. I'd be happy to quote the posts all in one reply or compile the whole list of steps if someone could just tell me which post numbers are the relevant ones. There are fixes for os2008 on the n810 and n800 scattered through the thread as well adding even more confusion.

On a positive note, MM 2.3.1 seems to perform quite well. I'm not bothering with rotating, but the panning is great. I also really appreciate map db compaction.
 
Posts: 103 | Thanked: 10 times | Joined on Feb 2007
#213
Thanks j800. I figured out what was wrong. Some packages have been updated, so I updated your steps:

Here's the process I followed:
*Install new libgps17
**Get http://packages.debian.org/sid/libgps17/armel/download
**mkdir tmp1
**dpkg --extract libgps17* tmp1
*Install new gpsd
**Get http://packages.debian.org/sid/gpsd/armel/download
**mkdir tmp2
**dpkg --extract gpsd_2* tmp2
*Copy new files into place
**cp tmp2/usr/sbin/gpsd /usr/sbin
**cp tmp1/usr/lib/* /usr/lib
*Tweak libs
**cd /usr/lib
**ln -s libdbus-1.so.2.0.0 libdbus-1.so.3

So then, as described in another post:

edit /etc/bluetooth/rfcomm.conf using your mac address and BT reciever's name:
#
# RFCOMM configuration file.
#

rfcomm0 {
# Automatically bind the device at startup
bind yes;

# Bluetooth address of the device
device 00:00:00:00:00:00;

# RFCOMM channel for the connection
channel 1;

# Description of the connection
comment "btG-7000";
}
power cycle to test the rfcomm's ability to bind on startup

at root prompt, "rfcomm" should report the receiver's data

in MM, open the settings dialog and choose the 'file path' option with "/dev/rfcomm0" as the path

then enable GPS.

Last edited by revwillie; 2008-02-23 at 04:13.
 

The Following User Says Thank You to revwillie For This Useful Post:
Posts: 46 | Thanked: 6 times | Joined on Oct 2007 @ Tokyo
#214
Hello all

I have two question :

1) Can I change my POI database on the fly? Say, another application will add/remove some POI and m-mapper will update them automatically?

2) Is there a way to simulate a external GPS position so that m-mapper will automatically center on some place?

thanks to whoever can answer that!
 
Posts: 10 | Thanked: 0 times | Joined on May 2007
#215
Thanks gnuite for great program

Is there any way to make map db with windows pc and if is how can I make working mm db?

t24
2) Press and hold the place you want to add and then select touch point -> set as a gps location or something (I have a finnish translation).
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#216
Originally Posted by t24 View Post
Hello all

I have two question :

1) Can I change my POI database on the fly? Say, another application will add/remove some POI and m-mapper will update them automatically?
Sort of. You can make changes to the POI database without corrupting Maemo Mapper, but the image is not automatically refreshed, so you'll need to force a redraw in order to see visual POI changes. The easiest way to force a refresh is to zoom in or out.

Originally Posted by t24 View Post
2) Is there a way to simulate a external GPS position so that m-mapper will automatically center on some place?
Not sure exactly what you mean, but if you just want to center the view on a certain location, you can use the "Go to" sub-menu of the "View" menu.

If you really want to simulate GPS, you can use the command-line program "gpsfake", which is part of gpsd. This isn't trivial.

Or, if you want to "simulate" having a "current location" in Maemo Mapper, so that you can use things like routing to a location from your "current location," then you can tap-and-hold on a location on the screen and use the "Set as GPS Location" menu item, in the "Tap Point" sub-menu.
 

The Following User Says Thank You to gnuite For This Useful Post:
Posts: 46 | Thanked: 6 times | Joined on Oct 2007 @ Tokyo
#217
Originally Posted by gnuite View Post
If you really want to simulate GPS, you can use the command-line program "gpsfake", which is part of gpsd. This isn't trivial.

Or, if you want to "simulate" having a "current location" in Maemo Mapper, so that you can use things like routing to a location from your "current location," then you can tap-and-hold on a location on the screen and use the "Set as GPS Location" menu item, in the "Tap Point" sub-menu.
Thanks a lot ! I'll see what I can do with gpsfake, then .

Also, is there a way to change the "current location" that is stored in a file somewhere (when gps is off)? Then m-mapper will open up wherever I decide.
 

The Following User Says Thank You to t24 For This Useful Post:
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#218
Originally Posted by t24 View Post
Thanks a lot ! I'll see what I can do with gpsfake, then .

Also, is there a way to change the "current location" that is stored in a file somewhere (when gps is off)? Then m-mapper will open up wherever I decide.
Maemo Mapper saves your current view location, regardless of what your GPS location is. If you want to tell Maemo Mapper the location on which it should center its view, there are two ways to do it.
  1. Set gconf settings prior to starting Maemo Mapper. The relevant gconf settings are as follows:
    • /apps/maemo/maemo-mapper/center_latitude
    • /apps/maemo/maemo-mapper/center_longitude
    • /apps/maemo/maemo-mapper/center_angle
    • /apps/maemo/maemo-mapper/zoom
  2. While Maemo Mapper is running, use Maemo Mapper's DBUS interface:
    • Service: com.gnuite.maemo_mapper
    • Path: /com/gnuite/maemo_mapper
    • Interface: com.gnuite.maemo_mapper
    • Method: set_view_center
    The arguments to the set_view_center method are all optional:
    1. gdouble new_lat;
    2. gdouble new_lon;
    3. gint new_zoom;
    4. gdouble new_viewing_angle;
    The details of Maemo Mapper's DBUS interface are in the dbus-ifc.h header file, available in the Subversion repository.
 
bluesubaru's Avatar
Posts: 197 | Thanked: 39 times | Joined on Jan 2008 @ Long Island
#219
Mapper problem:

when I go into menu route/download the app freezes if it is the 2nd time I have done a download in the current session. Same if I "download route" from a screen tap.

running 2.3.1 on OS2008 on N800

update: a reboot seems to have fixed it.
__________________
Paul <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Linux newbie with a N810 OS2008 >>>>>>>>>>>>>>>>>> Art is the lie that shows us the Truth
Don't let a suitcase full of cheese be your big fork & spoon

Last edited by bluesubaru; 2008-02-10 at 04:57.
 
Posts: 529 | Thanked: 46 times | Joined on Sep 2007
#220
Originally Posted by rone View Post
This worked for me. I am now running maemo-mapper 2.3 on my 770 with 2007he. The one thing I found was that libgps16 has been replaced with libgps17 so the above download link does not work anymore. I had to find the updated package on the site. I downloaded it from here http://packages.debian.org/sid/armel/libgps17/download I used one of the ftp links because firefox just opened the file in a browser window when I clicked the www USA links.
Sorry guys, but libgps17 is not installable under OS2007HE
Incompatible application package.

said Application manager

Just test the above link.

Darius
 
Reply

Thread Tools

 
Forum Jump


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