all the helpful scripts regarding android developments
##add_connected_devices_as_wirless_adb
- make sure all the android phones/tablets connected to the same network as the device
- add the desired android devices using cable
- run the script
- remove the devices from cables
- make sure that you have all the devices connected (adb devices)
- if failed [adb kill-server -> adb start-server] and go to step 1 again
- now you will have all your devices connected to adb without using cables ;)
- enjoy your debuging