At first you need to be root on your mobile, and open a terminal
~: netcfg -->show yours net devices
Now you can see what device you want to change, then you can do the next steps where eth0 would be replace with your net device name (wlan0 is common).
~: ifconfig eth0 down
~: ifconfig eth0 hw ether 00:80:48:BA:d1:30 --> your new mac
~: ifconfig eth0 up
I think this solution is ok, but now I can't try it. If a solution is possible may be will seem to this.