[BUG] USB not working
I can't connect my deckboard phone app to my windows app
The windows and android app just show "no device connected"
I would like to connect app with usb for more speed
Version 1.9.84 for windows 10 and 1.9.80 android 9 (I tried to install 19.80 windows app)
I try to install ADB on windows and I activate the usb debugging
Have you tried typing the command below in CMD in windows? After installing ADB on your windows open CMD (Command Line) plug in your device and type:
adb reverse tcp:8500 tcp:8500 then check adb reverse --list
i have the same problem as https://github.com/breadytwitch and i tryed to do what you suggested https://github.com/Arazriel sadly its still pops up with "uh-oh the diveice cant connect to your computer. try again"
Not OP, but I also have this issue. As a mobile developer, I already have ADB and my USD Debugging is on.
I have tried what the Help section suggested, which is also as advised by @Arazriel.
This is the output from adb reverse tcp:8500 tcp:8500
* daemon not running; starting now at tcp:5037
* daemon started successfully
8500
And this is the output from adb reverse --list:
UsbFfs tcp:8500 tcp:8500
Now, what? ~~I still got the "Uh-Oh!" message~~ After tapping the USB connect button, it works. I don't know what happened between this point and just before.
@mechPenSketch when I recently encountered ADB connection issues, it helped me to just "adb start" and then reboot the android device unplugged, afterwards plug it back in, a question should pop up on the device at some point asking for authorisation, once that is done you click on refresh (scan device) in the Deckboard server app, top right corner, and your device should theoretically show up, you can also check this by listing ABD devices with "adb devices" command, there you should see all ADB authorised devices attached, if that is correct Deckboard should be able to connect, after a refresh in the server app.
I hope it helps, my tip also didn't work for me.
Best case to try is to open CMD from the ADB install folder and then do the steps:
"adb start" Connect device, authorise "adb devices" Confirm devices in the list Scan Device in Deckboard Server app on the PC
Should then work. I hope this helps! :)