How to Change MAC Address in Android Step By Step Instruction

How to Change MAC Address in Android: MAC address, or the Media Access Control address is one of a kind address allocated to the system interface of a device. On your Android cell phone, or tablet, organize cards, for example, those for WiFi, Bluetooth, and so on will have special MAC addresses doled out to them. These addresses are utilized to extraordinarily distinguish gadgets on a system. While the IP address is doled out by organizing interfaces, for example, switches, MAC addresses are settled for the device and are doled out by the maker, hardcoded into the system equipment that the gadget is utilizing. Be that as it may, while changing the MAC address of a gadget isn’t conceivable unless you supplant the system equipment itself, there are approaches to trick the OS into broadcasting an alternate MAC address to the system.

Caricaturing MAC address can help in circumstances like, if your companion blocked you from utilizing their WiFi arrange out of dislike, you can most presumably get access by parodying your MAC address. In this way, If you need to change the MAC address of your Android gadget, here is how you can do it::

How to Change MAC Address in Android?

Find Android MAC Address and Interface Name

Before you can change the MAC address of your Android device, you should make sense of (and note down) the default MAC address for your device. You will likewise need to know the interface name for your WiFi organize card. To do this, just follow the steps below:

On your Android device, go to Settings – > WiFi. Here, click on the Settings cog symbol, to open the “Configure WiFi” screen.

How to Change MAC Address in Android

On the base of the screen, you will have the capacity to see the MAC address of your WiFi organize card. Record it, on the off chance that you have to return your MAC settings to their unique state.

How to Change MAC Address in Android

To discover the interface name for your WiFi arrangement, you’ll need to install the “Terminal Emulator for Android” application (free) from the Play Store. Once you’ve done that, simply take after the means specified underneath:

Open the Terminal Emulator application, and sort the accompanying charge:

ip link

How to Change MAC Address in Android

A mess of data will get printed out to your screen, basically, look down to the base, and check the incentive for which the “link/ether” esteem coordinates the MAC address of your WiFi. For my situation, it’s “wlan0”. For most present-day gadgets, the WiFi interface name will be “wlan0”, yet sometimes it could be something like “eth0” too.

How to Change MAC Address in Android

7 Amazing Features of Samsung Galaxy Tab S3

Change MAC address with Terminal Emulator

Since you’ve made sense of the interface name for your device, you can simply ahead and change the MAC address to another esteem. To get an arbitrary MAC address that you can utilize, simply head on finished to any irregular MAC address generator site. When you have the new MAC address you need to utilize, simply take the means beneath:

Launch Terminal Emulator for Android, and sort the accompanying charge:

su

This will get you superuser access on your Android device. You will require a pull gadget for this.

How to Change MAC Address in Android

Top 10 Calorie Counter Apps for Android and iPhone

Next, sort:

ifconfig [interface_name] hw ether [new_mac_address]

How to Change MAC Address in Android

Hit enter and your MAC address will have changed.

You can confirm the adjustment in your MAC address, by running the following command:

iplink show [interface_name]

How to Change MAC Address in Android