Skip to content

Instantly share code, notes, and snippets.

View BanementI's full-sized avatar

banement BanementI

  • Your mum's house.
View GitHub Profile
@BanementI
BanementI / iaintgotnoiphono.txt
Created February 26, 2026 23:33
sharing gps over bluetooth to laptop
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`