Skip to content

Instantly share code, notes, and snippets.

@LethalMaus
Created April 1, 2026 20:55
Show Gist options
  • Select an option

  • Save LethalMaus/6c9ee73f1da5a018cd87e25eb41fae4f to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/6c9ee73f1da5a018cd87e25eb41fae4f to your computer and use it in GitHub Desktop.
TrustKeyService: adb host inspect script snippet
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