Skip to content

๐Ÿ”Œ An extension that facilitates the use of commands via ADB, without the need to write on the terminal.

License

Notifications You must be signed in to change notification settings

girgis8/adb-interface-vscode

This branch is 133 commits behind vinicioslc/adb-interface-vscode:main.

Repository files navigation

๐Ÿ”Œ ADB Interface for VSCode

Build Status Visual Studio Marketplace Version GitHub Visual Studio Marketplace Installs Visual Studio Marketplace Rating (Stars) Buy Me A Coffee

โš ๏ธ ONLY TESTED IN WINDOWS (For while, you need ADB at enviroment variables or in default platform-tools folder)

This are an simple ADB-Wrapper that makes possible to connect to an device over wifi connection without console use.

Help are welcome ;)

You can contribute with Code or with Energy

Chinese Guide ็ฎ€ไฝ“ไธญๆ–‡ๆŒ‡ๅ—

How to connect my phone via wifi

  1. First connect your device trough USB
  2. Run ADB:๐Ÿ“ฑ Disconnect from any devices
  3. And run ADB:๐Ÿ“ฑ Reset connected devices port to :5555
  4. And Then ADB:๐Ÿ“ฑ Connect to device IP enter your device (settings > status > ip address) IP address and be fine

status bar

Tests Health Summary by jest-badge-generator

coverage-branches coverage-function coverage-lines coverage-statements

Implemented Commands

  • ADB:๐Ÿ“ฑ Reset connected devices port to :5555 (Open current device port with adb tcpip 5555)
  • ADB:๐Ÿ“ฑ Connect to device IP (need inform IP from device wanted adb connect ${user_ip}:5555)
  • ADB:๐Ÿ“ฑ Disconnect from any devices (Disconnect ever device attached adb disconnect)
  • ADB:๐Ÿ“ฑ Connect to device from List (Show an list from devices attached to connect)
  • ADB:๐Ÿ”ฅ Enable Firebase events debug mode (Run firebase events in debug mode)
  • ADB:๐Ÿ”ฅ Disable Firebase events debug mode (Run firebase events in debug mode)
  • ADB:โš ๏ธ Kill ADB server (Kill ADB Server runing adb kill-server)

Features Todo/Done

  • โ˜’ Kill ADB server

    โ˜’ Kills the adb server and all current connections

  • โ˜ ADB Resolver - Find and resolve ADB Location

    โ˜’ Use default ADB in Enviroment Variable

    โ˜’ Try Find Android Studio ADB in platform-tools folder

    โ˜ When not founded ADB download platform-tools to Android Studio default folder

About

๐Ÿ”Œ An extension that facilitates the use of commands via ADB, without the need to write on the terminal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.8%
  • JavaScript 1.2%