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

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