-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 12 did not show screen #346
Comments
I have the same issue and only on pixel 3 (pixel 3a/3xl/4 works fine). temporarily workaround is factory reset device. but after a while the problem appears again. |
I have the same issue on Pixel 4 Android S |
There are 2 minicap implementations that stf can use: a binary and an apk. By default stf uses the binary which is the "legacy" one. Starting with Android 10, an apk has been experimented (because it is expected to be more stable API wise and easier to maintain). If the default one doesn't work, stf fallback to de second one. see commit bb1c20d for more details Note also that the apk version is a bit longer to start than the binary. On my side I never experienced this issue |
Thank you for your answer. Will "apk" be open source? |
@csdaa it is open source since day one 👉 https://github.com/DeviceFarmer/minicap/tree/master/experimental |
change your minicap to support SDK 31 |
I have added this environment to my setup (Docker Compose) but Problem persist, Removing data did not worked Also in logs I can see that minicap apk is installed @pcrepieux I did some checks and Samsung is working but Nokia (I think the android one) is not working (Tested on android 12) |
Oh, Xiaomi on android 12 is also working |
minicap not support SDK 32? |
What is the issue or idea you have?

Pixel 3 (android 12) did not show screen
Does it only happen on a specific device? Please run
adb devices -l
and paste the corresponding row.device usb:35717120X product:blueline model:Pixel_3 device:blueline transport_id:6
Please provide the steps to reproduce the issue.
Run stf and use device pixel 3
What is the expected behavior?
Device screen is shown
Do you see errors or warnings in the
stf local
output? If so, please paste them or the full log here.Please run
stf doctor
and paste the output here.The text was updated successfully, but these errors were encountered: