Edited by SatisfyingSin at 2017-7-12 23:55
The mac addresses are the same and you need to set it to something different. Currently the router thinks they are all the same device.
These steps are from here: https://www.techpluto.com/how-to ... ss-without-rooting/
download a free app called the Android Terminal Emulator. Install it on your device. You need to know the name of your card to actually make the change. So open the app and type You will get a list of the different interfaces. On the list search for the address that matches the one that you found out earlier. Now to change it to the temporary address just type in the following commands: - ip link set AAAA address XX:XX:XX:YY:YY:YY
Copy code- ip link set AAAA broadcast XX:XX:XX:YY:YY:YY
Copy code
Here AAAA is the name of the interface that you want to change and XX:XX:XX:YY:YY:YY is the new temporary address that you are assigning to the hardware. Remember that the address is made up of characters so it can be numbers or alphabets. Now to check whether the address has changed just type While denoting the new address it is important to keep in mind that only the last 3 sets should be changed. The first three sets should be kept same. If you change them you will face a lot of authentication issues. As these changes are temporary whenever you reboot your device the MAC address will change back to the original address so you will have to repeat the above instructions again.
|