• Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    38
    ·
    2 days ago

    I have this problem with Android. Google has turned the filesystem into unusable garbage, so you’re lucky, if you can launch a gallery app with a file path and it allows you to actually go through the images in that folder.

    And of course, that’s with a local file path, so the situation is completely hopeless when your images are on a network share. Unless the gallery app itself implements the network protocol, you’re out of luck.
    Wanna guess how often that happens? Yeah, it simply doesn’t. Even if it’s theoretically just a library, when you build it into the gallery app, that dev has to continually maintain and test it.

    • renzev@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      37 minutes ago

      SSHFS actually works perfectly on android, just needs root. Here’s the app I use.

      It’s funny how the README calls it a “VERY bad solution”, but so far it’s the only remote filesystem tool I’ve seen on android that could be described as anything close to usable.

      • mittorn@masturbated.one
        link
        fedilink
        arrow-up
        1
        ·
        27 minutes ago

        @renzev @Ephera it does not work good, because on android you have to mount sshfs 3 times to become it accessible for apps. Just little option to add 2 bind mounts and maintain it would solve fs access issues, but now manually doing it in root shell is not easy

        • renzev@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          15 minutes ago

          Hmmm interesting. I’ve never had issues with that. I just mount it once to a mountpoint in my shared storage and it just works. Probably a ROM-specific thing.

    • mittorn@masturbated.one
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      @Ephera @renzev android fs is just sucks. You cannot share folder with other app because of gargage sepolicy. You can share folder descriptor to bypass mount namespace, but selinux will prevent accessing it until set to permissive mode. And android does not provide way to patch sepolicy for user.

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        1
        ·
        2 days ago

        I mean, thanks for the suggestion, but it doesn’t seem to be open-source, so that’s a hell no from me…

        • Jakeroxs@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          2 days ago

          Fair enough, I’ve been using it for like 10 years 🤷‍♂️

          You also didn’t specify anything about open source in the original comment lol

          • goldfndr@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            Ah, someone with experience with Solid Explorer. I’m hopeful you might be a power user.

            Long ago, I looked into it, but was dissuaded because the details views therein seemed to waste vertical whitespace. An absurdly small font, close to the bottom of the icon to maximize empty vertical space, was used for details (at least datestamp, I think).

            Is that still the case? Have they added a method to increase the font size of the details without also increasing (or perhaps simultaneously decreasing) the filename’s font’s size? I couldn’t find one when I tried it last.

            If there’s an interview with the creators wherein they extol the virtues of vertical whitespace within an item, or if some reviewer has done that for them, I’d love a link or two to read about it, see what I’m missing.

            I’m sure the functionality is great. It’s the presentation I didn’t like. But perhaps there are unintended consequences of a compact layout…

            • Jakeroxs@sh.itjust.works
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              2 days ago

              Haha depends on what you mean, this is the default view I believe just zoomed out (pinched, rather then swapping to the compact view, which gets rid of the timestamp)

          • Ephera@lemmy.ml
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            1
            ·
            2 days ago

            Well, it was more of a rant, I wasn’t exactly asking for suggestions. But you making a suggestion was perfectly fine anyways. I do just have opinions on proprietary Android apps.