Questions tagged [adbwireless]

20 questions
0
votes
0 answers

ADB over Wifi when PC is connected to LAN and Mobile to Wifi, on same Network

I know how to connect adb over wifi when both computer and smartphone are on same Wifi Network. But can I connect adb over wifi when Computer is connected to LAN and Smartphone to Wifi, on same network. I am using UBUNTU.
0
votes
0 answers

How to use ADB over WiFi with dynamic IP for automated testing

My android phones' IP changes once a day randomly. However, I want to automatically apply it to my server computer which is conducting automated testing every day. Is there any way I can prohibit android phones from changing IP? If not, should I…
John
  • 1,139
  • 3
  • 16
  • 33
0
votes
0 answers

Return of iw wlan0 scan freq

I am using iw to get all APs nearby. The loop is run for 10 times. The order of MACs remains same across all loops. But when I run the scan on different system simultaneously, the order of MACs are not same to that of the other. Whats the logic of…
Jay
  • 81
  • 1
  • 6
0
votes
0 answers

Why does ADB over wifi take multiple attempts to connect?

When connecting to my phone over WiFi using ADB I issue the command adb connect however it typically takes 3 to 10 tries before the command works, why? A typical session is show below, I'm changing nothing between when each command is…
GDanger
  • 1,641
  • 2
  • 22
  • 35
-3
votes
1 answer

ADB WIFI Connect - how to?

I want to run an app on my device to do that I am using ADB Wifi Connect plugin. Both my phone and laptop are connected to same wifi network. I am still not able to run the app on my phone. Please give an appropriate solution. Error while…
1
2