-
Notifications
You must be signed in to change notification settings - Fork 37
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
Vendor detection not working on android 11 #118
Comments
Yeah. Good point. I'll try to fix this |
These are the ways that I've tried and failed:
|
In my PR i chose the 1. approach. I'm not publishing to google play atm, so luckily I don't need to care about googles rules. Ning already has a custom mDNS system (because the android buildin system is slow and unreliable). There seem to be some bugs in parsing the DNS-Records resulting in some response data not being understood by Ning.
If I would require root access, reading from Option 4 founds interesting. I have never heard of SNMP, so I might look into that |
Vendor detection has lately (during the past couple weeks?) stopped working for me on Android 10. |
Even with the targetSdk set to 29 this doesn't work on Android 13 |
I found this library which replacing the attempt to read /proc/net/arp with this and then changing index 3 to 4 when mapping gets it working for Android 13 as long as you continue to target sdk 29 |
Hello, because of the new restrictions on android for accessing the ARP table and ip commands, the mac address and vendor detection do not work any more. Is there any way to fix this issue? I've noticed some apps have found a way to work around this.
The text was updated successfully, but these errors were encountered: