Announcement

Collapse
No announcement yet.

connecting a windows phone

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    connecting a windows phone

    Hi

    I've been offered a windows phone (Nokia Lumia 435 running windows 8.1) and I'd like to connect it to my PC running kubuntu to transfer music files onto the phone.
    I've browsed a lot a forums and none gave me an operating solution.
    Here is exactly what happens.

    1) my pc:
    kubuntu 14.04 amd64 with kde 4.13.3 (this is the only OS on the PC)
    2) when I plug the phone via USB, KDE recognizes it as a 'USB PTP Class Camera' but there's nothing I can do from here: Dolphin only detects two empty text files, digikam prompts that this type of camera is not supported, amarok does not detect any device.
    3) I suppose this is because of the MTP protocol used by the phone. So, I've installed mtp-tools, gmtp and Qlix as suggested in forums. Fail again.
    Here are some info that might help:

    outut of lsusb:
    Bus 001 Device 009: ID 0421:06fc Nokia Mobile Phones

    output of mtp-detect :
    Unable to open ~/.mtpz-data for reading, MTPZ disabled.libmtp version: 1.1.6

    Listing raw device(s)
    No raw devices found.

    gmtp and qlix also tell that there are no devices.

    4) I've read a forum that suggest to hack libmtp, recompile it, change udev rules and so on, but I'm afraid this is far too complicated for me...

    Thanks in advance for your help !

    #2
    I doubt we'll be able to offer help here, as Windows phones are rather rare in the Linux community. But let's check something. Open a console window. Type:
    Code:
    udevadm monitor
    Now plug in the phone. Some text will appear in the window. Copy/paste that into a reply here at the forum.

    Comment


      #3
      Sorry for the delay ! Here is the info:

      KERNEL[2409.342497] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1 (usb)
      KERNEL[2409.344488] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.0 (usb)
      KERNEL[2409.344789] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.1 (usb)
      KERNEL[2409.345114] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.2 (usb)
      KERNEL[2409.345392] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.3 (usb)
      UDEV [2409.359813] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1 (usb)
      UDEV [2409.369619] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.3 (usb)
      UDEV [2409.370992] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.2 (usb)
      UDEV [2409.371638] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.0 (usb)
      UDEV [2409.371840] add /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.1/1-1.1:1.1 (usb)

      Comment

      Working...
      X