Fixed
Status Update
Comments
en...@google.com <en...@google.com>
en...@google.com <en...@google.com> #2
(and, yes, if you do have a patch please share it.)
en...@google.com <en...@google.com> #3
this is fixed in AOSP master. it was done via shell protocol changes, so it'll only work with devices running N or later.
$ date | adb shell cat -
Tue Jan 5 17:15:30 PST 2016
we've also fixed pretty much everything else --- exit status reporting, the \r problems, pty allocation, window size reporting.
$ date | adb shell cat -
Tue Jan 5 17:15:30 PST 2016
we've also fixed pretty much everything else --- exit status reporting, the \r problems, pty allocation, window size reporting.
Description
cat hello | adb shell cat
and see "hello" coming back from my device instead of it hanging, as described in
I've missed this for a long time and I'm wondering if there's a good reason this hasn't been implemented. Why does non-interactive shell mean no stdin?
Worthwhile trying to make a patch?
Thanks,
Kris