hanwen / go-mtpfs

Mount MTP devices over FUSE
Other
683 stars 85 forks source link

File transfer file with android TWRP recovery. #118

Closed edward81 closed 8 years ago

edward81 commented 8 years ago

When i try to transfer file on TWRP recovery with go-mtpfs-git i get timeout error.

2016/06/04 10:54:54 fatal error LIBUSB_ERROR_TIMEOUT; closing connection. 2016/06/04 10:54:59 AndroidSendPartialObject failed: LIBUSB_ERROR_TIMEOUT 2016/06/04 10:54:59 AndroidSendPartialObject failed: mtp: cannot run operation ANDROID_SEND_PARTIAL_OBJECT, device is not open 2016/06/04 10:54:59 GetStorageInfo 10001: mtp: cannot run operation GetStorageInfo, device is not open 2016/06/04 10:54:59 GetStorageInfo 10001: mtp: cannot run operation GetStorageInfo, device is not open 2016/06/04 10:54:59 GetStorageInfo 10001: mtp: cannot run operation GetStorageInfo, device is not open

I get the same result with or without the switch "-android=true". I don't know if this is a go-mtpfs or TWRP implementation error. But the transfers is working fine with jmtpfs.

hanwen commented 8 years ago

Try -android=false

Op za 4 jun. 2016 12:10 schreef Bogar Boris notifications@github.com:

When i try to transfer file on TWRP recovery with go-mtpfs-git i get timeout error.

2016/06/04 10:54:54 fatal error LIBUSB_ERROR_TIMEOUT; closing connection. 2016/06/04 10:54:59 AndroidSendPartialObject failed: LIBUSB_ERROR_TIMEOUT 2016/06/04 10:54:59 AndroidSendPartialObject failed: mtp: cannot run operation ANDROID_SEND_PARTIAL_OBJECT, device is not open 2016/06/04 10:54:59 GetStorageInfo 10001: mtp: cannot run operation GetStorageInfo, device is not open 2016/06/04 10:54:59 GetStorageInfo 10001: mtp: cannot run operation GetStorageInfo, device is not open 2016/06/04 10:54:59 GetStorageInfo 10001: mtp: cannot run operation GetStorageInfo, device is not open

I get the same result with or without the switch "-android=true". I don't know if this is a go-mtpfs or TWRP implementation error. But the transfers is working fine with jmtpfs.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hanwen/go-mtpfs/issues/118, or mute the thread https://github.com/notifications/unsubscribe/AAB7Owjss-NA9GNW4xFZA1tY0txRpROQks5qIU8VgaJpZM4IuGW8 .

edward81 commented 8 years ago

Working with android=false. My mistake, i don't read the help and I thought that the default is False. Thanks.