2012-09-17 17:24:11 |
seanyseansean |
description |
Standard Ubuntu 12.10 build, latest patches.
I try to list the connected adb devices:
[quote]adb devices[/quote]
... this is the result:
[quote]???????????? no permissions in adb devices[/quote]
Killing the adb server and running as root lets it burst into life:
[quote]adb kill-server
sudo adb start-server[/quote]
[quote]List of devices attached
SH18TV8003XX device[/quote]
Does this package need udev rules to run the adb server as root? |
Standard Ubuntu 12.10 build, latest patches.
I try to list the connected adb devices:
"adb devices"
... this is the result:
"???????????? no permissions in adb devices"
Killing the adb server and running as root lets it burst into life:
"adb kill-server
sudo adb start-server"
"List of devices attached
SH18TV8003XX device"
Does this package need udev rules to run the adb server as root? |
|