• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

All About Chromecast

  • Home
    • About AllAboutChromecast.com
    • Privacy
    • Forum
    • Contact
  • Manual
  • How-to Guide
    • How to watch YouTube without ads on Chromecast with Google TV (without YouTube Premium) and on Google TV Streamer?
    • A Comprehensive Guide to Enabling and Using the Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV
    • How to enable developer options in Chromecast with Google TV and Google TV Streamer?
    • How to use Chromecast to stream music to dumb speakers (as Chromecast Audio does)?
    • How to Chromecast Amazon Prime Video to your TV?
    • How to use VLC media player on PC to stream music and video to Chromecast and Chromecast Audio?
      • How to use VLC for Android to stream local media to Chromecast?
    • How to use Chromecast Ultra to stream 4K content?
    • Comparison of 5 methods for streaming local media files to Chromecast
      • How to stream local video to Chromecast?
      • How to use Chromecast to share desktop screen (and audio) to TV?
      • How to use Plex media server to stream local media to Chromecast (from your PC)
      • How to use Videostream extension to stream local videos for Chromecast?
      • How to launch Videostream (and other Chrome apps as well)?
      • How to use Android app to stream local media files to Chromecast?
      • How to use Android screen mirroring with Chromecast
    • Chromecast VS Miracast: everything you need know about Chromecast, wireless display and screen mirroring
      • Chromecast VS Amazon Fire TV stick: which one is for you?
    • How to reset Chromecast (Factory Data Reset,FDR)?
      • How to rename Chromecast?
      • How to change Chromecast WiFi network?
      • How to change Chromecast time format and time zone?
      • How to use Chromecast backdrop to customize the TV screen?
      • How to use Chromecast guest mode?
      • How to check and claim Chromecast offers?
    • How to use Chromecast on Amazon Fire tablets (Fire HD, Fire HDX and Kindle Fire HDX)
    • How to stream photos and videos on OneDrive to Chromecast?
    • How to use the new Chromecast app?
    • Chromecast Preview Program: Everything you need to know
    • How to play games on Chromecast from mobile devices (Android and iOS)?
    • How to use Ethernet Adapter for Chromecast?
    • How to disable Google Home and Chromecast casting notification?
  • Chromecast Audio
    • Chromecast vs Chromecast Audio: which one is for you?
    • How to use Chromecast to stream music to dumb speakers (as Chromecast Audio does)?
    • How to setup Chromecast Audio?
    • How to use Chromecast Audio to stream music? and how to control Chromecast Audio?
    • Meaning of Chromecast Audio LED colors
    • What are the 3 compatible audio cables for Chromecast Audio? and why it matters?
    • Chromecast Audio vs Bluetooth
    • What are supported systems for Chromecast Audio companion device?
    • How to factory data reset Chromecast Audio?
    • How to use Chromecast Audio multi-room group playback?
  • Chromecast 101
    • Google TV Streamer vs Chromecast with Google TV: Everything you need to know
    • Chromecast 4th Gen (Chromecast with Google TV) is coming!
      • How to watch YouTube without ads on Chromecast with Google TV (without YouTube Premium) and on Google TV Streamer?
      • How to use Fast Pair on Chromecast with Google TV to pair headphones and earbuds with Chromecast?
      • Master the Voice Remote for Chromecast with Google TV and Google TV Streamer
      • Meaning of LED light on voice remote for Chromecast with Google TV and Google TV Streamer
    • What’s new in Chromecast 2018 (3rd gen of Chromecast)?
    • Chromecast Ultra vs Chromecast 2nd Gen
    • What’s new in the new Chromecast (Chromecast 2015)
    • Google released $15 Ethernet Adapter for Chromecast
    • Chromecast Preview Program: Everything you need to know
    • A Guide to Chromecast Offers
    • Chromecast VS Amazon Fire TV stick: which one is for you?
    • Chromecast VS Miracast: everything you need know about Chromecast, wireless display and screen mirroring

A Comprehensive Guide to Enabling and Using the Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV

Last updated on: October 12, 2025, first published on: August 27, 2025 1 Comment

A Comprehensive Guide to Enabling and Using the Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV

By enabling and connecting to a Google TV streamer (or Chromecast with Google TV, or other Android TV devices) via the Android Debug Bridge, you gain a level of control and customization that is otherwise inaccessible. The capabilities unlocked—including sideloading applications, removing unwanted system software, accessing the underlying file system, and executing powerful shell commands—transform the device from a simple media player into a flexible and highly configurable computing platform.

This Chromecast how-to guide explains what Android Debug Bridge (ADB) is, how it works, and how to enable and use ADB to gain full control of your Google TV Streamer (or Chromecast with Google TV). Some most useful ADB commands for managing your Google TV Streamer are also listed.

Please note this guide applies to Google TV Streamer and Chromecast with Google TV (both 4K and HD versions). Other Chromecast devices (Chromecast 1st Gen, 2nd Gen, and 3rd Gen) are not running Android and, therefore, cannot be accessed via ADB.

This guide also applies to most Android TV boxes (and Android phones and tablets).

Table of Contents hide
1) What is Android Debug Bridge (ADB)?
2) How to enable Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV?
2.1) Step 1: Unlock the Hidden Developer Options Menu
2.2) Step 2: Enabling USB Debugging (and/or Wireless Debugging)
3) Installation of ADB Platform-Tools on Your PC/Mac
3.1) Acquiring the Official Android Platform Tools
3.2) Installation and PATH Configuration for Windows
3.3) Installation and PATH Configuration for macOS
3.4) Installation and PATH Configuration for Linux
3.5) Verifying the Installation
4) Establishing the Wireless Connection between the PC/Mac and Google TV Streamer ( or Chromecast with Google TV)
4.1) Locating the Google TV’s IP Address
4.2) Initiating the Connection
4.3) The RSA Key Fingerprint Authorization
4.4) Verifying the Connection
5) How to use Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV?
5.1) Application Management (Sideloading and Debloating)
5.2) File System Interaction
5.3) Accessing the Remote Shell
5.4) Simulating Remote Control Inputs
6) Practical ADB Command and Control for Google TV

What is Android Debug Bridge (ADB)?

The Android Debug Bridge (ADB) is part of the platform tools included in the Android Software Development Kit (SDK). It is engineered to facilitate communication between a development workstation and any device running the Android operating system, including Android TV, Chromecast with Google TV, and Google TV Streamer devices. ADB enables various device actions, ranging from installing and debugging applications to accessing a low-level Linux shell for advanced system interaction.

ADB has three components:

  1. Client: This component resides on the development workstation (e.g., a PC, Mac, or Linux machine). It is the command-line program (adb) that a user invokes in a terminal to send commands.
  2. Server: A background process running on the development workstation that manages the communication channels. It acts as an intermediary, routing commands from the ADB client to the appropriate device daemon and relaying the results back.
  3. Daemon (adbd): A background process that runs on the Android device itself (e.g., the Google TV streamer). The daemon listens for commands from the ADB server and executes them on the device, providing a direct interface to the system’s functions.

The client and server are running on the development workstation. The server is responsible for establishing and maintaining a connection between the client on the workstation and the adbd daemon on the Android device. Commands issued from the client are executed on the Android device.

While ADB is fundamentally a tool for software developers, its capabilities extend far beyond application debugging, making it an indispensable utility for advanced users and system integrators. By leveraging ADB, a user can transcend the limitations of the standard graphical user interface to perform a variety of powerful operations. These include sideloading applications (e.g., SmartTube) that are not available on the Google Play Store, removing pre-installed system applications (bloatware), executing advanced system tweaks to modify performance or appearance, and capturing detailed diagnostic logs.

How to enable Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV?

Before any communication via ADB can occur, the Google TV Streamer or Chromecast with Google TV must be configured to accept incoming debugging connections. This involves unlocking a hidden settings menu (developer options) and then enabling the appropriate debugging protocol.

Step 1: Unlock the Hidden Developer Options Menu

By default, the Developer Options menu (required for ADB) is hidden to prevent inadvertent system changes by novice users.

You may follow these steps to unlock developer options and make them available:

  1. Navigate to the Google TV Streamer (or Chromecast with Google TV) home screen.
  2. Open the Settings menu. You can select the gear icon located in the top-right corner of the screen, then select all settings.
  3. Within Settings, select System, and then navigate to the About section.
  4. Scroll through the list to locate the Android TV OS Build entry. It is critical to select this specific item, not other entries like “Version”.
  5. Using the remote control‘s primary selection button (in the center of the D-pad), press it repeatedly on the Android TV OS Build entry. This action must be performed approximately seven times.
  6. After a sufficient number of presses, a small heads-up notification message (a “toast“) will appear at the bottom of the screen stating, “You are now a developer!”
  7. Return to the Settings > System screen. A new entry, Developer options, will now be visible in the menu.

You may check this guide for a detailed explanation with screenshots on how to enable developer options on Chromecast with Google TV and Google TV Streamer.

Step 2: Enabling USB Debugging (and/or Wireless Debugging)

With the Developer options menu unlocked, the final step on the Google TV Streamer (or Chromecast with Google TV) is to enable the debugging daemon.

So, on the developer options, you need to enable USB Debugging or Wireless Debugging, depending on whether your Google TV Streamer (or Chromecast with Google TV)is connected to the internet through WiFi or through the Ethernet port (or a USB-C hub with Ethernet port). Prior to Android 11 13, USB debugging, once enabled, actually activates the adbd process and allows it to listen for connections over both USB and TCP/IP. Since Android 13, Wireless Debugging has been separated from USB Debugging.

Since both Google TV Streamer and Chromecast with Google TV were updated to Android 14 in 2025, you must ensure that Wireless Debugging is enabled if your device is connected to WiFi directly (not via an Ethernet cable).

The procedure to enable USB Debugging or Wireless Debugging is as follows:

  1. From the Settings > System, select the Developer options.
  2. Scroll down to the Debugging section.
  3. Locate and activate the toggle switch for USB debugging.
  4. A confirmation dialog will appear, asking for permission to allow USB debugging. Select OK or Allow to enable the feature.
Google TV streamer (Chromecast with Google TV) developer options: enable USB debugging

If your Google TV Streamer or Chromecast with Google TV connects to the internet through WiFi, you need to enable Wireless Debugging, which requires a pairing process in the connection phase. Please refer to this detailed Android ADB Wireless Debugging guide (coming soon).

Now, ADB is enabled on your Google TV Streamer or Chromecast with Google TV.

Google TV Streamer 4K - Fast Streaming Entertainment on Your TV with Voice Search Remote - Watch Movies, Shows, Live TV, and Netflix in 4K HDR - Smart Home Control - 32 GB of Storage - Porcelain
Amazon Fire TV Stick 4K (newest model) with AI-powered Fire TV Search, Wi-Fi 6, stream over 1.8 million movies and shows, free & live TV
Google TV Streamer 4K - Fast Streaming Entertainment on Your TV with Voice Search Remote - Watch Movies, Shows, Live TV, and Netflix in 4K HDR - Smart Home Control - 32 GB of Storage - Porcelain
Amazon Fire TV Stick 4K (newest model) with AI-powered Fire TV Search, Wi-Fi 6, stream over 1.8 million movies and shows, free & live TV
$79.99
Price not available
Amazon Prime
-
Buy on Amazon
Buy on Amazon
Google TV Streamer 4K - Fast Streaming Entertainment on Your TV with Voice Search Remote - Watch Movies, Shows, Live TV, and Netflix in 4K HDR - Smart Home Control - 32 GB of Storage - Porcelain
Google TV Streamer 4K - Fast Streaming Entertainment on Your TV with Voice Search Remote - Watch Movies, Shows, Live TV, and Netflix in 4K HDR - Smart Home Control - 32 GB of Storage - Porcelain
$79.99
Amazon Prime
Buy on Amazon
Amazon Fire TV Stick 4K (newest model) with AI-powered Fire TV Search, Wi-Fi 6, stream over 1.8 million movies and shows, free & live TV
Amazon Fire TV Stick 4K (newest model) with AI-powered Fire TV Search, Wi-Fi 6, stream over 1.8 million movies and shows, free & live TV
Price not available
-
Buy on Amazon

Installation of ADB Platform-Tools on Your PC/Mac

A functional ADB setup requires the installation of the command-line tools on a workstation. The most common point of failure for users new to command-line interfaces is the incorrect configuration of the system’s PATH environment variable. The PATH is a list of directories that the operating system searches when a command is executed. Without adding the ADB tools’ location to this PATH, the system will be unable to find the adb executable, resulting in a “command not found” error unless the user first navigates to the specific folder containing the tools.

Properly configuring the PATH allows the adb command to be run from any directory in the terminal, which is a critical step for a functional and convenient setup. Otherwise, you need to use the full path to start the ADB client and server.

Acquiring the Official Android Platform Tools

For maximum stability, compatibility, and security, it is imperative to use the official Android SDK Platform-Tools provided by Google. These packages contain the latest versions of adb and other necessary utilities.

Direct download links for the latest standalone packages are available:

  • For Windows 10/11: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
  • For MacOS https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
  • For Linux: https://dl.google.com/android/repository/platform-tools-latest-linux.zip

Installation and PATH Configuration for Windows

  1. Download the ZIP file and extract its contents to a permanent, easily accessible location, for example, C:\platform-tools.
  2. Open the Start menu and search for “advanced system settings,” then select the corresponding control panel item.
  3. In the System Properties window that appears, click the Environment Variables… button.
  4. In the top half of the next window, under “User variables for XXX,” find and select the variable named Path, then click Edit….
  5. Click New and enter the full path to the directory where the tools were extracted (e.g., C:\platform-tools).
  6. Click OK on all open windows to save the changes.

Installation and PATH Configuration for macOS

For macOS users, the simplest method is to use the Homebrew package manager, which handles the installation and PATH configuration automatically.

Of course, you can download and manually install it.

  1. Download and extract the macOS ZIP file to a location such as ~/platform-tools.
  2. Determine the default shell by running echo $0 in the Terminal. Since macOS Catalina, the default is Z shell (Zsh).
  3. Open the appropriate shell configuration file in a text editor. For Zsh, use nano ~/.zshrc; for the older Bash shell, use nano ~/.bash_profile
  4. Add the following line to the end of the file, replacing the path if necessary: export PATH=$PATH:~/platform-tools
  5. Save the file (press Ctrl+X, then Y, then Enter in nano).
  6. Reload the shell configuration by running source ~/.zshrc (or ~/.bash_profile for Bash).

Installation and PATH Configuration for Linux

Similar to macOS, using a system package manager is the most straightforward approach for Linux.

Again, you can download the zip file and set up the PATH manually.

  1. Download and extract the Linux ZIP file to ~/platform-tools.
  2. Open the shell profile file for editing, typically ~/.profile or ~/.bashrc, using a command like nano ~/.profile.
  3. Add the following line to the end of the file: export PATH=$HOME/platform-tools:$PATH
  4. Save the file and either log out and log back in, or run source ~/.profile (or source ~/.bashrc) to apply the changes.

Verifying the Installation

To confirm that the ADB tools have been installed correctly and that the system PATH is properly configured, open a new terminal or command prompt window and execute the following command:

adb version

A successful installation will output the version information for the Android Debug Bridge, confirming that the tool is ready for use.

test installation of ADB on windows

Establishing the Wireless Connection between the PC/Mac and Google TV Streamer ( or Chromecast with Google TV)

With the Google TV device and the workstation prepared, the final step is to establish the wireless connection between them.

This guide assumes your Google TV Streamer is connected to the internet through the Ethernet port.

If your Google TV Streamer or Chromecast with Google TV is connected via WiFi, you need to use Wireless Debugging. Please follow this guide because there is a pairing process, and the port number is not fixed.

Locating the Google TV’s IP Address

A successful network connection requires the local IP address of the Google TV streamer. This address is assigned by the local network’s router and is used to uniquely identify the device.

  • Method 1 (On the Device): This is the most reliable method. Navigate to Settings > System > About > Status on the Google TV Streamer. The local IP address will be displayed, typically in the format 192.168.x.x. An alternative path is Settings > Network & Internet, where selecting the currently connected Wi-Fi network will reveal its status details, including the IP address.
  • Method 2 (Router Interface): An alternative method is to access the administrative interface of the home’s Wi-Fi router via a web browser. The router’s interface will contain a list of all connected devices, from which the Google TV’s IP address can be identified.

Initiating the Connection

  1. Confirm that both the workstation and the Google TV Streamer are connected to the same local network (e.g., the same Wi-Fi network).
  2. Open a terminal or command prompt on the workstation.
  3. Execute the adb connect command using the IP address obtained in the previous step. The standard syntax is:
    adb connect <IP_ADDRESS>
    For example: adb connect 192.168.1.101.

You can also explicitly state port 5555, which is the standard port for ADB over TCP/IP for USB Debugging. If the initial command fails, try the following syntax:
adb connect <IP_ADDRESS>:5555
For example: adb connect 192.168.1.101:5555

The RSA Key Fingerprint Authorization

Upon the first successful connection attempt from a new workstation, a critical security handshake must be completed on the Google TV Streamer (or Chromecast with Google TV).

  1. A dialog box will appear on the TV screen with the title “Allow USB debugging?”, as shown in the screenshot below.
  2. This dialog will display the unique RSA key fingerprint of the connecting computer and ask for authorization.
  3. Using the remote control, check the box labeled “Always allow from this computer”. This action adds the computer’s key to a list of trusted devices, streamlining future connections.
  4. Select ALLOW or OK to complete the authorization. This step is crucial; failing to grant this permission is a primary cause of “device offline” errors.
Allow USB debugging to use ADB on Google TV Streamer and Chromecast with Google TV

Verifying the Connection

After authorizing the connection on the TV, it is important to verify the connection status on the workstation with the following command:

adb devices

A successful and authorized connection will be indicated by an output line showing the device’s IP address and port, followed by the state of the devices, as shown in the screenshot below.

ADB command to list connected devices

It is worth noting that the initial adb connect command may report a failure to authenticate immediately after the authorization prompt is accepted on the TV. This is normal behavior. Simply re-issuing the adb connect command a second time will typically result in a successful connection.

avedio links HDMI Audio Extractor 4K, HDMI to Optical RCA or 3.5mm Jack Audio Adapter Converter Splitter, Supports Dolby Digital DTS 5.1 PCM for PS5, Fire Stick, Blu-ray Player, Sound System
HDMI ARC to Optical Audio Adapter, NEWCARE 4K@60Hz H DMI Audio Splitter Converter, HDMI to Optical Toslink SPDIF+3.5mm Jack AUX Audio Out, Metal HDMI Audio Extractor Support Blue-Ray Play Soundbar
avedio links HDMI Audio Extractor 4K, HDMI to Optical RCA or 3.5mm Jack Audio Adapter Converter Splitter, Supports Dolby Digital DTS 5.1 PCM for PS5, Fire Stick, Blu-ray Player, Sound System
HDMI ARC to Optical Audio Adapter, NEWCARE 4K@60Hz H DMI Audio Splitter Converter, HDMI to Optical Toslink SPDIF+3.5mm Jack AUX Audio Out, Metal HDMI Audio Extractor Support Blue-Ray Play Soundbar
$21.99
$29.99
-
-
Buy on Amazon
Buy on Amazon
avedio links HDMI Audio Extractor 4K, HDMI to Optical RCA or 3.5mm Jack Audio Adapter Converter Splitter, Supports Dolby Digital DTS 5.1 PCM for PS5, Fire Stick, Blu-ray Player, Sound System
avedio links HDMI Audio Extractor 4K, HDMI to Optical RCA or 3.5mm Jack Audio Adapter Converter Splitter, Supports Dolby Digital DTS 5.1 PCM for PS5, Fire Stick, Blu-ray Player, Sound System
$21.99
-
Buy on Amazon
HDMI ARC to Optical Audio Adapter, NEWCARE 4K@60Hz H DMI Audio Splitter Converter, HDMI to Optical Toslink SPDIF+3.5mm Jack AUX Audio Out, Metal HDMI Audio Extractor Support Blue-Ray Play Soundbar
HDMI ARC to Optical Audio Adapter, NEWCARE 4K@60Hz H DMI Audio Splitter Converter, HDMI to Optical Toslink SPDIF+3.5mm Jack AUX Audio Out, Metal HDMI Audio Extractor Support Blue-Ray Play Soundbar
$29.99
-
Buy on Amazon

How to use Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV?

Once the connection between the workstation and Google TV Streamer (or Chromecast with Google TV) is established, you can use ADB commands to manage and control the Google TV.

Here are just some examples.

Application Management (Sideloading and Debloating)

A primary use case for ADB is managing applications beyond the capabilities of the Google Play Store.

  • Installing Apps (Sideloading): To install an application from its .apk file, use the adb install package.apk command. This is useful for installing apps not available in the official store (e.g., SmartTube) or for testing development builds. The command requires the full path to the .apk file on the workstation. The simple way is to put the APK file in the platform-tools folder.
  • Listing Installed Apps: Before an app can be uninstalled, its official package name must be known. The command adb shell pm list packages will display a list of all installed packages. To narrow this down to only user-installed (non-system) applications (e.g., VLC player or Prime Video), the -3 flag is highly effective: adb shell pm list packages -3 .
  • Uninstalling Apps (Debloating): Many devices come with pre-installed applications that cannot be removed through the standard interface. ADB provides the means to uninstall some of these apps using the adb uninstall <package_name> command. The package name identified in the previous step is used as the argument for this command.

File System Interaction

ADB facilitates direct file transfers between the workstation and the Google TV Streamer’s file system.

  • Pushing Files: The adb push <local_file> <remote_destination> command is used to copy a file or directory to the Google TV. This can be used for transferring media files, application configuration files, or other assets.
  • Pulling Files: Conversely, the adb pull <remote_file> <local_destination> command retrieves a file or directory from the Google TV. This is particularly useful for backing up data, retrieving log files for analysis, or saving screenshots captured via the shell.

Accessing the Remote Shell

The adb shell command is a powerful feature that opens an interactive command-line session directly on the Google TV Streamer’s underlying Linux-based operating system. Within this shell, standard Unix commands such as ls (list files), cd (change directory), and rm (remove file) can be used for advanced file management. Furthermore, device-specific commands can be executed, such as wm size to check or even change the display resolution.

Simulating Remote Control Inputs

For automation and scripting, ADB can simulate physical remote control button presses. The command adb shell input keyevent <key_code> sends a specific key event to the system. This allows for scripting complex sequences of actions. Key codes relevant for a TV interface include:

  • 3: HOME
  • 4: BACK
  • 19, 20, 21, 22: DPAD UP, DOWN, LEFT, RIGHT
  • 23 or 66: DPAD CENTER / ENTER
  • 24, 25: VOLUME UP, DOWN
  • 26: POWER ON/OFF
  • 85: MEDIA PLAY/PAUSE

Practical ADB Command and Control for Google TV

The following table details some of the most useful ADB commands for managing your Google TV Streamer and Chromecast with Google TV. They also work equally on most Android TV devices.

Please note if you have two or more Android devices connected, you need to use: adb -s <ip>:5555 <command> to specify the device.

Function GroupCommandFull SyntaxDescriptionExample Usage
Connection Managementdevicesadb devicesLists all connected and authorized devices.
connectadb connect <IP>[:<port>]Connects to a device over the network.adb connect 192.168.1.101
disconnectadb disconnect <IP>[:<port>]Disconnects from a specific network device.adb disconnect 192.168.1.101
kill-serveradb kill-serverTerminates the ADB server process on the workstation.
Application Managementinstalladb install <path_to_apk>Installs an application from an APK file.adb install C:\downloads\new_app.apk
install -radb install -r <path_to_apk>Re-installs an existing application, keeping its data.adb install -r C:\downloads\app_update.apk
uninstalladb uninstall <package_name>Uninstalls an application using its package name.adb uninstall com.example.bloatware
list packagesadb shell pm list packages -3Lists all installed application package names. The -3 flag filters for third-party apps only.adb shell pm list packages -3
clearadb shell pm clear <package_name>Clears all data and cache for a specific application.adb shell pm clear com.example.buggyapp
File Transferpushadb push <local_path> <remote_path>Copies a file from the workstation to the device.adb push config.txt /sdcard/
pulladb pull <remote_path> <local_path>Copies a file from the device to the workstation.adb pull /sdcard/log.txt .
Device Controlrebootadb rebootReboots the device.adb reboot
input keyeventadb shell input keyevent <key_code>Simulates a key press on the device.adb shell input keyevent 3 (Home)
Information & Diagnosticslogcatadb logcatDisplays the device’s system log in real-time.adb logcat
get-serialnoadb get-serialnoDisplays the device’s unique serial number.adb get-serialno
wm sizeadb shell wm sizeDisplays the current screen resolution of the device.adb shell wm size

Do you have any questions about enabling and using the Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV?

Please let us know your questions or comments on enabling and using the Android Debug Bridge (ADB) on Google TV Streamer and Chromecast with Google TV in the comment box below.

Google Pixel Buds Pro 2 - Wireless Bluetooth Earbuds with Pro-Level Active Noise Cancellation - Built for Gemini, Your Google AI Assistant - Peony
Sony WH-1000XM6/B Best Wireless Noise Canceling Headphones, Black Bundle with Exclusive 2 YR CPS Enhanced Protection Pack | Official USA Partner Model
Google Pixel Buds Pro 2 - Wireless Bluetooth Earbuds with Pro-Level Active Noise Cancellation - Built for Gemini, Your Google AI Assistant - Peony
Sony WH-1000XM6/B Best Wireless Noise Canceling Headphones, Black Bundle with Exclusive 2 YR CPS Enhanced Protection Pack | Official USA Partner Model
$189.00
$398.00
Amazon Prime
-
Buy on Amazon
Buy on Amazon
Google Pixel Buds Pro 2 - Wireless Bluetooth Earbuds with Pro-Level Active Noise Cancellation - Built for Gemini, Your Google AI Assistant - Peony
Google Pixel Buds Pro 2 - Wireless Bluetooth Earbuds with Pro-Level Active Noise Cancellation - Built for Gemini, Your Google AI Assistant - Peony
$189.00
Amazon Prime
Buy on Amazon
Sony WH-1000XM6/B Best Wireless Noise Canceling Headphones, Black Bundle with Exclusive 2 YR CPS Enhanced Protection Pack | Official USA Partner Model
Sony WH-1000XM6/B Best Wireless Noise Canceling Headphones, Black Bundle with Exclusive 2 YR CPS Enhanced Protection Pack | Official USA Partner Model
$398.00
-
Buy on Amazon

The community will try to help you find the solution.

For Chromecast Audio guides, please visit the Chromecast Audio guide page.

If your question is on Chromecast, including Chromecast Ultra,  1st generation Chromecast, 2nd gen Chromecast (aka Chromecast 2015), and the 3rd gen Chromecast (Chromecast 2018), please visit the Chromecast how-to guides page.

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit

Filed Under: Chromecast tips and tricks Tagged With: ADB, Android 13, Android 14, Android TV, chromecast, Chromecast with Google TV, developer options, Google TV Streamer, Linux, macOS, sideload apps, SmartTube, USB debugging, VLC for Android, voice remote, Wireless debugging

Reader Interactions

Comments

  1. Malatya masaj randevu says

    October 17, 2025 at 12:41 pm

    This is my first time pay a quick visit at here and i am really happy to read everthing at one place

    Reply

Leave a ReplyCancel reply

Primary Sidebar

Stop Telling Boring One-Liners. Start Telling Unforgettable Stories

All Over The Map: Funny Stories for Every Place You Go—From 36,000 Feet to the Bedroom
All Over The Map: Funny Stories for Every Place You Go—From 36,000 Feet to the Bedroom
$4.99
Buy on Amazon

Chromecast with Google TV

Chromecast with Google TV (HD) - Streaming Stick Entertainment on Your TV with Voice Search - Watch Movies, Shows, and Live TV in 1080p HD - Snow
Chromecast with Google TV (HD) - Streaming Stick Entertainment on Your TV with Voice Search - Watch Movies, Shows, and Live TV in 1080p HD - Snow
Buy on Amazon
Google Pixel 10 - Unlocked Android Smartphone with Gemini, Your Google AI Assistant - Advanced Triple Rear Camera, Fast-Charging 24+ Hour Battery, and 6.3' Actua Display - Frost - 128 GB
Google Pixel 10 - Unlocked Android Smartphone with Gemini, Your Google AI Assistant - Advanced Triple Rear Camera, Fast-Charging 24+ Hour Battery, and 6.3" Actua Display - Frost - 128 GB
Amazon Prime
$799.00
Buy on Amazon

RSS Galaxy S25 Guides

  • All New Features of One UI 8 (Android 16) Update for Galaxy S25, S24, S23, and S22
  • One UI 8 Update Highlights for Galaxy S25, S24, S23, and S22
  • How to manage camera modes on Galaxy S25 (and Galaxy S24, S23, S22, and S21 with One UI 7 update)?
  • How to Use Galaxy S25 Camera App?
  • A Definite Guide to Galaxy S25 Flipsuit Case
  • How to Access and Customize Now Brief on Galaxy S25?
  • Meaning of Galaxy S25 Status Icons and Notification Icons
  • Layout of Galaxy S25, S25+, and S25 Ultra
  • New Galaxy AI features in Galaxy S25, S25+, and S25 Ultra
  • Top 10 new features of Galaxy S25, S25+, and S25 Ultra

RSS Galaxy S24 Guides

  • The definitive guide to One UI 7 (Android 15) update for Galaxy S24, S23, S22, and S21
  • The Definitive Guide to Galaxy AI on Galaxy S24, S23, S22, Fold 6, Fold 5, Flip 6, and Flip 5
  • Use the Light Performance Profile to Extend Battery Life and Reduce Heat on Galaxy S24, S23, S22, and S21 (all Samsung Galaxy Phones with Android 14/One UI 6.0)
  • How to adjust lock screen timeout on Galaxy S24, S23, S22, and other Galaxy devices?
  • How to use Circle to Search on Galaxy S24?
  • Meaning of Galaxy S24 status icons and notification icons on Galaxy S24, S24+, and S24 Ultra

RSS Galaxy S23 Guides

  • Explanation of all One UI 6.1 features for Galaxy S23, S23+, S23 Ultra, and other Galaxy devices
  • How to use One-Tap Editing in the Android 14 (One UI 6) update?
  • How to enable and use Auto Scan to scan documents automatically on Galaxy S23, S22, and S21?
  • New camera features in One UI 6 (Android 14) update for Galaxy S23, S22, and S21
  • Galaxy S23 User Manual in American English with Android 14 (One UI 6) Update
  • Galaxy S23 User Manual in British English with Android 14 (One UI 6) update

RSS Galaxy S22 Guides

  • A Complete Guide for Android 14 (One UI 6) Update on Samsung Galaxy Devices
  • How to touch and hold to customize Lock Screen on Galaxy S22, S21, and S20 with the Android 13 update?
  • How to use Maintenance Mode on Galaxy S23, S22, S21, and S20 with Android 13 (One UI 5)?
  • How to extract text from photos and images on Galaxy S22, S21, and S20?

Chromecast Tips and Tricks

RSS Galaxy S21 Guides

  • Top 12 new features in Android 12 update for Galaxy S21, S20 and S10
  • Android 12 update vs One UI 4.0 vs One UI 4.1: update Galaxy S21, S20 and S10 to Android 12
  • How to set and resize photo size on Samsung Galaxy S21, S20, S10, and S9 without using any third-party apps?
  • How to Customize Galaxy S21 Home Screen?

RSS Headphone Guides

  • Understand The Physics of Open-Ear Directional Audio
  • Bone Conduction Headphones Buyer’s Guide: 2026 Edition
  • Bone Conduction Audio Technology: A Technical Breakdown
  • Science And Architecture of Bluetooth Auracast
  • Bluetooth LE Audio and the LC3 Codec: A Technical Deep Dive
  • The Physics and Engineering of Super Wide Band (SWB) Voice
  • True Wireless Stereo (TWS) Explained
  • The Complete Technical Guide to the Galaxy Buds 4 & Buds 4 Pro

RSS Moto G Guide

  • Stylus features on Moto G Stylus (all models)
  • What’s new in Moto G 2024? Moto G 5G 2024 vs Moto G Power 2024 vs Moto G Play 2024
  • Understand Moto G Model Names
  • Thank You
  • Moto G8 vs Moto G8 Power vs Moto G8 Power Lite vs Moto G Power vs Moto G Stylus vs Moto G Pro vs Moto G fast: What are the differences?
  • Moto G8 User Manual for Moto G8 Plus and Moto G8 Play

RSS Neato XV Guides

  • Neato XV Revival Guide: Repair, Hack & Restore (The 2026-2027 Edition)
  • The Scavenger’s Guide: How to Buy “Broken” Neato XVs for $20 (And Fix Them)
  • 3D Print Your Own Spare Parts: The Neato XV STL Guide
  • Stop Guessing: How to Use NeatoControl to “X-Ray” Your Robot
  • The Forbidden Upgrade: Neato Firmware Update to Vorwerk VR100 (Offline Guide)
  • The Vault: Neato XV & Vorwerk VR100 Software Repository
  • Neato Charging Station Blinking Green? The $2 C10 Capacitor Fix
  • Neato Error 3000 Fix: Lidar Motor & Belt Replacement Guide (XV-21, XV-15, XV-13, XV-11)
  • The Battery Dilemma: How to Double Your Neato XV’s Runtime (NiMH vs. Lithium)?
  • Why the “Ancient” Neato XV is Better Than Modern Robots (In 2025 and 2026)

RSS Moto E Guide

  • How to use Moto E6 camera?
  • How to use SIM cards on Moto E6, E6 Plus, E6 Play, and E6s 2020?
  • How to remove Moto E6 back cover (including Moto E6, Moto E6 Plus, Moto E6 Play)?
  • How to use alarm and customize alarm tones on Moto E, Moto G and Moto X?

RSS Amazon Fire Tablet Guides

  • Fire Tablet Buyer’s Guide 2025
  • How to use Writing Assist on Fire Tablet?
  • How to use Wallpaper Creator on your Fire tablet?
  • How to Use Webpage Summaries on Your Fire Tablet?
  • What’s new in Fire HD 8 2024 (12th Gen)?

Footer

RSS Drive In Singapore

  • Singapore ERP (Electronic Road Pricing): 6 Facts You Need to Know
  • Car Insurance in Singapore Explained
  • Top 5 rules of driving in Singapore safely and legally during COVID-19 Circuit Breaker period
  • Understand COE Price by 10 Simple Questions
  • How to convert a foreign driving license to a Singapore driving license?
  • How to get a Touch ‘n Go card as a Singapore driver?
  • What is covered in the car warranty in Singapore? What is not?
  • What is the Singapore Road Speed Limit?

RSS Galaxy S10 Guides

  • End of security update for Galaxy S10, S10+ and S10e
  • Top 10 new features in Android 10 update for Galaxy S10
  • Top 5 new features added in Galaxy S10 September Update
  • How to move apps to the micro SD card to free phone storage on Galaxy S10 ?
  • Galaxy S10 wireless charging guide

RSS Samsung Galaxy S5 Guide

  • How to enter Galaxy S5 recovery mode?
  • How to set Galaxy S5 photo size and video size?
  • How to use Galaxy S5 camera voice control?

RSS Moto X Guide

  • Welcome on board, Motorola Razr!
  • Official Moto X4 User manual (User guide for Moto X 4th Gen , Moto X 2017)
  • What’s new in Android Marshmallow update for Moto X (Moto X 2015, Moto X 2014, Moto X Style and Moto X Pure edition)?

RSS Chinese Music World

  • How to Cast Chinese Music Radio to Chromecast or Google Home?
  • 十面埋伏 (Ambushed,Pipa,琵琶曲,Shi Mian Mai Fu)
  • Meet in Yurt(敖包相会, Ao Bao Xiang Hui,Folk song,民歌)
  • Purple Bamboo Melody(紫竹调, Zi Zhu Diao,Yangqin,扬琴)
  • Solitary Orchid (幽兰, You Lan, Guqin, 古琴)

RSS Galaxy S20 Guides

  • The End of the Road: No Android 14 Update for the Galaxy S20
  • How to Use Enhanced Processing on Galaxy S20 with Android 11 update?
  • How to access, use, and customise widgets on Galaxy S20 lock screen and AOD screen with Android 11 update for Galaxy S20?
  • How to update Galaxy S20 to Android 11?
  • How to use Galaxy S20 lockdown mode?
  • Top 11 new features in Galaxy S20 Android 11 update
  • How to use Galaxy S20 recovery mode?

RSS Google Home Speaker

  • How to Use Quick Gestures on Nest Hub 2nd Gen and Nest Hub Max?
  • Understand the layout of Nest Hub (including Nest Hub 2nd Gen, Google Home Hub)
  • How to control Nest Audio?
  • Nest Audio Guides
  • Layout of Google Nest Mini (Google Home Mini 2nd Gen)
  • How to connect Google Home to a Bluetooth speaker?

© 2013–2026 · All About Chromecast: The best Chromecast guide, tips and tricks for Chromecast, Chromecast Ultra, and Chromecast Audio. · Hosted by PTRHosting
· Powered by Genesis framework for WordPress

Disclaimer: Chrome, Chromecast, Chromecast Ultra, and Chromecast Audio are trademarks of Google Inc. This website is NOT affiliated with Google Inc in any way. All the information provided on this website is provided on an "as is" and "as available" basis and you agree that you use such information entirely at your own risk.

Add All About Chromecast to your Homescreen!

Add
We use cookies to give you the best online experience. By using our website you agree to our use of cookies in accordance with our cookie policy.
pixel