Skip to content

Commit

Permalink
Refactor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekso committed Jan 29, 2024
1 parent 9ff293a commit e7fd6b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android_tv_rc/adb_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ def __init__(self, verbose: bool=False, show_command: bool=False):
3-Enable the USB/Wireless/ADB debugging feature on your android TV device depending on your version & get your TV IP address.
you can follow this link `https://www.makeuseof.com/how-to-use-adb-on-android-tv/`
Some important resources:
https://developer.android.com/tools/adb
https://developer.android.com/studio/command-line/adb
https://technastic.com/set-up-adb-over-wifi-android/
https://technastic.com/adb-shell-commands-list/
https://technastic.com/adb-commands-list-adb-cheat-sheet/
https://www.makeuseof.com/how-to-use-adb-on-android-tv/
Args:
verbose (bool): The `verbose` parameter is a boolean flag that determines whether or not to
enable verbose logging. If set to `True`, it will display additional information during the
Expand Down

0 comments on commit e7fd6b7

Please sign in to comment.