Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Supports Android 10 & fix unzip on ROMs without unzip #7

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

enovella
Copy link
Contributor

No description provided.

@enovella
Copy link
Contributor Author

FYI - Frida v12.8.15 onwards fixes the issue of the helper on Android 10.

@ViRb3
Copy link
Owner

ViRb3 commented Mar 30, 2020

Your PR looks great, just not sure about installing frida-server to bin instead of xbin - the former should be used by required AOSP binaries only, while the latter contains "extra" programs like Frida, according to this StackOverflow answer. Does the latest Frida version work from xbin again, or am I misunderstanding?

@ViRb3 ViRb3 self-assigned this Mar 30, 2020
@enovella
Copy link
Contributor Author

This post was asked 5 years, 4 months ago.

I dont see any folder with xbin on Android 9 & 10. Dont recall it working using this folder.

@ViRb3
Copy link
Owner

ViRb3 commented Mar 30, 2020

Interesting, /xbin doesn't exist but /system/xbin exists on my OnePlus 5T running Android 9 LineageOS, and it contains extra utilities like zip. Can you please confirm if /system/xbin definitely doesn't exist for you? It's not a problem to use bin, I was just trying to keep the convention (if one exists).

@enovella
Copy link
Contributor Author

Google Pixel3a & Android 10

sargo:/ # cd /system/                                                                                                                  
apex/       bin/        etc/        framework/  lib64/      product/    vendor/
app/        build.prop  fonts/      lib/        priv-app/   usr/

@ViRb3
Copy link
Owner

ViRb3 commented Mar 30, 2020

Well, bin it will be then. Thanks for the help!

@ViRb3 ViRb3 merged commit c1daa36 into ViRb3:master Mar 30, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants