Impossible to change WiFi MAC Address.
It has been impossible for me to change my WiFi MAC Address :(, and I need to change it for the same as said in this thread: routers at job only accept my hardware original WiFi MAC (well, I do have 2 HTC HD2 devices, too).
I have tested lots of things:
- Command line changes, like "ip link set eth0 address" or "ifconfig eth0 hw". They do the change, but when disabling and reenabling WiFi, the MAC address does not stay.
- The change at "startup.txt" consisting of "set cmdline "wifi.mac=00:12:23:34:45:56". It makes no effect.
- Editing "/proc/calibration" where the MAC is stored (impossible to change, you know).
- Programs like "Set MAC Address" at Market. No effect.
This is my "startup.txt":
Code:
set mtype 2524
set ramaddr 0x11800000
set ramsize 0x1e400000
set initrd_offset 0x00a00000
set KERNEL zImage
set initrd initrd.gz
set cmdline "rel_path=Android nand_boot=0 lcd_density=167 gps_zone=es data_size=1024 bt.mac=00:11:22:33:44:55 wifi.mac=00:12:23:34:45:56"
boot
Any suggestions, please?
|