how to listen to debugging device over wifi?

Viewed 11

i need assistance,

i was having my old laptop setup with adb TCPIP listener (meaning: once any device on my Wi-Fi network usb debugging switch on will receive the adb prompt to allow or reject)

now i have lost my ssd and all data gone with that setup, its it was really long time ago i have done it.

now i have to use ( adb connect IP :5555) for each device instead.

all i need is to make my laptop always listening to any usb debugging switched on to target it.

i have search everywhere for that app but with no luck.

all my commands fail.

adb shell ip -f inet addr show wlan0

adb shell "ip addr show wlan0 | grep -e 'inet[^6]'"

etc .

i can't use usb for debugging . only wifi .

0 Answers
Related