Issue
I am using adb to connect to my physical device. Everything worked for a while, now all of a sudden adb tells me it would be "authorizing" all the time. I have already restarted adb, restarted the physical device, restarted USB debugging on the device but nothing helped.
When I run adb devices
it keeps telling me
List of devices attached
42b406de authorizing
With this, I can not remote debug the device, can not even open the developer menu in the app I want to debug (for opening the developer menu, I use adb shell input keyevent 82
and that returns adb: device still authorizing
.
Does anyone have a hint on what to do in such case to get debugging running again?
Thanks and best regards
EDIT: Maybe also important - I am using adb on Mac OS Big Sur
Solution
Finally I got this fixed by completely resetting the debug mode on the device and then unplugging and replugging the device to USB
Answered By - the_smart_home_maker
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.