Getting Files From A Samsung Flip Phone

Home » CentOS » Getting Files From A Samsung Flip Phone
CentOS 2 Comments

I’m trying to copy file from my samsung flip phone. google has informed me of libmtp and gvfs, but it doesn’t seem to be helping.
[root@localhost yum.repos.d]# mtp-detect libmtp version: 1.0.1

Listing raw device(s)
No raw devices found.
[root@localhost yum.repos.d]#
In case it helps, I did a diff of ls -R
from /dev before and after USB connection:
[hennebry@localhost dev]$ diff /tmp/dev[12].txt | tee /tmp/dev.dif
89a90
166a168
257a260
330a334
336a341
577a583,592
[hennebry@localhost dev]$

Any ideas?

2 thoughts on - Getting Files From A Samsung Flip Phone

  • I think it doesn’t. From dmesg:
    usb 2-2.4: USB disconnect, device number 10
    usb 2-2.4: new full speed USB device number 11 using ehci_hcd usb 2-2.4: New USB device found, idVendor=04e8, idProduct=6640
    usb 2-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    usb 2-2.4: Product: Samsung SCH-u365
    usb 2-2.4: Manufacturer: SAMSUNG Electronics Bo.,Ltd. usb 2-2.4: configuration #1 chosen from 1 choice cdc_acm 2-2.4:1.0: ttyACM0: USB ACM device usb 2-2.4: USB disconnect, device number 11
    [hennebry@localhost dev]$
    googling SCH-u365 got me to http://www.samsung.com/us/mobile/cell-phones/SCH-U365HAAVZW-specs :
    Connectivity Features Bluetooth®; Bluetooth® Profiles, HFP, HSP, OPP, PBAP, SPP

    No mtp unless it’s going by an alias or I’m looking in the wrong place.