Page 1 of 1
Change the MAC address of the wifi.
Posted: 28 May 2020 14:41
by doc11
Hello, is there a way to change the MAC address of the wifi?
I have root rights on my Android phone.
I don't want to do it through another program.
Re: Change the MAC address of the wifi.
Posted: 30 May 2020 08:20
by doc11
I tried it now with action root command but it did not work.
I used these commands.
Code: Select all
ifconfig wlan0 down
ifconfig wlan0 hw ether XX:XX:XX:XX:XX:XX
ifconfig wlan0 up
Does anyone have any ideas what else I could try?
Re: Change the MAC address of the wifi.
Posted: 05 Jul 2020 17:31
by Desmanto
try to use the busybox binary. Maybe some built-in binary doesn't allow you to do that.
BTW, what is your android version? If you have android pie 9.0 above, you can use the native feature of mac randomization. In the developer option, there is "Connected MAC Randomization".