mount sony xperia c5 android in arch
by hedron from LinuxQuestions.org on (#51YP7)
I have tried the method here: https://wiki.archlinux.org/index.php...nsfer_Protocol without success.
It shows in Dolphin, but gives me the following error:
Code:The file or folder udi=/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:13.2/usb3/3-2 does not exist.when issuing mptfs -o allow_other /mnt/sony/ After a really long pause, I get the following output:
Code:Listing raw device(s)
Device 0 (VID=0fce and PID=51d7) is UNKNOWN in libmtp v1.1.17.
Please report this VID/PID and the device model to the libmtp development team
Found 1 device(s):
0fce:51d7 @ bus 3, dev 3
Attempting to connect device
Android device detected, assigning default bug flags
Listing File Information on Device with name: Xperia C5 Ultrals -lh /mnt/sony/ results in:
Code:ls: cannot access '/mnt/sony/': Software caused connection abortThis sounds like it means my device is not compatible with mtp-tools.
Also, cat /etc/udev/rules.d/51-android.rules:
Code:SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", ATTR{idProduct}="51d7", MODE="0666"I honestly forget what guide suggested I do that, and maybe there's another step there.
I have no real interest in using MTP, only browsing/copying/moving files.
I would use Xperia Companion, but it isn't compatible with wine. I'm sure this is deliberate.
Is there another way to mount android?


It shows in Dolphin, but gives me the following error:
Code:The file or folder udi=/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:13.2/usb3/3-2 does not exist.when issuing mptfs -o allow_other /mnt/sony/ After a really long pause, I get the following output:
Code:Listing raw device(s)
Device 0 (VID=0fce and PID=51d7) is UNKNOWN in libmtp v1.1.17.
Please report this VID/PID and the device model to the libmtp development team
Found 1 device(s):
0fce:51d7 @ bus 3, dev 3
Attempting to connect device
Android device detected, assigning default bug flags
Listing File Information on Device with name: Xperia C5 Ultrals -lh /mnt/sony/ results in:
Code:ls: cannot access '/mnt/sony/': Software caused connection abortThis sounds like it means my device is not compatible with mtp-tools.
Also, cat /etc/udev/rules.d/51-android.rules:
Code:SUBSYSTEM=="usb", ATTR{idVendor}=="0fce", ATTR{idProduct}="51d7", MODE="0666"I honestly forget what guide suggested I do that, and maybe there's another step there.
I have no real interest in using MTP, only browsing/copying/moving files.
I would use Xperia Companion, but it isn't compatible with wine. I'm sure this is deliberate.
Is there another way to mount android?