Re: [android-developers] Re: Android talking to computer

2012-08-15 Thread Michael Leung
Are you doing an app to send the image from phone to PC via usb? Regards, Michael http://www.itblogs.info http://www.michaelleumg.info 2012-8-16 上午12:20 於 "bob" 寫道: > So I guess you just do a bunch of *adb push* and *adb pull* commands to > have a conversation with an Android app? > > On Tuesda

Re: [android-developers] Re: Android talking to computer

2012-08-15 Thread Kristopher Micinski
That would be one way to do it, we've also used some intent firing mechanisms from ADB to implement things for testing apps. kris On Wed, Aug 15, 2012 at 10:18 AM, bob wrote: > So I guess you just do a bunch of adb push and adb pull commands to have a > conversation with an Android app? > > > On

[android-developers] Re: Android talking to computer

2012-08-15 Thread bob
So I guess you just do a bunch of *adb push* and *adb pull* commands to have a conversation with an Android app? On Tuesday, August 14, 2012 5:07:25 PM UTC-5, Paul Turchenko wrote: > > All Android devices use ADB to "talk to computer" > > On Tuesday, August 14, 2012 2:27:53 PM UTC-5, bob wrote

Re: [android-developers] Re: Android talking to computer

2012-08-14 Thread Yamanoor Sai Ram
My android device has a separate camera transfer protocol apart from the media device option when connected to a computer. I got this option after I had upgraded to Icecream sandwich. I am not sure whether this was an option added by the manufacturer or it came as a part of the package with ICS. T

[android-developers] Re: Android talking to computer

2012-08-14 Thread Paul Turchenko
All Android devices use ADB to "talk to computer" On Tuesday, August 14, 2012 2:27:53 PM UTC-5, bob wrote: > > Let's say I have an Android phone, and it is connected by USB to a PC. Is > there an easy way to make it talk to the PC by USB? For instance, it might > send a camera image to the PC