maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Maemo Mapper v1.4 for 770/N800 (https://talk.maemo.org/showthread.php?t=4691)

cjackiewicz 2007-02-20 20:29

Re: Maemo Mapper v1.4 for 770/N800
 
In xterm on n800/n770, on host computer - linux or windows, it doesn't matter. Just remember - version 3 sqlite not 2.

tdmajic 2007-02-21 00:43

Re: Maemo Mapper v1.4 for 770/N800
 
hello, i just dn ld da new mm & when i try install sqlite3 it says it's not compatible. any ideas? also when ever try to add to the app. catalogue my package list won't refresh. thanks for help

howardcb 2007-02-22 01:41

Re: Maemo Mapper v1.4 for 770/N800
 
Maemomapper 1.4 installed fine (along with flite), and it has worked great. However, it suddenly started having trouble starting - the screen says maemomapper loading, but the program never starts. It usually starts the next time. It also can no longer download google maps; instead it gets a URL error. It works OK with VE maps. (I downloaded the map repositories using the download option in maemomapper.)

I'm using it with a Holux GPSlim 240 on a N800.

Any ideas? I haven't added any additional software.

Howard

revwillie 2007-02-22 05:31

Re: Maemo Mapper v1.4 for 770/N800
 
Quote:

Originally Posted by tdmajic (Post 35779)
hello, i just dn ld da new mm & when i try install sqlite3 it says it's not compatible. any ideas? also when ever try to add to the app. catalogue my package list won't refresh. thanks for help

I was in the same boat. This page has the libsqlite3 you need

Quote:

Originally Posted by howardcb (Post 35912)
It also can no longer download google maps; instead it gets a URL error. It works OK with VE maps. (I downloaded the map repositories using the download option in maemomapper.)

Same here.

heikkri 2007-02-22 11:46

Re: Maemo Mapper v1.4 for 770/N800
 
N800, mapper v1.4, cannot get icons working for POIs.
32x32 jpeg, paths and names set as told earlier in this thread.
Has somebody got own icons working ?? If yes, please tell...

TheMax 2007-02-22 13:19

Re: Maemo Mapper v1.4 for 770/N800
 
Quote:

Originally Posted by heikkri (Post 35950)
N800, mapper v1.4, cannot get icons working for POIs.
32x32 jpeg, paths and names set as told earlier in this thread.
Has somebody got own icons working ?? If yes, please tell...

Icons for POIs in v1.4 don't work anymore (changes from sqlite0 to sqlite3).
If you have your own scratchbox and you can build your own maemo-mapper you can fix it in the source maemo-mapper.c.

Change ...
gchar *poi_label = g_utf8_strdown(sqlite3_column_text(
_stmt_select_poi, 2), -1);
gchar *cat_label = g_utf8_strdown(sqlite3_column_text(
_stmt_select_poi, 5), -1);
to ...
gchar *poi_label = g_utf8_strdown(sqlite3_column_text(
_stmt_select_poi, 3), -1);
gchar *cat_label = g_utf8_strdown(sqlite3_column_text(
_stmt_select_poi, 6), -1);

ilia 2007-02-22 21:35

Re: Maemo Mapper v1.4 for 770/N800
 
Quote:

Originally Posted by TA-t3 (Post 35656)
If Enable GPS is on (or set to "on" from "off") it could search, and if it fails, ask e.g. "continue search or quit?" and if the latter it wouldn't search anymore. Enable GPS would still be in its "on" setting so that whenever maemo mapper is started with the GPS at hand it will use it - otherwise not (without having to use the menues).
Not a matter of life or death, obviously, but it would be convenient.:D

I second this request.

Another feature request. Add a way to make a specific repository the default one. Currently the first one in the list is the default one.

ilia 2007-02-22 21:43

Re: Maemo Mapper v1.4 for 770/N800
 
I'm getting some messages on STDERR. I'm using 3.2006.49-2. My GPS works fine. The GPS is a Holux GPSlim 236.

channel_cb_input: Bad checksum in NMEA sentence:
$GPVTG,344.92,T,,M,0.00,N,0$GPGGA,214111.000,4346. 3274,N,07924.0842,W,1,10,0.9,173.8,M,-35.2,M,,0000*65
channel_cb_input: Bad checksum in NMEA sentence:
$GPVTG,344.92,T,,M,0.00,N,0$GPGGA,214116.000,4346. 3276,N,07924.0842,W,1,10,0.9,174.8,M,-35.2,M,,0000*67

ilia 2007-02-22 21:45

Re: Maemo Mapper v1.4 for 770/N800
 
I'm also seeing a bit fat 0 (zero) digit in the top-left corner of the map when i hit Auto-Center (the enter key on the d-pad).

The digit changes to 7 (seven) randomly. This appears to happen while connected to the GPS receiver. the GPS receiver is located 8 metres or so away through a wall. Could that be why?

cjackiewicz 2007-02-22 22:09

Re: Maemo Mapper v1.4 for 770/N800
 
Quote:

Originally Posted by ilia (Post 36032)
I'm also seeing a bit fat 0 (zero) digit in the top-left corner of the map when i hit Auto-Center (the enter key on the d-pad).

The digit changes to 7 (seven) randomly. This appears to happen while connected to the GPS receiver. the GPS receiver is located 8 metres or so away through a wall. Could that be why?

Speedwarner. Menu Settings/Misc2, uncheck "Speed limit"

--
Cezary


All times are GMT. The time now is 21:58.

vBulletin® Version 3.8.8