Connecting via adb (USB)
I am using the following board with the current BIOS level:
Up Board: UP-CHT01
UEFI Bios: UPC1BM0X_EFI
I have installed Android Marshmallow and am unable to connect to the Up-Board with adb
.
I have enabled Developer Mode
I have enabled Developer Options
I have enabled USB Debugging
In Developer Options, if I the click on Select USB Configuration
and click on any of the options, the following message is displayed in a dialog:
“Unfortunately Settings has stopped”
I have tried a USB-A to USB-micro on the OTG USB connector
I have tried a USB-A to USB3.0-Micro-A on the OTG USB connector (two part connector)
I have tried a USB-A to USB-A on all 4 USB-A connectors
*While I cannot use the USB OTG connector to connect with adb
, I am able to access storage volumes plugged into this port.
Other issues:
If I attempt to download a file using the browser, the following message is displayed in a dialog:
“Unfortunately Browser has stopped”
Is there a secret to installing Google Chrome or a browser recommendation? (something that does not require the Play Store, since this browser crashes when downloading)
Thanks!
~jeff
Comments
-
All,
I was never able to get
adb
debugging working over USB, but I was able to useadb
over a wired connection.I used the Terminal Emulator to do the port assignment. See the first answer here:
https://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp~jeff