Stephan Petzl

Results 38 comments of Stephan Petzl

Following @thulasipavankumar 's advice I managed to only get one screen resolution: $ adb shell wm size > Physical size: 1440x2560 Before switching to WHQD I had black bars in...

> https://github.com/WeiPeiXian/minicap/tree/master/minicap.so > Here is the minicap.so files for Android 11 > best wishes @WeiPeiXian I am missing the x86 binary. Would you be able to provide it?

Might be related to this issue here: https://github.com/DeviceFarmer/minitouch/issues/2

I noticed that onDisconnect is also not called in case the websocket server goes offline (switched off). Is this normal? Do I need to use pings? (A little bit more...

This works for me (Tested on Android 13 emulator): ``` public int[] getDisplayIds() { Method method; String methodName = "getDisplayIds"; try { if (Build.VERSION.SDK_INT < 33) { method = manager.getClass().getMethod(methodName);...

This would be really useful. Not sure how I to generate documentation...

@timfish I just checked your PR, but unfortunately I can't seem to figure out: 1. how do I make use of it? 2. which version of electron/sentry is going to...

thanks @mmaietta! Can you tell me which of the files need to be signed? I guess only the myapp.exe, and the installer right?

Is there maybe a more programmatic way of recording the audio? Like with a command line tool? Ffmpeg?

@ShockedCoder could you go more into detail how this could be done? Ideally, I would like to do it with js / NodeJs. But an ffmpeg command would also help...