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 which I can use to send contact's information or something like that to PC, if not, do I have to write the contacts information to a file or memory, and send them to PC, then PC client use their own way to parse the information?
Thanks a million! Jacky On Thu, Dec 10, 2009 at 8:57 AM, Matt Kanninen <[email protected]> wrote: > Write an Android application, send the apk to the handset from your PC > software. Profit. > > On Dec 9, 3:47 pm, Paul Turchenko <[email protected]> wrote: > > Same here > > > > On Dec 8, 2:17 pm, feng jack <[email protected]> wrote: > > > > > Hi, Buddies, > > > > > I am writing a PC software, which is used to read, write, and update > > > the contact information, send SMS, and change the settings of the > > > phone from a PC connected to a Android phone via USB. > > > > > Currently, the way I figured out is to use adb, but, I found that adb > > > is be able to work only if the debug model is switched on in Phone > > > side. So, I am wondering if there there is any better way to develop > > > this kind of software. > > > > > If the adb is the only way, can we just conquer the 'debug model' > > > problem by any means? > > > > > Thanks a lot. > > > > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

