• n1ckn4m3@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 months ago

    In Android just selectively enable wireless ADB debugging and then use ADB Explorer. Easier than plugging the phone in, wireless, and allows access to all folders on the device (including /Android/data/* which is blocked from being accessed using on-device file explorers). Turn it off when you’re done. Boom, wireless data transfer to and from an Android device at way faster than cabled SMB speeds.

    • Emerald@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      That would work great for me if it had a linux version. Theoretically someone could just use fuse for it

      • n1ckn4m3@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        ADB Explorer is really just a wrapper for adb-pull, you can use that manually on Linux but without the GUI it’s true it’s not quite as seamless.