Add GPS support#228
Conversation
|
Thanks! I have merged this to my forked repository |
|
Thanks for the PR. Tried to use it on my postmarketOS Linux phone
|
|
@Lolmc0587 updated my comment, not yet working for me |
|
Have you updated your LineageOS version to the latest or added the dialout group? Mine works perfectly on Ubuntu. |
|
Yes it's running Android 13 now. On the host system (postmarketOS/Alpine Linux) I added my user to the dialout group. Maybe I'm going to test it on my desktop PC first (NixOS) |
| umount("system", copy_dir) | ||
|
|
||
| container.upgrade() | ||
| container.upgrade() |
| # lxc.mount.entry = /dev/ttyGPSD dev/ttyGPSD none bind,create=file,optional 0 0 | ||
|
|
||
| with open(config_nodes, "a") as f: | ||
| f.write(f"lxc.mount.entry = {self.gps_host} dev/{self.usb_name} none bind,create=file,optional 0 0\n") |
There was a problem hiding this comment.
if i do container.upgrade(), this config will be reset.
i don't know how to solve this, so in this case it must be that
|
Thanks for your work! Unfortunately this does not work for me either. I tried using it with the What I did: GPS NMEA file to feed: Run the Setup waydroid (lineage-20.0-20250809-MAINLINE-waydroid_x84_64): Install the gps using your script: Then |
|
I haven't tried the gpsfake yet. I will have a look at it. |
|
Maybe that will works |
|
Please don't use that pts device, you can set the fake gps device to like /dev/ttyGPSD |
|
Did not find any way from the Thank you very much! |
|
will this also read from /dev/ttyACM0 or just GPSD? |
Yeah |
No description provided.