0

Debian 7.6, Eclipse 3.8.
When i program with API8 for my HTC Froyo I have no problem: running the debug session i see the device in the device list and I'm able to debug my app.
Since I started with a API14 for smartphone and tablet, I'm not able to detect that devices.
When I connect them to the PC i only see ????????? as Serial Number. If I check the USB connection with lsusb or dmesg, the devices are detected correctly by the system.
I tested Smartphone LG L5II and Hamlet tablet XZPAD0970H and, of course, the debug option is checked.

I read about a potential problem with permissions but i don't understand how to solve the problem.

SteMMo
  • 101
  • 2

1 Answers1

0

I found!
I followed the article Configuring ADB for Nexus 4 on Ubuntu 11.10 adding a find and a row for my smartphone, inserting its VID e PID. Then I restarted the adb.
Now the smartphone is visible to Eclipse!

Next I'll try with the tablet inserting its VID and PID ..

SteMMo
  • 101
  • 2
  • I'm very sorry but this morning, when i turned up the system, I have the same original problem :( Again ????????? as sn! - I don't understand ... – SteMMo Oct 19 '14 at 08:25
  • The definitive answer: adb tool MUST run as root by 'sudo adb start-server' or by suid-ing the adb file – SteMMo Nov 01 '14 at 11:57