Can't get ADB running

Search This thread

nme1337

Member
Mar 27, 2011
21
1
Hi,
i can't get ADB running. I activated it in the developer options and tried also checking and unchecking the usb 2 option.
On my Computer i'm running Linux Mint 17.1.
When imt checking for adb devices it's just an empty list.
I also tried this Instruction but it didn't help.
I really don't know what to do.
 

Tommmii

Senior Member
Jul 26, 2010
529
109
Merchtem
Hi,
i can't get ADB running. I activated it in the developer options and tried also checking and unchecking the usb 2 option.
On my Computer i'm running Linux Mint 17.1.
When imt checking for adb devices it's just an empty list.
I also tried this Instruction but it didn't help.
I really don't know what to do.

connect the device to a usb port and show the output of command
Code:
lsusb
 

nme1337

Member
Mar 27, 2011
21
1
connect the device to a usb port and show the output of command
Code:
lsusb

Code:
Bus 002 Device 003: ID 1532:010e Razer USA, Ltd 
Bus 002 Device 004: ID 2b4c:1015  
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1210:25f4 DigiTech 
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

while
Code:
Bus 002 Device 004: ID 2b4c:1015
is my Phone

Also my Phone doesn't ask for the permissions for the PC to connect with ADB.
And I tried switching between mtp and ptp.
 
Last edited:

Tommmii

Senior Member
Jul 26, 2010
529
109
Merchtem
Code:
Bus 002 Device 003: ID 1532:010e Razer USA, Ltd 
Bus 002 Device 004: ID 2b4c:1015  
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1210:25f4 DigiTech 
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

what's in your file /etc/udev/rules.d/51-android.rules ?