Created
April 1, 2026 20:55
-
-
Save LethalMaus/6c9ee73f1da5a018cd87e25eb41fae4f to your computer and use it in GitHub Desktop.
TrustKeyService: adb host inspect script snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell am broadcast \ | |
| -n "$RECEIVER" \ | |
| -a "$PACKAGE.action.EXECUTE_COMMAND" \ | |
| --es request_id "$request_id" \ | |
| --es operation inspect \ | |
| --es alias "$alias" >/dev/null | |
| adb logcat -d -s "$TAG:I" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment