Skip to content
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

Incorrect minicap.so x86_64 archeticture for android-31 #32

Open
khaledAbbasExperitest opened this issue Nov 29, 2021 · 5 comments
Open

Comments

@khaledAbbasExperitest
Copy link

Minicap.so in folder x86_64 arch has "i386" instead of x86_64
To verify:
Downloaded minicap.so from android-31/x86_64
ran:
objdump -f "minicap.so"| grep ^architecture

Got result:
architecture: i386

@Jcouto33
Copy link

Same issue observe on my side:
file minicap.so  ✔  10587  22:18:10 
minicap.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[md5/uuid]=04e5c2950a616c1d966eb787819a8408, stripped

@pcrepieux
Copy link

@varundtsfi may have a fix for this
otherwise, you can give a try to the apk version of minicap

@varundtsfi
Copy link
Collaborator

Hi @pcrepieux
I can build the AOSP with minicap again for required architecture but I don't have device to test.
Allow me some time. I will share the minicap.so for x86_64

varundtsfi added a commit to varundtsfi/Android12Support_withso that referenced this issue Jul 28, 2022
According to one of the user it not working. Following is the issue.
DeviceFarmer/minicap#32
I will update it soon
@varundtsfi
Copy link
Collaborator

@varundtsfi may have a fix for this otherwise, you can give a try to the apk version of minicap

Hi @pcrepieux
I have build the new .so file for x86_64 architecture. Following is the link to download the so file.
https://github.com/varundtsfi/Android12Support_withso/tree/main/aosp/android-31/x86_64
Screenshot from 2022-07-28 17-12-54

@Jcouto33 Give it a try as I don't have a x86_64 device to test. Please share the results asap.
If its working fine, I will update in minicap branch too.

@AzurIce
Copy link

AzurIce commented Jul 2, 2024

the minicap.so for android-32 in the x86_64 folder is also i386

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants