Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to debug wirelessly android

// go to Developer Options and enable wireless debug
// make sure you connected same wifi which your pc connected to.
// open cmd

// go to this path
cd C:UsersspideAppDataLocalAndroidSdkplatform-tools //terminal path
// you can run this after pairing 
adb devices
// you can find ip and port in wireless debug screen 
// for example adb pair 192.168.1.5:3360
adb pair ---ip:port
adb connect ---ip:port
Comment

PREVIOUS NEXT
Code Example
Shell :: untar file in linux 
Shell :: linux verzeichnis löschen 
Shell :: git bash command not found in vscode 
Shell :: wsl System has not been booted with systemd as init system 
Shell :: color table in github readme 
Shell :: replace substring in bash 
Shell :: Install docker with apt command 
Shell :: where to store ssl certificate on linux 
Shell :: search in centos terminal 
Shell :: set global configuration git mac 
Shell :: rancher install docker 
Shell :: install nomad 
Shell :: linux my ip 
Shell :: undo last commit git 
Shell :: chmod +777 to all files in folder and subfolder 
Shell :: how to check current status of apache2 ubuntu 18 
Shell :: clean remove npm with cache 
Shell :: mysql query result to file 
Shell :: minikube without sudo 
Shell :: npm install bootstrap 
Shell :: expo install react native gesture 
Shell :: git commit to a new branch 
Shell :: linux install sass 
Shell :: gcloud switch projects 
Shell :: apply gitignore after commit 
Shell :: install prettier globaly 
Shell :: install yt-dlp windows 
Shell :: git clone different name 
Shell :: unzip a tar.gz file in linux 
Shell :: run springboot as a service linux 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =