Skip to content

Instantly share code, notes, and snippets.

View nothingasis's full-sized avatar

nurth nothingasis

  • Sacramento, CA
View GitHub Profile
@nothingasis
nothingasis / wireless_adb.bat
Created September 12, 2019 17:51
Enables wireless USB debugging for Android development.
ECHO OFF
ECHO BEFORE YOU CAN USE WIRELESS ADB:
ECHO 0. Connect your device.
ECHO 1. Enabled USB Debugging.
ECHO 2. Connect to the same WiFi.
ECHO 3. Get the IP of your device.
set /P ip=Enter IP Address: