Total newbie, I have a Raspberry Pi and have put the Android Things disk image on and booted it up, but I can\'t connect to it from a Windows 10 P
If I connect a USB cable and use the adb devices command, nothing is detected.
Another way of connect to wifi is using serial cable.Connect serial cable to RPis GPIO.(see this connect serial cable to RPi3) and obtain serial console.and give the following command on terminal.
>> su
>>am startservice \
-n com.google.wifisetup/.WifiSetupService \
-a WifiSetupService.Connect \
-e ssid \
-e passphrase