4

"Revoke USB debugging authorization" is not listed under Developer Options. I'm trying to remove the RSA fingerprints of my PC.

But I can see it while searching for it at the top of Developer Options. Prompt to remove the RSA fingerprints is not displayed if I select under search list.

I'm using Google Plus lollipop Custom ROM on a HTC device. Please suggest a solution.

3 Answers3

3

In my case, I traced the lack of “Revoke USB debugging authorization” to a custom kernel I had applied (called BeastMode). Applying a different kernel resulted in “Revoke USB debugging authorization” being present and ADB operations getting authorized properly.

Gili
  • 86,244
  • 97
  • 390
  • 689
2

As @Gili mentioned, a device with a custom kernel will not show the "Revoke USB..." option.

As @Alex P. mentioned, the keys can be manually cleared by deleting the folder.

However, different kernels will store those files in different locations. Possible locations are:

  • /data/.android/adbkey.pub
  • /data/adb/adb_keys
  • /data/misc/adb/adb_keys
Bryan W
  • 1,112
  • 15
  • 26
1

On the device, user-installed keys are stored in /data/misc/adb/adb_keys.

Just delete the file to remove all keys.

Alex P.
  • 30,437
  • 17
  • 118
  • 169