I got this working some time ago but then I never got to enable it in the
recipe. It allows to access a mounted Android phone in Tracker, no Qt
needed.
Split the Qt app into a separate package so that doing this does not
require installing Qt. It allows to access a mounted Android phone in
Tracker, no Qt needed.
Split the Qt app into a separate package so that doing this does not
require installing Qt..
Allows to just double click on ".sqfs" files to list or extract its content.
Icon is Haiku's "data/artwork/icons/Device_Volume". Could use a custom one.
Mounting and listing files/directires works for NFSv3/NFSv4.
Copying files from an NFSv3 share causes an SMAP violation and stalls with NFSv4.
It doesn't seem possible to unmount a share. Tracker doesn't give the option in the context
menu and running `unmount` in a Terminal fails with a device busy message.
* Updated Android File Transfer to version 4.2
* Bumped to latest git version (renamed as 4.3), some fixes in the recipe/patchset
* Added OpenSSL requirement to build with MTPZ support.
* Dropped libusb requirement and changed cmake option accordingly since now we're using Haiku's native backend
* Fixed a CMakeLists.txt that was using an unset variable when Readline was not detected (should that go upstream?)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
Oddly enough it supports many OSes but not Haiku yet,
although the default stat()-based backend works.
But it would be a shame not to add proper Haiku support someday.