android - Any way to have adb remember devices once connected wirelessly? -
the whole point of setting wireless adb not have connect via usb everytime.
via question : https://stackoverflow.com/a/3623727/4645236 started wireless debugging device. worked great! super convenient without doubt.
now wondering if there way keep setting , not have plug in every time...
i'd wirelessly connect device via pc terminal in 1 command, if server has been killed , restarted. possible? or have use script?
as long adb daemon on device not restarted can connect device via wifi (adb on tcp) without connected through usb. if restarts, have connect device via usb , run:
adb tcpip <port>
Comments
Post a Comment