-
Notifications
You must be signed in to change notification settings - Fork 236
Add GPS support #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be offset?
| # 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.