<div dir="ltr">Hi Paolo,<br><br>I've no problem to connect an Android phone (Nexus 4) to a Linux Mint / Ubuntu laptop, both with ShareGPS [0] or GPS over BT [1] apps.<br><br>For instance, for ShareGPS, Add a new connection, Type standard NMEA format, connection over bluetooth, auto find and connect to the laptop bluetooth. Then click on 'bluetooth icon' on ShareGPS, to make the smartphone visible to others by 180 seconds, and on laptop (where I've gpsd deamon running), the steps are exactly the ones pointed by Richard:<br><br>$ hcitool scan<br>    (here you will get the MAC address - xx:xx:xx:xx:xx:xx)<br><br><br>$ sdptool records xx:xx:xx:xx:xx:xx<br><br>In your case the answer is:<br><br>    Service Name: ShareGPS<br>    Service RecHandle: 0x10011<br>    Service Class ID List:<br>      "Serial Port" (0x1101)<br>    Protocol Descriptor List:<br>      "L2CAP" (0x0100)<br>      "RFCOMM" (0x0003)<br>        Channel: 2<br><br>So, you do:<br><br>$ sudo rfcomm bind 0 xx:xx:xx:xx:xx:xx 2<br><br>and you will get the /dev/rfcomm0. <br><br>Then run QGIS with root, and connect GPS to /dev/rfcomm0.<br><br>It is working fine here.<br><br>Best regards,<br>Pedro Venâncio<br><br><br>[0] <a href="https://play.google.com/store/apps/details?id=com.jillybunch.shareGPS">https://play.google.com/store/apps/details?id=com.jillybunch.shareGPS</a><br>[1] <a href="https://play.google.com/store/apps/details?id=com.Saenko.GpsOverBt">https://play.google.com/store/apps/details?id=com.Saenko.GpsOverBt</a><br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-26 8:06 GMT+00:00 Paolo Cavallini <span dir="ltr"><<a href="mailto:cavallini@faunalia.it" target="_blank">cavallini@faunalia.it</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Il 25/12/2016 11:06, Richard Duivenvoorde ha scritto:<br>
<br>
> I did fiddle around a little with a bluetooth dongle some time ago:<br>
><br>
> <a href="http://zuidt.nl/blog/html/2014/06/12/use_your_gps_dongle_with_qgis.html" rel="noreferrer" target="_blank">http://zuidt.nl/blog/html/<wbr>2014/06/12/use_your_gps_<wbr>dongle_with_qgis.html</a><br>
><br>
> not sure if it is of use though.<br>
<br>
</span>Thanks Richard. I do not have particular problems with GPS loggers; what<br>
I'm finding difficult is connecting to an Android phone.<br>
Thanks anybody for hints.<br>
<span class="im HOEnZb">All the best.<br>
<br>
--<br>
Paolo Cavallini - <a href="http://www.faunalia.eu" rel="noreferrer" target="_blank">www.faunalia.eu</a><br>
QGIS & PostGIS courses: <a href="http://www.faunalia.eu/training.html" rel="noreferrer" target="_blank">http://www.faunalia.eu/<wbr>training.html</a><br>
<a href="https://www.google.com/trends/explore?date=all&geo=IT&q=qgis,arcgis" rel="noreferrer" target="_blank">https://www.google.com/trends/<wbr>explore?date=all&geo=IT&q=<wbr>qgis,arcgis</a><br>
</span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a></div></div></blockquote></div><br></div>