Maemo

View: New views
7 Messages — Rating Filter:   Alert me  

Maemo

by Bugzilla from mail@cynapses.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've bought a N810 and I saw some checkins for maemo. What about a garage
project for gpsdrive to provide latest gpsdrive packages for the maemo
plattform?

Has someone already looked deeper int embedded mysql?


        -- andreas


_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

signature.asc (204 bytes) Download Attachment

Re: Maemo

by Guenther Meyer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Freitag 09 Januar 2009 schrieb Andreas Schneider:
> Hi,
>
> I've bought a N810 and I saw some checkins for maemo. What about a garage
> project for gpsdrive to provide latest gpsdrive packages for the maemo
> plattform?
>
I played around a little bit with gpsdrive on maemo.
the basic stuff is working very well on my emulator, but some things are still
missing. I didn't try it on the real N810, because that would need debian
packaging, which is not easy to do...
it seems, that cmake 2.6 can create debian packages, but these are not "real"
debian packages afair.

a garage project to provide packages would be fine, but the source code should
stay in the sf svn.
would you like to maintain such a project?

> Has someone already looked deeper int embedded mysql?
>
mysql? why?
we use sqlite for storage of POI data, which should work fine on maemo.


_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

signature.asc (204 bytes) Download Attachment

Re: Maemo

by Bugzilla from mail@cynapses.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Friday 09 January 2009 14:05:40 Guenther Meyer wrote:

> Am Freitag 09 Januar 2009 schrieb Andreas Schneider:
> > Hi,
> >
> > I've bought a N810 and I saw some checkins for maemo. What about a garage
> > project for gpsdrive to provide latest gpsdrive packages for the maemo
> > plattform?
>
> I played around a little bit with gpsdrive on maemo.
> the basic stuff is working very well on my emulator, but some things are
> still missing. I didn't try it on the real N810, because that would need
> debian packaging, which is not easy to do...
It wouldn't make fun if it would be easy :) Well dpkg sucks ...

> it seems, that cmake 2.6 can create debian packages, but these are not
> "real" debian packages afair.
>
> a garage project to provide packages would be fine, but the source code
> should stay in the sf svn.

Definitely.

> would you like to maintain such a project?
>

I would try to do this. Have you compiled it with mapnik support?

> > Has someone already looked deeper int embedded mysql?
>
> mysql? why?
> we use sqlite for storage of POI data, which should work fine on maemo.

It looks like that embeddded mysql performs better than sqlite3. amarok
switched from sqlite3 to embedded mysql. I just wondered if someone looked at
it.

How are openstreetmap mapdata stored? I thought a mysql database is needed for
this. Has mapnik it's own format.

Cheers,

        -- andreas

--
cybernetic synapses - http://www.cynapses.org/


_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

signature.asc (204 bytes) Download Attachment

Re: Maemo

by Guenther Meyer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Samstag 10 Januar 2009 schrieb Andreas Schneider:
> It wouldn't make fun if it would be easy :) Well dpkg sucks ...
>
hmm, from a user pointer of view it works like a charm, I really like it.
but as developer/packager...

> > would you like to maintain such a project?
>
> I would try to do this. Have you compiled it with mapnik support?
>
no. that would require mapnik and postgis, which wouldn't work on an N810 I
guess.

> > > Has someone already looked deeper int embedded mysql?
> >
> > mysql? why?
> > we use sqlite for storage of POI data, which should work fine on maemo.
>
> It looks like that embeddded mysql performs better than sqlite3. amarok
> switched from sqlite3 to embedded mysql. I just wondered if someone looked
> at it.
>
ok. we switched to sqlite, because it is very easy to install and use, and it
is portable. I really don't want to go back to mysql again, though I don't
know embedded mysql. maybe the sqlite people will fix this some day...

> How are openstreetmap mapdata stored? I thought a mysql database is needed
> for this. Has mapnik it's own format.
>
POI data is stored in sqlite.
the map data will be stored as bitmaps on N810; at least that is the current
plan.

mapnik uses postgres with postgis extensions.
the live rendering is sometimes very slow on my car pc, which is 3-4 times
faster than a N810, so I think this would not be usable.

data for routing will be stored separately, depending on the routing engine
that is used. but that's a very new topic for gpsdrive...





_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

signature.asc (204 bytes) Download Attachment

Re: Maemo

by Guenther Meyer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Samstag 10 Januar 2009 schrieb Andreas Schneider:
> > a garage project to provide packages would be fine, but the source code
> > should stay in the sf svn.
>
> Definitely.
>
> > would you like to maintain such a project?
>
> I would try to do this.
>
maybe the time has come to start this...

I had some time to play around and created packages for the n810, which are
available on the gpsdrive repository.
installation via application manager should work, unfortunately no menu entry
for gpsdrive is created yet, so you have to start it from the command line.
all the basic things seem to work, but not everything has been tested so far.
there is a lot of space for optimization, though.

remember, these packages are highly experimental, so no complaints please ;-)




_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

signature.asc (204 bytes) Download Attachment

Re: Maemo

by Joerg Ostertag (gpsdrive Tettnang/Germany) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dienstag 31 März 2009, Guenther Meyer wrote:

> Am Samstag 10 Januar 2009 schrieb Andreas Schneider:
> > > a garage project to provide packages would be fine, but the source code
> > > should stay in the sf svn.
> >
> > Definitely.
> >
> > > would you like to maintain such a project?
> >
> > I would try to do this.
>
> maybe the time has come to start this...
>
> I had some time to play around and created packages for the n810, which are
> available on the gpsdrive repository.
> installation via application manager should work, unfortunately no menu
> entry for gpsdrive is created yet, so you have to start it from the command
> line. all the basic things seem to work, but not everything has been tested
> so far. there is a lot of space for optimization, though.
>
> remember, these packages are highly experimental, so no complaints please
> ;-)

The sources.list entries should show up soon at:
        http://gpsdrive.de/development/debian.shtml

--

Jörg (Germany, Tettnang)

http://www.ostertag.name/
_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

Re: Maemo

by Guenther Meyer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Dienstag 31 März 2009 schrieb Joerg Ostertag (gpsdrive Tettnang/Germany):

> On Dienstag 31 März 2009, Guenther Meyer wrote:
> > Am Samstag 10 Januar 2009 schrieb Andreas Schneider:
> > > > a garage project to provide packages would be fine, but the source
> > > > code should stay in the sf svn.
> > >
> > > Definitely.
> > >
> > > > would you like to maintain such a project?
> > >
> > > I would try to do this.
> >
> > maybe the time has come to start this...
> >
> > I had some time to play around and created packages for the n810, which
> > are available on the gpsdrive repository.
> > installation via application manager should work, unfortunately no menu
> > entry for gpsdrive is created yet, so you have to start it from the
> > command line. all the basic things seem to work, but not everything has
> > been tested so far. there is a lot of space for optimization, though.
> >
> > remember, these packages are highly experimental, so no complaints please
> > ;-)
>
> The sources.list entries should show up soon at:
> http://gpsdrive.de/development/debian.shtml
or, for people using the application manager, add a new catalogue in the
application manager options:

name: GpsDrive
address: http://www.gpsdrive.de/maemo
distribution:
components: main



_______________________________________________
GPSdrive mailing list
GPSdrive@...
http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive

signature.asc (204 bytes) Download Attachment