Monday, October 3, 2011

Re: [android-developers] communication protocol for ADB via USB?

As far as debugging itself is concerned, you can communicate with the
debugger using the standard java debugging protocol (jdwp?).

The standard adb protocol didn't look too bad, but why do you need to
communicate with it? (I.e., why can't you just issue commands through
adb?)

Kris

On Mon, Oct 3, 2011 at 4:54 PM, Andreas <heertsch@gmail.com> wrote:
> Kris, thanks.
> yes, but before I start digging into the code, I hoped, that there is some
> additional information. But I'm affraid you are right: it seems, there is
> not...
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment