Skip to content

Commit e9cd623

Browse files
authored
Undocumented subcommand of adb: pubkey
Other undocumented commands from the source file adb/client/commandline.cpp : - lolcat, longcat - get-state, get-serialno, get-devpath ...
1 parent 23d13d8 commit e9cd623

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

adb.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
adb: Android Debug Bridge
22
====
33

4+
**Generate private key/public key (no daemon)**
5+
6+
$ adb keygen adhocAdbKey
7+
$ ls -l ./adhocAdbKey ./adhocAdbKey.pub
8+
9+
$ adb pubkey ./adhocAdbKey
410
**Fingerprint of public key**
511

612
$ awk '{print $1}' < ~/.android/adbkey.pub \

0 commit comments

Comments
 (0)