-
Notifications
You must be signed in to change notification settings - Fork 623
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
LG-V350 fails to screenshare but only on Android 9 #206
Comments
@pcrepieux Does this issue look familiar to you at all? I thought the G8 fix you put together was going to help here but it doesn't seem to (G8 works fine for me, but V350 doesn't). |
@miw-nik right now I have no idea but could you please provide a bit more details on how you are using minicap and/or minitouch ? I wonder where the SIGTERM comes from. |
@pcrepieux Ok so I actually went ahead and setup OpenSTF on a fresh Ubuntu VM. I managed to get 3 other phones to work properly, but when I try to plug in the V35 it just never finishes the setup process. I've attached the stf logs. Let me know if there are any other logs I can provide you with (with specific instructions for how to retrieve them too, sorry i'm new to linux).
|
@pcrepieux Just making sure you saw this, thanks! |
I get this from logcat when attempting to launch the screen sharing on this device (LG-V350), but only on Android 9. I tested Android 8 and it works there.
This is a
arm64-v8a
device.I tried using the new library that fixes the
Vector<>
error as seen in: #169 but it doesn't seem to help in this case.INFO: Using projection 1440x2880@360x720/0 INFO: (external/MY_minicap/src/minicap_28.cpp:241) Creating SurfaceComposerClient INFO: (external/MY_minicap/src/minicap_28.cpp:244) Performing SurfaceComposerClient init check INFO: (external/MY_minicap/src/minicap_28.cpp:255) Creating virtual display INFO: (external/MY_minicap/src/minicap_28.cpp:261) Creating buffer queue INFO: (external/MY_minicap/src/minicap_28.cpp:264) Setting buffer options INFO: (external/MY_minicap/src/minicap_28.cpp:268) Creating CPU consumer INFO: (external/MY_minicap/src/minicap_28.cpp:272) Creating frame waiter INFO: (external/MY_minicap/src/minicap_28.cpp:276) Publishing virtual display INFO: (external/MY_minicap/src/minicap_28.cpp:278) New transaction done INFO: (external/MY_minicap/src/minicap_28.cpp:280) setDisplaySurface done INFO: (external/MY_minicap/src/minicap_28.cpp:283) setDisplayProjection done INFO: (external/MY_minicap/src/minicap_28.cpp:285) setDisplayLayerStack done INFO: (external/MY_minicap/src/minicap_28.cpp:287) apply done INFO: (jni/minicap/JpgEncoder.cpp:64) Allocating 12443652 bytes for JPG encoder INFO: (jni/minicap/minicap.cpp:464) New client connection INFO: (jni/minicap/minicap.cpp:200) Received SIGTERM, stopping INFO: (jni/minicap/minicap.cpp:536) Closing client connection INFO: (external/MY_minicap/src/minicap_28.cpp:296) Destroying virtual display
As you can see the
New client connection
is followed immediately by a shutdown but there doesn't seem to be any obvious exceptions. Logcat shows some oauth/gms errors but they don't really look related.This error is also occurring when minitouch is started:
Note: device /dev/input/mice is not supported by libevdev Type B touch device touch_dev (1439x2879 with 10 contacts) detected on /dev/input/event2 (score 23044) Connection established Connection closed
The text was updated successfully, but these errors were encountered: