I have linux mint 11.
When i do ./adb devices i see ???? non permision.(eclipse the same).
I create 50-android.rules and insert
SUBSYSTEM=="usb", ATTR{idVendor}=="0FCE", MODE="0666", GROUP="plugdev"
then restart udev(shortcut); ./adb kill-server ; ./adb start-server, but still not work.
Is this configuration correct for my system linux mint 11 and my phone sony ericsson xperia x10 ??
EDIT: Sorry i have LINUX MINT 12 (gnome 3?). I had wrong sys info in one file. Is it change anything ?
Under Linux Mint 11 I had to create the file /etc/udev/rules.d/51-android.rules and I added:
I used both upper and lower case because I was having lots of problems with 1 single entry in the rules file. The id 04E8 is for Samsung, use the right id for Sony Ericsson.
I restarted my laptop to make sure that all worked. This is overkill and restarting udev should be enough.