Closed ghost closed 3 years ago
Well I try your method and it's not working. There's no result in it.
When I enable adb wireless with WADB, the ip address is 0.0.0.0 and it failed. But then I see in settings phone and I got my ip address then I try to connect it and it's working.
I think it should be able to connect ADB via the hotspot of the device itself. In fact, I did this every day when I was still a university student. The only problem is how to obtain the hotspot device's IP address, which was always
192.168.43.1
in the good old days but randomized and not even being displayed in the system settings now. You can install the Termux, runip -o -4 addr | grep wlan
in it and you will be able to find it out.