TimBav
TimBav
These devices need operating through 'sendevent' and the parameters for that need obtaining, interpreting, and presenting from 'getevent -lp' and 'getevent -p'. Useful: http://source.android.com/devices/tech/input/touch-devices.html Touch: > add device 4: /dev/input/event6...
I'm running a single emulator. I assumed it was that. Whatever the reason, if I run ``` git checkout 0.10.1 ./gradlew clean ``` I get ``` $ ./gradlew clean FAILURE:...
@kvafy If I change CURRENT_VERSION from `0.10.1` to `0.10.1-anything` then it doesn't NPE. So nothing to do with my emulator, just that Auto_Value hasn't been told that 'qualifier' is allowed...
I'm on $ java -version openjdk version "11.0.3" 2019-04-16 OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1) OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode, sharing) I've changed the patch to just updating...
Although ddmlib support DdmPreferences get/set AdbHostValue and UseAdbHost, it doesn't seem that it finished implementing it. I have a proof of concept working by setting DdmPreferences to ${ADBHOST} in BundleToolMain...
I don't see a link to my pull request (which requires a ddm lib file to be patched too) so I'll put it here. I think you need ddmlib changed...
Also, I found some kind of workaround - if the remote emulators' adb is running in promiscuous mode, you can use 'socat' to publish the remote port locally. It's not...
@tadfisher I'm not asking that mockito-kotlin changes, just that its documentation be made clearer. Mentioning that such a plug-in exists would be a good part of that improvement in documentation.
Hi I did find myself thinking about Windows users who probably wouldn't have 'file' but I didn't consider that different versions of file might not support -k. I wasn't so...
Your config file has a DEVICES clause with two phones listed, so you're trying to run with those two phones. If none of the phones is attached, it should refuse...