Showing posts with label Shell script for debugging Android Application in Wifi mode. Show all posts
Showing posts with label Shell script for debugging Android Application in Wifi mode. Show all posts

Wednesday 24 October 2018

Shell script for debugging Android Application in Wifi mode


Shell script for debugging Android Application in Wifi mode



To Start first confirm your device is available in ADB mode, open the terminal and type below cmd:

adb devices




Once device is available,type


adb tcpip 5555



Now Search for the IP address of your device by

`adb shell ifconfig wlan0 | grep 'inet addr' | cut -d: -f2 | awk '{print $1}'`



Remove your device from USB mode and connect it to the same wifi network as your system 

Now run the below command to 

adb connect <ip address of the device>:5555



The same step can be performed from the shell script I have written,just download the .sh file and run it with ./


Interview Experience with AMAZON for the role of Quality Assurance Tester

This role was for Digital/ IoT/Mobile Application based testing :)  Amazon is a dream company and everyone wants to work for that company a...

Popular Posts