Back to Browse

Android: Using Wireless ADB

12.5K views
Jul 23, 2025
8:22

Want to use ADB Wireless Debugging?! Getting 'adb no devices found' for 'adb list devices' without a USB cable? Whether you have a Samsung phone or any Android phone, I walk you through the process of enabling 'Wireless debugging' from Developer Options to connect your Android device to your computer via Wi-Fi ADB! I also go over the 'adb tcpip 5555' approach for Android phones without 'Wireless debugging'. With wireless debugging, you can easily call Activity Launcher APKs, do Android development, use 'adb shell pm' commands, or run 'adb push', 'adb pull' commands to transfer files on Wi-Fi! ADB Script: https://github.com/arcadespinner/adb-power-scripts/blob/main/windows/adb-connect.cmd === Chapters === 00:46 Allow Wireless debugging 01:29 adb pair 02:26 adb devices 02:50 adb tcpip 5555 03:47 Android IP Address 04:46 ADB Connect Script 05:38 adb shell 06:23 Transfer Files (Android) 06:52 adb shell pm 07:15 Disconnect ADB === SUGGESTED VIDEOS === * Android - Setup & Run ADB Commands from PC: https://youtu.be/q76Ke5i7bxA

Download

0 formats

No download links available.

Android: Using Wireless ADB | NatokHD