โ ๏ธ 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 ็ฎไฝไธญๆๆๅ
- First connect your device trough USB
- Run
ADB:๐ฑ Disconnect from any devices
- And run
ADB:๐ฑ Reset connected devices port to :5555
- And Then
ADB:๐ฑ Connect to device IP
enter your device (settings > status > ip address) IP address and be fine
- 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 runingadb kill-server
)
-
โ 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
inplatform-tools
folderโ When not founded
ADB
downloadplatform-tools
toAndroid Studio
default folder