how do i change mac id of my WT19i ?
You want to change the Wifi MAC ID Or Bluetooth MAC ID??
BRAiNCHiLD95 said:
You want to change the Wifi MAC ID Or Bluetooth MAC ID??
Click to expand...
Click to collapse
Wifi mac id
Root you phone
install busybox (market.android.com/details?id=stericson.busybox)
download Terminal Emulator (market.android.com/details?id=jackpal.androidterm)
in terminal emulator
type -
su
busybox ifconfig wlan0 down
busybox ifconfig wlan0 hw ether xx:xx:xx:xx:xx:xx
busybox ifconfig wlan0 up
done!!! check ur wifi mac id
Related
Hi guys,
My phone is on stock vodafone 4.1.2. I have already tried:
1) terminal commands: (confirmed my phone is using wlan0, busybox updated)
su
busybox ifconfig wlan0 down
busybox ifconfig wlan0 hw ether b8:f9:34:6e:19:9f (showing error: device or resource busy)
busybox ifconfig wlan0 up
2) some related apps on google play
Any solutions for me, please? i really need to change the mac address on RAZR
Thank you!!
maybe
Cnorm said:
Hi guys,
My phone is on stock vodafone 4.1.2. I have already tried:
1) terminal commands: (confirmed my phone is using wlan0, busybox updated)
su
busybox ifconfig wlan0 down
busybox ifconfig wlan0 hw ether b8:f9:34:6e:19:9f (showing error: device or resource busy)
busybox ifconfig wlan0 up
2) some related apps on google play
Any solutions for me, please? i really need to change the mac address on RAZR
Thank you!!
Click to expand...
Click to collapse
I used rom named aokp4.2.2 that changed my mac adress. maybe it works for your phone , too. Try it.
I want to change the wifi mac address of my GT-S5302. I have tried many apps like Wireless Mac Address Changer but all failed.
Also tried:
Code:
busybox ifconfig //determine device usually eth0
busybox ifconfig eth0 down //shuts down eth0
busybox ifconfig eth0 hw ether 00:00:00:00:00:00 //sets eth0's mac to 00...
busybox ifconfig eth0 up //turn eth0 back on
busybox ifconfig //check to see if eth0 is set to new mac
After changing MAC when i execute "busybox ifconfig" the new mac is reflected but it is not letting me connect to my existing network. I have to restart wifi to get connected but it resets the mac address to the original one.
And also tried editing the ".nvmac.info" , "nvram.txt" ,"nvram_mfg.txt" but all in vain.
Can any one suggest me a working method to change WIFI MAC address for GT-S5302 ?
Thanx in advance :good:
Can anyone please tell me that why I'm disconnected from my existing network after executing these commands?
Code:
busybox ifconfig //determine device usually eth0
busybox ifconfig eth0 down //shuts down eth0
busybox ifconfig eth0 hw ether 00:00:00:00:00:00 //sets eth0's mac to 00...
busybox ifconfig eth0 up //turn eth0 back on
busybox ifconfig //check to see if eth0 is set to new mac
i used kindle fire HDX 7 with Nexus 2.0.1
other Android device can change MAC address by
using ADB shell with busybox
# ifconfig eth0 |grep HWaddr
# ifconfig wlan0 down
# ifconfig wlan0 hw ether 00:10:11:AB:CD:EF (Which i want to change MAC)
# ifconfig wlan0 up
but i doesn't work. with' SIOCSIFHWADDR : Operation net supported'
and there are no way to change Mac address?
hello
I have rooted phone with busybox pro and terminal app installed.
I would like to hange IMEI adress when Im in work, as we have limited access to wifi for unknown imeis.
So, I would like to change this via terminal app by command:
su
busybox ifconfig (see that i need to edit wlan0)
busybox ifconfig wlan0 hw ether 'newmac'
and after that im getting:
ifconfig: SI0CSIFHWADDR: Operation not supported"
Additionally I cant get it work with additional apps from play store. Is there something else what I should do?
NMy phone is P780 with MIUI rom.
Thank you
Hi everyone,
I'm trying to do a Mac Spoof from my Motorola Moto E (Rooted of course!) but I have a problem cause i'm quite sure i'm not succeeding in spoofing!
Well, I installed BusyBox and Terminal Emulator.
Than i go to Terminal Emulator and wrote:
"su" (so I have permission from SUPERSU)
[email protected]_umts : / # busybox ifconfig wlan0 down
[email protected]_umts : / #busybox ifconfig wlan0 hw ether [New Mac]
[email protected]_umts : / #busybox ifconfig wlan0 up
[email protected]_umts : / #
Than the terminal doesn't say anything else.
After that, the wifi from the device doesn't work anymore ( I have to disable and renable the wifi to make it work again) and of course the mac didn't change...... anyone has an idea, need some help, I am new of Android!!!