Giter VIP home page Giter VIP logo

Comments (7)

tkzv avatar tkzv commented on May 12, 2024 1

Works. A "Refresh" button would be convenient to have.

from android-file-transfer-linux.

whoozle avatar whoozle commented on May 12, 2024

Android spawns mtp-daemon every time you plug the cable. Maybe this is related to #27 . Could you create directory via fuse?
./aft-fuse-mount
It might say that your filesystem is readonly ( #31 ), but it will not prevent you from creating directories.
Seems to be android's MTP implementation does not process 'any' storage destination well. FUSE wrapper sets storage explicitly.

from android-file-transfer-linux.

tkzv avatar tkzv commented on May 12, 2024

Do you mean ./aft-mtp-mount ?

GUI program refuses to start if the device is already connected via FUSE. Should I file a bug?

FUSE mounting has the same issue. I can create directories on the tab via FUSE, but if I change something, I cannot see it by FUSE until I unplug the cable and plug it back in.

from android-file-transfer-linux.

tkzv avatar tkzv commented on May 12, 2024

Just in case: the device is Samsung Galaxy Tab Pro SM-T525, and it lacks Android MTP extensions.

from android-file-transfer-linux.

whoozle avatar whoozle commented on May 12, 2024

GUI program refuses to start if the device is already connected via FUSE. Should I file a bug?

No, this is intended. You cannot share usb device.

from android-file-transfer-linux.

whoozle avatar whoozle commented on May 12, 2024

Could you please uncomment the following line (Session.cpp:136) and test once again? MTP specification is unclear about whether I need sending empty object after creating association(directory) or not. Google devices returns error 'no valid object info', so I considered that it's not needed.

//SendObject(std::make_shared<ByteArrayObjectInputStream>(ByteArray()));

from android-file-transfer-linux.

whoozle avatar whoozle commented on May 12, 2024

could you test it now? I added storage selection combo box and many other improvements.

from android-file-transfer-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.