-
Notifications
You must be signed in to change notification settings - Fork 77
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
support Android 12 for the minicap.so building. #30
support Android 12 for the minicap.so building. #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JesseCodeBones changes regarding minicap_31.cpp is working fine. I have used his small piece of code where i was stuck. Its working fine. I will share the minicap.so file for arm64_v8a and armeabi_v7a soon.
@koral-- and @pcrepieux we have go ahead with @JesseCodeBones changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are working fine. I have tested on Pixel 3 XL.
Thanks guys for the PR. I was giving a look to #29 this morning. |
Only sign-of is missing now |
395ce54
to
cd704cf
Compare
Signed-off-by: Jesse <[email protected]>
Signed-off-by: Jesse <[email protected]>
cd704cf
to
0236e53
Compare
@pcrepieux @koral-- |
MCINFO("Creating virtual display"); | ||
mVirtualDisplay = android::SurfaceComposerClient::createDisplay( | ||
/* const String8& displayName */ android::String8("minicap"), | ||
/* bool secure */ false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fails #34 and has to be set to true!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I see #34 (comment)
- Crash on Android 12 Developer Preview 1 (secure flag) Genymobile/scrcpy#2129 << Does not work with apps that block screenshots Genymobile/scrcpy#36
setting this to true will not help anything
No description provided.