Re: [android-developers] how to recover offline devices.

2009-12-24 Thread feng jacky
the applications/development settings on the device? On Dec 23, 2009 7:49 PM, feng jacky jacky...@gmail.com wrote: Hi, I found that android handsets connected to my PC via usb often go 'offline' status (by adb.exe devices). And, in this situation, I can not debug or access the handset anymore

[android-developers] how to recover offline devices.

2009-12-23 Thread feng jacky
Hi, I found that android handsets connected to my PC via usb often go 'offline' status (by adb.exe devices). And, in this situation, I can not debug or access the handset anymore. My question is, how can I make the handset back to 'device' status. I tried 'adb kill-server' and 'adb

[android-developers] How to communication with PC client.

2009-12-10 Thread feng jacky
Hi, I wrote a TCP socket client, an android application. On my emulator, it can successfully connect to a TCP sever running in my PC. But, when I deployed the the apk into my real phone, HTC g4, it dosen't work. An exception was raised said java.net.SocketException: Network unreachable. The

Re: [android-developers] Re: The way to access the android phone.

2009-12-09 Thread feng jacky
Hi, Matt, Thanks for your answer. I'm still wondering what's the best way the android application communicate with PC client. If my handset is connected to PC via a usb connection, can I use socket to comunicate, then what's the IP address of the handset. Besides, dose Android provide any measure