I am running Eclipse v4.3.1 on Ubuntu 12.10.
I just received my Fairphone and wanted to start some simple and basic development (I am not an experienced Android developer).
For whatever reasons, adb did not recognise the FP1.
I then found the following workaround.
Enter the following commands:
adb kill-server
sudo adb start-server
adb devices
After that, the FP1 did appear in the list of devices. But, I don't understand why I had to do that. With the Samsung Galaxy S Plus phone (stock rom and custom rom) I had before, I never had to run the adb server as root. I assume running the adb server as root is only a workaround.
Does anybody know what could be real problem? And the proper solution?