Shahryar Khosravi
Shahryar Khosravi
Still no luck, I will try to add moko resources to a new project and see where it goes.
That is true, but like i mentioned Fing is doing fine and they recently published a new version that supports android 11, 12. So do you have any idea on...
@BayLee4 I tried running a [sample code](https://lynxbee.com/sending-arp-request-and-receiving-arp-reply-using-c-code/) on a raspberry pi 4. It compiled and worked successfully but I had to use sudo. I tried running the same code on...
@BayLee4 I have no experience in C, is there any documentation that can help?
@BayLee4 Thank you, I executed your code and it looks like it is working perfectly. Here is the output: `pi@raspberrypi:~/Desktop/ip/ip_neigh-main $ ./ip 192.168.1.1 dev eth0 lladdr e4:**:**:**:**:9c STALE 192.168.1.163 dev...
@BayLee4 I also haven't used NDK but I'll try it on an empty project to figure it out.
@BayLee4 I created a [repository](https://github.com/5hahryar/CpTest) and added all your C files. It fails to build the project with this error: undefined reference to 'rtnl_dump_filter_nc' If you have any ideas please...
I had the same issue on lollipop, fixed it by setting the typeface manually: `expandableTextView.typeface = ResourceCompat.getFont(context, R.font.my_font)`
These are the ways that I've tried and failed: 1. Set the target SDK on 29 and below, which solves the problem but any app that uses this method can...
@Micoder-dev Please provide a description for this issue.