gpsd on a Nokia 770

Posted: June 20th, 2007 | Author: | Filed under: Handhelds | 1 Comment »

After doing a quick search I came across a maemo-gpsd package. The package failed to install on my Nokia so I just built gpsd from source within my scratchbox environment. All I require is the actual gpsd binary so I was able to copy this together with shared library libgps.so to /usr/bin and /usr/lib respectively. I then created the symbolic links libgps.so.16 and libgps.so to point to the shared library libgps.so.16.0.0. This is enough to get a working gpsd.

To simplify connecting to my TomTom BT GPS receiver I use the following maemo BT plugin. After connecting to the GPS receiver the device

/dev/rfcomm0 or /dev/rfcomm[x]

will be created depending on other BT devices already connected. For example, if I connect to my phone first /dev/rfcomm0 would be created. Then when I connect to my GPS /dev/rfcomm1 is created.

Assuming GPS is the only BT device you can start the daemon with:

gpsd /dev/rfcomm0


One Comment on “gpsd on a Nokia 770”

  1. 1 tracking devices said at 8:41 am on May 18th, 2009:

    tracking devices…

    The European Union plans to introduce a tax on mobile phones incorporating TV receivers and/ or GPS. A 14% tax would be applied on devices with TV receivers and a 3. 7% tax on GPS enabled phones….


Leave a Reply

You must be logged in to post a comment.