You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd been grappling with a "detect failed: no device matched" error on my Samsung Galaxy S4. After looking around in the code I found that the ID string didn't contain the "idVendor:idProduct" descriptor returned by lsusb and which is typically quoted on MTP HowTo guides and scripts.
I've appended this to my version of the code and my device is now matched perfectly.
Was wondering whether it would be good to add this to go-mtpfs.
In addition, I initially hit the "input / output" errors reported on the Samsung Devices.
It's resolved by setting the -usb-timeout flag to 30sec or so. It might be a good idea to drop this tip into the Samsung issues thread.
Regards,
Alvin.
The text was updated successfully, but these errors were encountered:
Hi,
I'd been grappling with a "detect failed: no device matched" error on my Samsung Galaxy S4. After looking around in the code I found that the ID string didn't contain the "idVendor:idProduct" descriptor returned by lsusb and which is typically quoted on MTP HowTo guides and scripts.
I've appended this to my version of the code and my device is now matched perfectly.
Was wondering whether it would be good to add this to go-mtpfs.
In addition, I initially hit the "input / output" errors reported on the Samsung Devices.
It's resolved by setting the -usb-timeout flag to 30sec or so. It might be a good idea to drop this tip into the Samsung issues thread.
Regards,
Alvin.
The text was updated successfully, but these errors were encountered: