rama-chitturi / MySolutionHub

0 stars 0 forks source link

adb.exe is unauthorised #22

Open rama-chitturi opened 3 years ago

rama-chitturi commented 3 years ago
  1. Check if authorized:
\platform-tools>adb devices List of devices attached 4df798d76f98cf6d unauthorized 2. Revoke USB Debugging on phone If the device is shown as unauthorized, go to the developer options on the phone and click "Revoke USB debugging authorization" (tested with JellyBean & Samsung GalaxyIII). 3. Restart ADB Server: Then restarted adb server adb kill-server adb start-server 4. Reconnect the device The device will ask if you are agree to connect the computer id. You need to confirm it. 5. Now Check the device It is now authorized! adb devices \platform-tools>adb devices List of devices attached 4df798d76f98cf6d device