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

Support for Android 10 #6

Closed
enovella opened this issue Mar 16, 2020 · 4 comments
Closed

Support for Android 10 #6

enovella opened this issue Mar 16, 2020 · 4 comments

Comments

@enovella
Copy link
Contributor

Tested successfully on Android 9, but not the same luck on Android 10. I will share my progress whenever I got time to come back to it.

@ViRb3
Copy link
Owner

ViRb3 commented Mar 17, 2020

Sure, I am awaiting more details. Just a note that I do not have an Android 10 device right now, so I am of limited use until I upgrade.

@enovella
Copy link
Contributor Author

enovella commented Mar 17, 2020

The problem seems the folder /system/xbin. Renaming to /system/bin works on Android 9 & 10:

sargo:/ # getprop |grep ro.system.build.version.release                                                                                
[ro.system.build.version.release]: [10]
sargo:/ # ps -A|grep frida
root          1138     1  126368   1368 do_sys_poll         0 S frida-server
sargo:/ # which frida-server
/system/bin/frida-server

PR #7

@enovella
Copy link
Contributor Author

enovella commented Mar 21, 2020

Android 9

walleye:/ # getprop |grep build.version.release                                                                                      
[ro.build.version.release]: [9]
walleye:/ # ps -A|grep frida
root          1030     1   78160   4676 do_sys_poll 7ba8d70788 S frida-server
walleye:/ # which frida-server
/system/bin/frida-server

@ViRb3
Copy link
Owner

ViRb3 commented Mar 30, 2020

Hey there,

Thank you for the contribution and sorry for the late response! I will review your PR and get it merged ASAP.

@ViRb3 ViRb3 closed this as completed Mar 30, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants