Hello everyone. I just bought the usb cable that allows me to connect my samsung C5212 to my computer.
AFter plugging it in my computer I received the following messages:
[181418.820263] usb 3-1: Product: SAMSUNG Mobile USB Modem
[181418.820265] usb 3-1: Manufacturer: Samsung
[181418.820266] usb 3-1: SerialNumber: 000000-00-000000
[181418.888596] cdc_acm 3-1:3.1: ttyACM0: USB ACM device
[181418.892493] usbcore: registered new interface driver cdc_acm
[181418.892495] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
For me it seems that my phone was correctly identified. What can I do now to access its contents?
you could try kmobiletools, wammu (requires gammu) or bitpim (got to get from their site). I once use bitpim for my lg, it was ok, haven’t tried the others
alaios wrote:
> Hello everyone. I just bought the usb cable that allows me to connect my
> samsung C5212 to my computer.
>
> AFter plugging it in my computer I received the following messages:
>
> [181418.820263] usb 3-1: Product: SAMSUNG Mobile USB Modem
> [181418.820265] usb 3-1: Manufacturer: Samsung
> [181418.820266] usb 3-1: SerialNumber: 000000-00-000000
> [181418.888596] cdc_acm 3-1:3.1: ttyACM0: USB ACM device
> [181418.892493] usbcore: registered new interface driver cdc_acm
> [181418.892495] cdc_acm: v0.26:USB Abstract Control Model driver for
> USB modems and ISDN adapters
>
> For me it seems that my phone was correctly identified. What can I do
> now to access its contents?
It was correctly identified as a modem, not as a memory device.
I don’t know about your particular phone but my D600 can present itself
as either a modem or a mass storage device. In order to access the
content, I need to select the mass storage device. That is done via the
settings menu on the phone itself and has to be done every time; it
always defaults to modem. Even then, all that can be seen via the USB is
the contents of the extra microSD card that I have plugged into the
phone. I can’t see the contents of the phone itself.
only with usb 2-1 instead of usb 3-1.
But neither wammu, nor bitpim, Xgnokii, or gMobileMedia worked for me on my C5212.
I could read a lot of data through setting it up as mass storage device, but I can’t read any sms - which is my main goal, as I could read my phonebook through a Phone Suite under M$.
On 2012-04-04 22:06, JohnSmith1999 wrote:
> Bluetooth does not work with my laptop, but thanks for this suggestion.
Why is that?
Just for the record, I have a Nokia phone, and although it works in Linux
via bluetooth, it works much better with the manufacturer software, in
Windows. Unfortunate, but such is life.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
# gphoto2 --auto-detect
Model Port
----------------------------------------------------------
so no luck there.
That got me the following:
/mnt/Samsung# mtpfs /mnt/Samsung/
/mnt/Samungs# ls -ll
total 0
/mnt/Samsung# cd ..
/mnt# ls -ll
ls: cannot access Samsung: Transport endpoint is not connected
total 12
d????????? ? ? ? ? ? Samsung
Did I do something wrong with mtpfs? When unmounting, the file structure in /mnt looks fine again.
Try mtpfs -o allow_other /{mount point} as a non-root user, root isn’t needed for a fuse file mount. It may not help the end point error which is common with mtp only phones/tablets. Google’s adb will work but its a command line tool which files can be pulled pushed to the phone. Also used for android development.