Search code examples
androidadbsamsung-mobile

Android: adb does not recognize "Galaxy Note5"


I recently purchased Samsung Galaxy Note 5, and tried to keep developing my android project. My previous phone (S5) was working perfectly, but I guess I am not lucky with this phone.

I am getting this error (which is common error)

List of devices attached
DeviceName            unauthorized 

I have tried the following so far

1) Revoking USB debugging authorization
2) kill and start server with restarting computer
3) update sdk to the latest version (SDK Platforms and SDK Tools)

Is Galaxy Note 5 not allowed to use for developing yet? or am I missing some step? I have worked on android development for 2 years, and this is very weird...


Solution

    1. enable the developer option
    2. enable the usb debug mode inside developer option
    3. (Important!) Make sure to use USB drivers from Samsung. I have many experiences the Generic usb driver from google don't work for Samsung abd debug (although it can catch mobile when plug the usb). After install Samsung driver the RSA confirm pop will appear.

    NOTE: Don't need to install KIES full suite just search 'Samsung USB Driver for Mobile Phones'(in may case Samsung-Usb-Driver-v1.5.59.0.exe) for it is a pure driver.