-
Notifications
You must be signed in to change notification settings - Fork 36
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
UDS might not work on Android10 #2
Comments
My bad... I typed strncpy(server_addr.sun_path, socket_name, sizeof(server_addr.sun_path) - 1); as strncpy(server_addr.sun_path, SOCKER_NAME, sizeof(server_addr.sun_path) - 1); lol |
not really works on the client-side.
|
Yes, it seems that so module need group authority to connect uds |
how to solve this problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to copy-paste the code of the UDS server part and test it on Android 10 (device: Note20 Ultra),
and got the error:
bind Read-only file system
.Could you please try to update the demo and see if it works on API level >=29?
The text was updated successfully, but these errors were encountered: