Hi all,
A discussion on another forum led me to try using MTP to communicate with my Android devices. To my surprise and delight, all I had to do with my Nexus 7 was put it in MTP mode and it worked with Dolphin right away. Too slick!
Then I tried my Moto X which is running the exact same version of Android: 4.4.2. When I try to pull that up in Dolphin, I get this error message:
Code:
Malformed URL udi=/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-2.
Any idea what might be causing that error or how to fix it? Note: on both devices I have USB debugging enabled, but I'm not sure that that's necessary. I also have this line in my /etc/udev/rules.d/android.rules:
Code:
SUBSYSTEM=="usb", ATTRS{idVendor}=="22b8", MODE="0666", GROUP="plugdev"
The "22b8" is the Motorola vendor ID. That line allows me to use adb is a regular user instead of root. I added my user to the plugdev group.