Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ADB: error: insufficient permissions for device
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
android-newb  
View profile  
 More options Nov 8 2009, 6:26 pm
From: android-newb <spammerm...@gmail.com>
Date: Sun, 8 Nov 2009 15:26:30 -0800 (PST)
Local: Sun, Nov 8 2009 6:26 pm
Subject: ADB: error: insufficient permissions for device
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 /etc/udev/rules.d/51-android.rules:

SUBSYSTEMS=="usb", ATTRS{idVendor}=="22b8", ATTRS{idProduct} =="41db",
MODE="0666", OWNER="vineel"

My adb version is 1.0.25. My Cliq runs Android 1.5. I run Ubuntu 9.10.
What am I doing wrong here?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias Eisentraeger  
View profile  
 More options Nov 11 2009, 1:19 pm
From: Tobias Eisentraeger <teisentrae...@googlemail.com>
Date: Wed, 11 Nov 2009 19:19:35 +0100
Local: Wed, Nov 11 2009 1:19 pm
Subject: Re: [android-discuss] ADB: error: insufficient permissions for device

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', this is what happens:

error: insufficient permissions for device

This is my /etc/udev/rules.d/51-android.rules:

SUBSYSTEMS=="usb", ATTRS{idVendor}=="22b8", ATTRS{idProduct} =="41db",
MODE="0666", OWNER="vineel"

My adb version is 1.0.25. My Cliq runs Android 1.5. I run Ubuntu 9.10.
What am I doing wrong here?

--

You received this message because you are subscribed to the Google Groups
"Android Discuss" group.
To post to this group, send email to android-discuss@googlegroups.com.
To unsubscribe from this group, send email to
android-discuss+unsubscribe@googlegroups.com<android-discuss%2Bunsubscribe@ googlegroups.com>
.
For more options, visit this group at
http://groups.google.com/group/android-discuss?hl=.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias Eisentraeger  
View profile  
 More options Nov 12 2009, 12:52 am
From: Tobias Eisentraeger <teisentrae...@googlemail.com>
Date: Thu, 12 Nov 2009 06:52:19 +0100
Local: Thurs, Nov 12 2009 12:52 am
Subject: Re: [android-discuss] ADB: error: insufficient permissions for device

adb kill-server
sudo adb start-server
adb devices

On Wed, Nov 11, 2009 at 7:19 PM, Tobias Eisentraeger <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tongcc8  
View profile  
 More options Nov 20 2009, 12:33 am
From: tongcc8 <tong...@gmail.com>
Date: Thu, 19 Nov 2009 21:33:57 -0800 (PST)
Local: Fri, Nov 20 2009 12:33 am
Subject: Re: ADB: error: insufficient permissions for device
I had to
su
cd android-sdk-linux-linux/tools
./adb kill-server
./adb start-server
./adb devices
exit
then everything go fine.

On Nov 12, 1:52 pm, Tobias Eisentraeger <teisentrae...@googlemail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »