Good morning
@moster67 and
@Erel,
I remember Erel mentioning something about stability before.
Moster67 I've already tried that in the past, a number of time to no avail.
If you turn on WiFi debugging on the watch and then type adb devices, it will show all the devices show the watch ip address. If you then type adb connect 192.168.0.7 it will connect to the watch on port 5555. Now at this point I would have though that since I specifically used adb to connect to a specific ip address (the watch), assembling the code in B4A the app would assemble to that ip address if there was no USB connected, but it doe not. When you use abd to connect, the watch is then assigned an ip address and not before hand, that's why I know it 100% connected. The result is that in B4X when not connected via USB but definitely 100% connected via WiFi via abd, when I try to assemble any code all I get is the following.
Installing file to device. Error
No device found.
followed by
Please use B4A-Bridge to connect to a device.
Now this is more than annoying as WiFi debugging is ready and waiting and I presumed that WiFi debugging would take over USB debugging before B4A-Bridge kicks in.
So I'm completely stuck with USB debugging wear devices thus annoyingly I can't upgrade my personal device. I refuse to buy another device for developing on as all half decent new wear devices charge via QI thus have no USB debugging. I wear my watch every day and I also use it for fitness tracking (cycling etc). If somehow I could get WiFi debugging working, would be able to upgrade my device and I would just give my current wear device away.
So there you have it. I've been there and done that, and that was last year, the whole situation really just annoyed me, thus I'm stuck with USB debugging on an older device.