1

I want to use Samsung Note Pro for debugging on Windows with Xamarin.Forms,
I installed Samsung USB Drivers from this address and turned on developer mode
but still not work. When I call adb devices my device didn't appear in the list.

Bengi Besçeli
  • 3,638
  • 12
  • 53
  • 87

3 Answers3

1

I too had this problem once. Despite installing drivers from Samsung website, adb could not recognise my device. Then installing Samsung Kies software in my PC helped me. It may work.

Sreeraj
  • 2,306
  • 2
  • 18
  • 31
1

(As @Sreeraj's answer stated, installing Kia solves a lot of driver issues under Windows)

Once Developer Mode is enabled:

There is also a separate “Developers Options” section. The difference now is before you get to enable the USB debugging option, you must first enable or turn on “Developer Mode”

Update:

but when I call it gets the device as "unauthorized"

1) To allow app installs from non-Market apps, tap the menu button on your home screen, then choose Settings >> Applications >> Unknown sources.

2) Can't connect Nexus 4 to adb: unauthorized

enter image description here enter image description here enter image description here

Community
  • 1
  • 1
SushiHangover
  • 73,120
  • 10
  • 106
  • 165
1

After you enable Developer Mode you need to turn on USB Debugging before you connect the device with your PC.

Enable USB Debugging

You can also debug without connecting your device via wireless: How can I connect to Android with ADB over TCP?

Community
  • 1
  • 1
Giorgi
  • 30,270
  • 13
  • 89
  • 125