mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #153] UIAutomator2 - Does it auto connect to Wi-fi? USB disconnected, fallback to WiFi, ATX_AGENT_URL #581
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#581
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gvmturl on GitHub (Oct 25, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/153
Hello guys, after start script then disconnect cable from computer it seems to auto connect to Wifi and start to
message
[I 201025 00:17:02 init:259] USB disconnected, fallback to WiFi, ATX_AGENT_URL=http://192.168.2.59:7912
https://prnt.sc/v69ia1
Is there anyway to handle this system and messages? It seems to be more stable than using adb connect ip:port
As i could check there are two ways to connect with ui2
Connect to a device
There are two ways to connect to the device.
1 - Through WiFi
Suppose device IP is 10.0.0.1 and your PC is in the same network.
2 - Through USB
Suppose the device serial is 123456f (seen from adb devices)
3 - Through ADB WiFi
Equals to
Thank you