Android - How can I see the fingerprint of my adbkey?
This line will do it (found here):
awk '{print $1}' < ~/.android/adbkey.pub | openssl base64 -A -d -a | openssl md5 -c
This line will do it (found here):
awk '{print $1}' < ~/.android/adbkey.pub | openssl base64 -A -d -a | openssl md5 -c