Saturday, 19 November 2016

Changing mac address on android

This tutorial is on how to change Mac address on android(ROOT REQUIRED)
A Media Access Control address (MAC address) is a 12-character unique identifier assigned to a specific piece of hardware such as the network adapter of your WiFi device. In simple words, a MAC address can be used to uniquely identify your Android phone on the Internet or the local network.
You need to download two apps:-
1. Busybox
2. Terminal emulator
Both available on play store
First you need to open terminal emulator and type following commands:-
1. Su. (for getting root access)
2. Busybox iplink  show wlan0.(to see the network information and Mac address)
3.busybox ifconfig wlan0 hw  ether xx:xx:xx:xx:xx:xx (to change Mac address)

Watch video tutorial

No comments:

Post a Comment