Lukasz Zeglinski

Results 26 comments of Lukasz Zeglinski

I noticed the same problems as you when I created avd: Galaxy_Nexus_API_25 and I tried to connect emulator to stf. What I done: I checkout minicap: https://github.com/openstf/minicap and I done...

Small changes, which enable running emulator and real devices( need to create separate binaries and libs and put them inside: node_modules/minicap-prebuilt/prebuilt/x86/lib/android-X/emulator/ node_modules/minicap-prebuilt/prebuilt/x86/bin folders you can find at: https://github.com/lukzeg/stf/tree/enable_android_emulators ) It...

Hi @sorccu, Is there any possibility to add: https://github.com/openstf/minicap/tree/master/jni/minicap-shared/aosp/libs to minicap-prebuild npm package as separate aosp libs, which can be used for emulators? Also if this will be possible, can...

Hi @sorccu , My apologies for my last not fully clear comment. The changes to run emulators(also restart emulators on localhost) are stored at this branch: https://github.com/lukzeg/stf/tree/enable_android_emulators Inside those changes:...

Hi @sorccu, Today I wanted to reproduce all my previous issues, to deliver you as much informations as possible. I checkout latest repo and repo with sha: c953779b983a487096a6d6afe49f1cd9bcd863f7 and I'm...

Hi @mariuszs , This is a good question. Basic API, viewing screen and making action woks without on emulators which I created from AVD(Android Studio v3.0.1 - Linux). So we...

Hi @swaldhoer , Do you know maybe which header file is causing mentioned by you problem? As mostly I had similar issue in the past as you. It was connected...

Hi @prabodini , Do I ask you for maybe giving me more information on what your setup looks like on a Windows machine? I'm trying to reproduce your issue on...

Hi @hpe-ykoehler , If you would like to add it another debugger, you might find some problems. I created a fix for adding support for instance to setup Valgrind. The...

Hi @mvandervoord , If you will have time, can you look at those changes, which fix how the output log is visible when user see segmentation fault logs when they...