Android phone is not recognized by Android SDK, despite udev conf

2010-08-13 Thread Merciadri Luca
Hi, I've got an HTC Desire that I generally connect to this computer, and sharing pictures, videos, etc., works great. Some weeks ago, I tried using the Android SDK for x86. After having installed it, Say that my Android SDK is located at ~/android-sdk/. Then, I directly noticed that

Re: Android phone is not recognized by Android SDK, despite udev conf

2010-08-13 Thread Merciadri Luca
I should have also mentioned that == # lsusb | grep High Bus 008 Device 005: ID 0bb4:0c87 High Tech Computer Corp. == which is a direct mapping to my udev's rules file. Merciadri Luca wrote: Hi, I've got an HTC Desire that I generally connect to this computer, and sharing pictures, videos,

Re: Android phone is not recognized by Android SDK, despite udev conf

2010-08-13 Thread Merciadri Luca
Problem solved: restarting udev from CLI was not sufficient. I needed to restart. Merciadri Luca wrote: I should have also mentioned that == # lsusb | grep High Bus 008 Device 005: ID 0bb4:0c87 High Tech Computer Corp. == which is a direct mapping to my udev's rules file. Merciadri Luca

Re: Android phone is not recognized by Android SDK, despite udev conf

2010-08-13 Thread Camaleón
On Fri, 13 Aug 2010 14:18:17 +0200, Merciadri Luca wrote: (...) SUBSYSTEM==usb, ATTRS{idVendor}==0bb4, ATTRS{idProduct}==0c87, ^ MODE=0666 Mmm, to proper match udev rules, I think the above should read SUBSYSTEMS (yours lacks final S), in plural form :-) Greetings, -- Camaleón