Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to debug wirless 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 :: how to check if a python script is running 
Shell :: git delete all merged branches 
Shell :: apt clean cache 
Shell :: reload bashrc linux 
Shell :: ubuntu delete directory and all files 
Shell :: replace substring in shell 
Shell :: adobe connect in ubuntu 
Shell :: kill process running on port linux 
Shell :: intall mondg brew 
Shell :: Bash/Shell comment multiple lines 
Shell :: install openvpn client ubuntu 
Shell :: ffmpeg from frames to video 
Shell :: how to install ssh in windows 10 
Shell :: git reset last commit 
Shell :: brew status service 
Shell :: find and delete files with extension linux 
Shell :: alpine linux install redis-cli 
Shell :: node latest version ubuntu 
Shell :: mac check command line tools version 
Shell :: npm bootstrap 
Shell :: install specific node version linux 
Shell :: save output of command to variable bash 
Shell :: ping in cmd 
Shell :: git create branch with specific commit 
Shell :: how to get remote origin url 
Shell :: prettier yarn 
Shell :: reinit git-submodules 
Shell :: bash check if file is empty 
Shell :: how to tar and gzip a file in linux 
Shell :: gitignore which rule 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =