This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0. get bluez bluez-tools bluez-deprecated-tools | |
| 1. bind and connect to your android phone | |
| 2. get its mac address | |
| 3. `sdltool browse <mac>` | |
| 4. take note of "RFCOMM" channel (this tends to change a lot for some fucking reason) | |
| 5. get sharegps on your phone, here from apkpure but hosted by me: https://sleepypup.femboy.observer/share/Share_GPS_0.5.3_APKPure.apk?raw | |
| 6. set up that app to share NMEA to your laptop | |
| 7. sharegps settings, "create NMEA" to true | |
| 8. `sudo rfcomm connect 0 <mac> <channel>` | |
| 9. `sudo gpsd -n -b /dev/rcfomm0` |