Thread: PRS-T1 getting adb working
View Single Post
Old 11-07-2011, 01:39 PM   #1
mrspaceman
Lurker in the Dark
mrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to beholdmrspaceman is a marvel to behold
 
mrspaceman's Avatar
 
Posts: 125
Karma: 11760
Join Date: Apr 2011
Location: Bristol, UK
Device: Asus Transformer Prime, Sony PRS-T1, HTC Sensation
Angry getting adb working

I am trying to get 'adb devices' to work reliably

I update my
Code:
~/.android/adb_usb.ini
to look like this:

Code:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x054c
I have updated my
Code:
/etc/udev/rules.d/51-android.rules
to look like this:

Code:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2080", MODE="0666", OWNER="andy"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="054C", MODE="0666", OWNER="andy"
I have restarted udev.
I have rebooted my PC and my prs-t1, still adb devices shows nothing.

This was working last night, and I had it working on my work PC all day, so does anyone know what has gone wrong?
mrspaceman is offline   Reply With Quote