sony ericsson k750i

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
mariuszp
Member
Member
Posts: 587
Joined: Sat Oct 16, 2010 3:38 pm

sony ericsson k750i

Post by mariuszp »

when i connect my Sony Ericsson K750i to my computer i am unable to access the files on the memory card (or in the phone memory). ubuntu sees it as a 'music player' but there is no way to open it, and on Win7 i cannot install the original support software due to some access violation. anyone knows what i could do about this?

EDIT: when i plug in the phone, i get a new device called /dev/cdc-wdm0 but when i try to mount it, the system just freezes

Code: Select all

sudo mount /dev/cdc-wdm0 /media/sony
mariuszp
Member
Member
Posts: 587
Joined: Sat Oct 16, 2010 3:38 pm

Re: sony ericsson k750i

Post by mariuszp »

this forum is 'general ramblings' and it sais non-programming computer questions are ok too
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: sony ericsson k750i

Post by Brynet-Inc »

I don't use Linux, but a USB device called "CDC" would indicate communications device class, i.e: a modem.. so it is being exposed as a serial device by the kernel, for tethering and diagnostics.

There are also userland libraries for limited access to the phones filesystem and other features, using libusb and whatnot.

Some devices are multifunction, you may need to look on your actual device for any mention of a USB mass storage mode.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
xenos
Member
Member
Posts: 1118
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: sony ericsson k750i

Post by xenos »

There should be some program named "usb-modeswitch" which could do the job for you...
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
User avatar
Owen
Member
Member
Posts: 1700
Joined: Fri Jun 13, 2008 3:21 pm
Location: Cambridge, United Kingdom
Contact:

Re: sony ericsson k750i

Post by Owen »

If it shows up as a "Music player" it probably implements the USB Media Transfer Protocol class. This implements a filesystem over USB abstraction (as opposed to the block device over USB abstraction provided by the Mass Storage Device class).

Windows has a built in MTP driver (XP with Media Player 10+ or Windows Vista or later) if appropriately taught how to interpret the device; the MTP Porting Kit (Which provides an MTP driver for Windows 2000 and earlier) probably contains documentation which will tell you how to activate the driver for your device. You will need the USB VID and PID for this. The Windows MTP driver will not display the device as a drive letter assignment; it will show as a Windows Shell-level device.

Linux does not contain a kernel MTP driver, but there is a userspace implementation in the form of libgphoto2, and there is a GVFS implementation of MTP on top of this (Using the gphoto2:// pseudo-protocol)

If its like my phone (a Nokia N8, when in Nokia Suite mode) both the CDC and MTP functions will be accessible simultaneously.
User avatar
eaglexrlnk
Posts: 11
Joined: Tue Nov 08, 2011 8:30 am
Location: Ukraine

Re: sony ericsson k750i

Post by eaglexrlnk »

mariuszp wrote:when i connect my Sony Ericsson K750i to my computer i am unable to access the files on the memory card (or in the phone memory). ubuntu sees it as a 'music player' but there is no way to open it, and on Win7 i cannot install the original support software due to some access violation. anyone knows what i could do about this?
Hello.

When you connect your phone to the computer you have to see a menu appearing on the screen of your mobile. There are two choices in the menu: connect as a phone and connect for file sharing (or something like this, I don't remember how does it say exactly). You must choose the second one. After that you'll have two new flash drives in your computer. When you disconnect the phone from the computer, phone will reboot and you can use it normally. Anyway, it works with my W200i.

Cheers,

Alex
"A
computer program
does what you tell it
to do, not what you
want it to do." --
Greer's Third Law
Post Reply