Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Not able to use ADB with my Android device
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ImageJPEG
n00b
n00b


Joined: 03 Feb 2013
Posts: 20
Location: North West Iowa

PostPosted: Sun Dec 01, 2013 7:13 am    Post subject: Not able to use ADB with my Android device Reply with quote

I've got an HTC One and I just can't figure out how to get the dang thing talking with ADB. When the phone is in Fastboot mode, the fastboot binary can talk with it, however, when the phone is turned on with USB debugging on, the adb binary doesn't see it. I've tried looking all over Google but nothing about my phone. I've even tried the dev-util/android-sdk-update-manager and that got me no where.
Back to top
View user's profile Send private message
ImageJPEG
n00b
n00b


Joined: 03 Feb 2013
Posts: 20
Location: North West Iowa

PostPosted: Sun Dec 01, 2013 3:39 pm    Post subject: Reply with quote

Update.

I have added a rule in my /etc/udev/rules.d directory for my Android device. I added my user to the plugdev group with still no luck.

This is what's in my 51-android.rules files inside the rules.d directory.

Code:
#HTC
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", MODE="0660", GROUP="android"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0f91", SYMLINK+="android_adb"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0f91", SYMLINK+="android_fastboot"


This is what the /etc/group looks like:

Code:
cat /etc/group | grep android
android:x:996:josh


I've tried restarting udev and my computer several times with no luck.
Back to top
View user's profile Send private message
ImageJPEG
n00b
n00b


Joined: 03 Feb 2013
Posts: 20
Location: North West Iowa

PostPosted: Sun Dec 01, 2013 4:43 pm    Post subject: Reply with quote

I figured out that it's my device that's causing the issue, this thread can be deleted.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum