Anopey
Anopey

Reputation: 361

ADB doesn't detect my Samsung Galaxy S6

I enabled usb debugging, have my phone connected to my computer, the files even pop up but when i go to cmd and write "adb devices" the list is empty. How can i make adb detect my samsung galaxy s6?

Upvotes: 3

Views: 13064

Answers (6)

user11129195
user11129195

Reputation: 1

Just select midi.adb in ADB configuration under Developer Mode. Should detect it now.

Upvotes: 0

Ransom
Ransom

Reputation: 774

I believe you might need to ensure you are not using a "charge only cable" which does not support data communications.

Upvotes: 0

brobert
brobert

Reputation: 1

After installing the driver from the Samsung website, I found for my Samsung Galaxy S6 on Windows 7, I had to select "Transferring images - via a PTP connection" for ADB to recognize my phone.

Upvotes: 0

Dave Kavanagh
Dave Kavanagh

Reputation: 31

Ever since upgrading to Android M on my Galaxy S6, the only way I can connect to it with ADB is if I connect it as a MIDI device. My Nexus 9 with Android M works fine.

Upvotes: 3

Fuat ÖZERGİL
Fuat ÖZERGİL

Reputation: 77

Try adb kill-server at console then check your Task Manager to is there a an adb process running. After that adb start-server at console . One more thing firstly download your phones last updated driver to your computer

Upvotes: 3

Rob
Rob

Reputation: 748

Download ADB Driver and try to install the correct drivers for your Samsung device, should be working.

Upvotes: 1

Related Questions