sampalmer
sampalmer
Someone has created an Android bug report for this here: https://issuetracker.google.com/issues/37105965
I don't know, sorry. It's only happened a few times for me during development, and only for one user in Production.
I think most of the AOSP code related to this is in here: https://github.com/aosp-mirror/platform_system_core/tree/android11-release/adb Maybe if you dig through there you can work out how these commands work?
I think this is possible because the `adb` command line tool seems to send the output to the right stream. Eg: ```bash >adb shell asdf > NUL /system/bin/sh: asdf: not...
I just did some quick testing on the emulators, and it looks like shell protocol is only available in devices that are running Android 7.0 or higher. Looks like you...
Looks like this has already been answered here: https://github.com/cgutman/AdbLib/issues/8#issuecomment-338238792
I'm getting the same error. Is this image designed to be used on a custom GitLab runner that's been manually configured to support hardware acceleration? I'm running it on a...
I got it working using [a startup script](https://github.com/microsoft/vscode/issues/1895#issuecomment-248661179): 1. Create a `node.sh` wrapper script to set up the Node version from `.nvmrc`. (Update shebang and `source` line to match your...
FYI I'm getting exactly the same problem