Jinesi Yelizati

Results 14 comments of Jinesi Yelizati

Getting the same error when trying to use it on Android.

@alexcohn is suggesting to use `ParcelFileDescriptor` to send fd over binder or something else, but what if I need to let native talks to native? Is there any example to...

My bad... Yes, it works on Android10 I typed ```cpp strncpy(server_addr.sun_path, socket_name, sizeof(server_addr.sun_path) - 1); ``` as ```cpp strncpy(server_addr.sun_path, SOCKER_NAME, sizeof(server_addr.sun_path) - 1); ``` lol

not really works on the client-side. ``` 2021-03-11 15:55:54.637 22278-22278/com.example E/example: connect: Permission denied ``` ``` 2021-03-11 15:40:18.528 749-749/? E/audit: type=1400 audit(1615448418.523:10804): avc: denied { connectto } for pid=20579 comm="ase.example"...