Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dev-sareno/d354f7b9e17dfcae339ab142759796a5 to your computer and use it in GitHub Desktop.
Save dev-sareno/d354f7b9e17dfcae339ab142759796a5 to your computer and use it in GitHub Desktop.
Android Google Chrome Remote Devices Without USB Cable (Windows 10)

Android Google Chrome Remote Devices Without USB Cable

Requirments

Steps

  • Open terminal (CMD etc.)
  • Navigate to adb executable $ cd C:\Users\devsareno\AppData\Local\Android\Sdk\platform-tools
  • Check if the device is accessible $ adb devices, this will show all the connected devices.
  • Run $ adb tcpip 7777 && adb connect 192.168.1.124:7777. This should print similar to the ff.
restarting in TCP mode port: 7777
connected to 192.168.1.124:7777
  • Disconnect your USB cable
  • On your PC, open Google Chrome
  • Go to the address chrome://inspect/#devices
  • Navigate your device then click inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment