[android-developers] Re: adb devices showing device offline

2008-12-04 Thread bloodycorner
The drivers installed automatically by Vista are not the ones you need. You need to enable usb debugging on your G1, then point it to the drivers when it prompts you for them More details below: http://androidcommunity.com/forums/f4/how-to-install-apps-using-adb-4482/ On Nov 2, 12:59 am,

[android-developers] DatagramSocket.receive() does not receive datagrams when the socket is opened in connected mode

2008-11-03 Thread bloodycorner
In-bound datagrams are not received in the code below. When I comment out the call to DatagramSocket.connect() and specify the server+port in the DatagramPacket constructor it works fine. // connect to echo server at _hostName and _port InetAddress