I have a problem where Android 7.1 device (rooted) adds wifi to blacklist. I think this is some firmware problem but I am trying to get an option to fix it via code or some shell command
Usually the problem happens with Bluetooth LE scanning, because device has same hardware for Wifi and Bluetooth, so it is constantly switching between those, but that kinda does not matter because the problem also happens with WIFI only, but it takes alot longer (like days)
So when it happens, I get the logs from WIFI that it blacklisted WIFI and I tried checking with
- adb shell
- wpa_cli
- blacklist
where in this console I see my blacklisted wifi BSSID Trying to run wpa_cli blacklist clear just removes it for a second but the wifi is stil in blacklist
I tried disabling / enabling wifi, but I think that some blacklist timers are still going on, so in some time wifi can be blacklisted up to max time (I think 1-2h) and this disabling / enabling does not do anything really.
Is there any other option on how to handle this problem? Or if possible to disable this Android "feature" or detect it and run something that would reset this blacklists?
from Remove blacklisted BSSID/wifi from android device
No comments:
Post a Comment