I don’t believe so although I may be wrong.
Some of the Android phones can do this using a USB-On-The-Go cable but I don’t believe this is an option for iPhone.
Jason
Sent from Mail for Windows 10
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/subsurface-divelog/0bef7cc6-a122-46ff-983c-45ae5314de3an%40googlegroups.com.
Package qt5-default is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'qt5-default' has no installation candidate
i'm in linux os zero and i don't know how to continue.
To view this discussion on the web visit https://groups.google.com/d/msgid/subsurface-divelog/be623c77-7050-4e4c-963c-afdd44325952n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/subsurface-divelog/2d30e043-f799-4402-9fff-c5ed26cacfcen%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/subsurface-divelog/27ca480e-5898-4705-b695-b4f2088332d4%40dfx.at.
On Jan 22, 2024, at 09:25, Richard Fuchs wrote:
That's awesome - I think having Subsurface packaged for the various flavors of Debian on Pi is a great thing.
The request below is for the Subsurface-Downloader, I believe, which is a slightly different beast and would ALSO be worth packaging (and, frankly, deserves some more development / refinement). It's a really cool project that Robert started a while ago ...
Oh I see. Admittedly this is the first time I hear about it. I guess I shouldn't have stopped reading at "build.sh" and assumed that it was just the regular build 😆
Well, not necessarily for a desktop, but there are plenty of headless Debian/Ubuntu installations out there (including people who run Ubuntu on Raspberry Pis, or even other small devices, whether ARM based or x86), and maybe someone has a use for it? Either way, Raspberry Pi OS is really not much more than just another Debian flavour, so once it's packaged for that you get packaging for other Debian archs for free with no extra effort, so why not.
Cheers
On Jan 24, 2024, at 08:09, 'Robert C. Helling' wrote:this version is meant to be used through the cgi-script in scripts/downloader.pl . In subsurface/packaging/headless it is described how that is supposed to be set up.
this version is meant to be used through the cgi-script in scripts/downloader.pl . In subsurface/packaging/headless it is described how that is supposed to be set up.
To convince you that it works, clone your git repository to a safe place
git clone [local git repository as reported by subsurface -v] foo
and then use "foo/[d...@dfx.at]“ as the filename for the downloader. To see the result, you can also run the desktop version of subsurface with that filename (from the command line) to see the success. If you like that, you can push the changes to your local git repository and push that to origin.
Following these instructions (and I double checked that this is indeed what the Perl CGI script also is doing) what happens is that after doing the download from my DC, my git repo ends up containing only the dives that were just downloaded from the DC, and without any of the dives that were already in the git repo from before. If I were to push this, all my previous dives would be gone. Is this how it's intended?
Cheers
I'm still spending all my time on reworking the web page and haven't had time to play with this... In general, though, no that's not what it should do. Ideally it would add the dives to your repo so that you can then sync them from your phone. I'll try to find time this weekend.
I already have a patch that fixes this (and some other problems I
came across), I just want to make sure that it's not breaking the
expected behaviour before opening a PR 😆
Cheers