Finally managed to change mac address on my phone. Apps didn’t work, but what did was allowing root over adb (in developer settings), then on laptop running adb root
, adb shell
, and ifconfig wlan0 hw ether <address>
. It reset when turning wifi off and on though, just use it immediately.