~/.android/adbkey{,.pub}
are respectively present and missing on a setup
#43
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On my Linux Mint 22.1 Cinnamon Framework 13 Virtual Machine Manager Linux Mint (trust) virtual machine.
The Server Fault answer 52287:
It is about 381 characters.
Related to Benjamin-Loison/android/issues/91#issuecomment-2906728633.
`~/.android/adbkey{,.pub}` are respectively present and missingto `~/.android/adbkey{,.pub}` are respectively present and missing on a setupOn my host:
it seems to be a base 64 encoded binary, according to
base64 -d
.Removing
ssh-rsa
prefix to just keep base 64 does not result in the correct hash.Allow results in successful adb connection.
The Android Stack Exchange answer 260388 works fine when delete both
adbkey{,.pub}
, but not just the latter. When deleted both the phone prompts the new laptop identity.DuckDuckGo and Google search
Generate "adbkey.pub" from adbkey
does not seem to help.Revoke USB debugging authorizations helps.