Llewellyn Collins
Llewellyn Collins

Reputation: 2341

How To Enable USB Debugging For The Samsung S7

I am trying to use the chrome remote debugging tools.

So I am following this doc https://developer.chrome.com/devtools/docs/remote-debugging

However once I have developer options enabled, I cannot enable USB debugging. It stays disabled(greyed out)

Please not I have done this several times with other devices. My S7 is the only device that won't let me enable USB debugging.

Device information: Samsung Galaxy S7, android 6.0.1

Thanks in advance for your time and help.

EDIT: I have tried before and after connecting my device. The USB configuration is MTP.

Upvotes: 4

Views: 12341

Answers (4)

Jair Reina
Jair Reina

Reputation: 2915

I don't know why Samsung does these kind of things, but this worked for me:

  1. Go to "Settings"
  2. Select "About Device"
  3. Select "Software Info"
  4. Look for "Build number" and tap 7 times on it (yes, crazy right?) and you'll see a message that says “Developer mode has been enabled“.

Now when you go to Setting you will see the "Developer options" there. Make sure it is turned on and that USB debugging is turned on as well.

And that's it.

Upvotes: 1

jpedz
jpedz

Reputation: 1

To uninstall my knox on android 6.0.1

  1. Go to settings - applications - application manager -
  2. Tap on MyKnox - click "more" on top right then uninstall.

I just got my debugging mode working again doing that.

Upvotes: 0

jwweb
jwweb

Reputation: 11

On my S7 edge to use the chrome://inspect panel i needed to download this : http://developer.samsung.com/technical-doc/view.do?v=T000000117 the samsung android USB driver is required

Upvotes: 1

Mattia Maestrini
Mattia Maestrini

Reputation: 32770

Quoting www.samsungknox.com:

Is USB debugging disabled by default in KNOX 2.2?

From KNOX 2.2 onwards, USB debugging is disabled once a container is created. The check box to enable the USB debugging is unavailable (grayed out) and user cannot select it.

You can try uninstall Samsung My Knox and then USB debugging should works properly.

Upvotes: 7

Related Questions