[Completed] Wifi MAC Spoofing on Android 4.0+ - XDA Assist

Hello guys,
I am trying to change MAC of my Lenovo AG3300GV tablet [Android 4.4.2]
I rooted it with kingoroot for windows and using kingo SuperUser.
I tried many apps like mac adress ghost, wifi mac changer but none of them did work.
I used busybox ifconfig commands also.
No luck !!!
When I was using Galaxy Y [Android 2.3.8], I changed mac temporarily by changing nvram.info, mac.info files in root files.
But since KitKat 4.4.2 very complex, I was wondering editing "address" file in "/sys/class/ieee80211/phy0/device/net/wlan0" will change mac ? [Only this file contain mac in plain text]
I tried editing the file with Wifi ON&OFF conditions using ES Explorer, Terminal vim, QEdit etc even by changing read/write permission and owner.
None of these worked.
Hope some of you could help me....
Thank you...

The_Black_Rider said:
Hello guys,
I am trying to change MAC of my Lenovo AG3300GV tablet [Android 4.4.2]
I rooted it with kingoroot for windows and using kingo SuperUser.
I tried many apps like mac adress ghost, wifi mac changer but none of them did work.
I used busybox ifconfig commands also.
No luck !!!
When I was using Galaxy Y [Android 2.3.8], I changed mac temporarily by changing nvram.info, mac.info files in root files.
But since KitKat 4.4.2 very complex, I was wondering editing "address" file in "/sys/class/ieee80211/phy0/device/net/wlan0" will change mac ? [Only this file contain mac in plain text]
I tried editing the file with Wifi ON&OFF conditions using ES Explorer, Terminal vim, QEdit etc even by changing read/write permission and owner.
None of these worked.
Hope some of you could help me....
Thank you...
Click to expand...
Click to collapse
Hi and thank you for using XDA Assist
MAC adress cannot be changed it's serial number which is embedded into the Phone hardware....
It could maybe be hidden but changed is not possible.
The same thing is appliable for PCs
Regards

Related

[Q] Moto G MAC address

Hi.
Is it possible to change mac address on Moto G?
I tried every app on the market, some of them won't change the mac address and some of them won't connect to the router (can't pass authentication).
With rootbrowser I searched my phone for files that have "wifi" in their name, and then searched that file for word "mac" and searched my mac address in that file.
In xtwifi.conf I found the word mac:
# if we should use fake wifi scanner to report injected MAC address
# value 0: (default) we are going to use the real wifi scanner on board.
# value non-zero: we are going to use the injected MAC address
ENABLE_TEST_FAKE_WIFI_SCAM = 0
Any ideas?
It's a hardware address.. You can't change it...
Sent from my XT1032 using XDA Premium 4 mobile app
killerkiller12 said:
hi.
Is it possible to change mac address on moto g?
I tried every app on the market, some of them won't change the mac address and some of them won't connect to the router (can't pass authentication).
With rootbrowser i searched my phone for files that have "wifi" in their name, and then searched that file for word "mac" and searched my mac address in that file.
In xtwifi.conf i found the word mac:
# if we should use fake wifi scanner to report injected mac address
# value 0: (default) we are going to use the real wifi scanner on board.
# value non-zero: We are going to use the injected mac address
enable_test_fake_wifi_scam = 0
any ideas?
Click to expand...
Click to collapse
please look your prÄ°vate messages :'(
change mac address
I also want to change my mac address of moto E ... Can anybody help
Why would someone wants to change their phones Mac address? Can someone please enlighten us?
Some routers have mac filtering. You can not connect to that router if your mac address is not the same as the saved ones in the router.
Sent from my XT1032 using XDA Free mobile app
But arent you supppsed to be the one to set your mac address in the router to allow your device to be connected?
That's the point, it's not your router
Sent from my XT1032 using XDA Free mobile app
1
I have the same problem, i have a router with mac filtering, and i dont obtain it.
Solved
Hello, I know its old, but I managed to change it on my ROOTed Moto G (Kit Kat) for other people...
Its in
Code:
/persist/WCNSS_qcom_wlan_factory_nv.bin
saved in binary.
View it:
Code:
busybox hexdump -C WCNSS_qcom_wlan_factory_nv.bin
You'll see 4 MAC addresses, each increase by one.
Quick Overwrite:
Code:
echo -n -e \\x00\\x00\\x01\\x02\\x01\\x01\\xEE\\xEE\\xEE\\xEE\\xEE\\xE1\\xEE\\xEE\\xEE\\xEE\\xEE\\xE2\\xEE\\xEE\\xEE\\xEE\\xEE\\xE3\\xEE\\xEE\\xEE\\xEE\\xEE\\xE4\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x30\\x02 > /persist/WCNSS_qcom_wlan_factory_nv.bin
You might want to check the starting and ending characters with your output, before you write it.
mat23452345 said:
Hello, I know its old, but I managed to change it on my ROOTed Moto G (Kit Kat) for other people...
Its in
Code:
/persist/WCNSS_qcom_wlan_factory_nv.bin
saved in binary.
Click to expand...
Click to collapse
I can confirm that this works also on Moto E, running Android 4.4 as well as 5.1. Thanks for the tip!
I was not very comfortable with using terminal. This is what I did.
Open the file /persist/WCNSS_qcom_wlan_factory_nv.bin in Hex Mode. Some file browsers (eg. X-Plore File Browser) with root capability also supports hex editing. I will recommend keeping a backup, just in case.
The file should contain the MAC address 4 times, incremented by 1. You can check your current MAC address from Settings->WiFi->Advanced
Change all the four MAC present in the file, also incremented by 1. Leave all other hex values unchanged.
That's it!
Also, this is permanent. What I mean to say is that the MAC address remains unchanged after reboot and even after flashing another ROM. So if you want to get back your original MAC, you need to change file manually (the backup might come in handy).

[Q] How to change Bluestack 0.9.7.4101 Wifi Mac Address to a specific one?

I am using Bluestack 0.9.7.4101 which is already rooted.I want to change its Wifi MAC Address as that of my moblie.So is there any way to change Bluestack Wifi MAC to a specific one,for example,11:22:33:44:55:66.I installed BusyBox and Terminal Emulator,but unable to change Wifi MAC,as it has two MAC address ,so please help to change only the wifi MAC.
bump. Any solution?

Changing MAC Address Moto E2

I have a Moto E2 3G phone and I have rooted the phone recently. Although I am not able to change the MAC address of the phone. I have already tried changing the WCNSS_qcom_wlan_factory_nv.bin file in the persist folder. Also I have using third party apps like BusyBox with Terminal Emulator and MacChanger. Please find a way and reply in the comments below.
Search ascii.txt and using a text editor change the mac of the phone to the required mac.

Need help with changing mac address

Hello,
I've just got new Oneplus 2 phone and i wounder how do i change mac address.
I've tried diffrent apps from play store, xposed (phone id changer) and manually editing through terminal but it won't work.
Any sugesstions?
PS1: With xposed(id changer) mac changes but not for that, that i want
PS2: With terminal mac changes, but i cant connect to ANY network

How to change mac in this device

Please help. Who knows how to change the mac adress.
Yeah, i haven't found any way to change anything in nvram so far.
root your device and change your mac using change my mac. you can download change my mac on playstore
naufaliqbalw said:
root your device and change your mac using change my mac. you can download change my mac on playstore
Click to expand...
Click to collapse
This doesn't work. Any of changers doesnt work. I even tried changing it with terminal. It seems like nvram is somehow hardcoded in the device
i could not find any solution either. Indeed i have lost my imei numbers during rooting my device. now i can not use my device. Can anyone provide his backup files NVRAM/NVDATA etc for me. Thanks in advance

Categories

Resources