[android-discuss] ADB: error: insufficient permissions for device

2009-11-11 Thread android-newb
I have a Motorla Cliq which I'm trying to connect to via adb. When I run 'adb devices', this is what happens: List of devices attached no permissions If I try 'adb usb', this is what happens: error: insufficient permissions for device This is my

Re: [android-discuss] ADB: error: insufficient permissions for device

2009-11-11 Thread Tobias Eisentraeger
You need to start the adb server as root. On 11 Nov 2009 18:27, android-newb spammerm...@gmail.com wrote: I have a Motorla Cliq which I'm trying to connect to via adb. When I run 'adb devices', this is what happens: List of devices attached no permissions If I try 'adb usb',

Re: [android-discuss] ADB: error: insufficient permissions for device

2009-11-11 Thread Tobias Eisentraeger
adb kill-server sudo adb start-server adb devices On Wed, Nov 11, 2009 at 7:19 PM, Tobias Eisentraeger teisentrae...@googlemail.com wrote: You need to start the adb server as root. On 11 Nov 2009 18:27, android-newb spammerm...@gmail.com wrote: I have a Motorla Cliq which I'm trying to