Spoof the MAC address of your rooted Android device from Windows. Changes are persistent accross reboots. Tool allows backup of the original MAC.
##Requirements:
- (Required) Rooted Android device
- (Required) Go to Developer Options on your device and allow "USB Debugging" mode
- (Required) Make sure device driver is installed on Windows
- (Recommended) Download the Android SDK and set the environment variable "ANDROID_HOME" to the root directory of the SDK. ..* This script relies on the Android Debug Bridge (adb). By default, it will look for "adb.exe" on %ANDROID_HOME%\platform-tools\adb.exe. If not found, it will run the "adb.exe" bundled with this script, which should work for Windows x64 machines.
Connect your Android device, and run
android-spoofer.bat <mode> [new-mac-address]
Where <mode>
update: Sets MAC address to be equal to 'new-mac-address'. Backup is created, if non-existent.
backup: Backs-up current MAC-address
restore: Restores original MAC-address
clean-backup: [DANGEROUS] Cleans backed-up address (cannot be undone
show-current: Displays current MAC address.
show-original: Displays backed-up MAC address, in case it exists.
Anytime the MAC address is modified, the device needs to be rebooted for changes to take effect.
Try running the following command
android-spoofer.bat show-current
No changes are made by this command, and if everything has been correctly set up, it should display the current MAC address of your device.
Original MAC Address is "AA:11:22:33:44:BB". Let us set it to "DD:33:44:55:44:BB"
android-spoofer.bat update DD:33:44:55:44:BB
Restore it to "AA:11:22:33:44:BB".
android-spoofer.bat restore