Skip to content

Instantly share code, notes, and snippets.

View harshit-budhraja's full-sized avatar
👋
Waving at you!

Harshit Budhraja harshit-budhraja

👋
Waving at you!
View GitHub Profile
@harshit-budhraja
harshit-budhraja / adb-firetv-cmd.sh
Created December 19, 2022 12:13 — forked from FrenchBen/adb-firetv-cmd.sh
List of commands available for ADB against FireTV smart TV
# Connect to TV
adb connect <TV_IP>
# verify devices
adb devices
# list installed packages
adb shell pm list packages -f -3
# list all packages
adb shell pm list packages -f