Spoofing or changing MAC address - HTC One X

I have been trying to spoof or change my wifi mac address.
I followed the guide http://forum.xda-developers.com/showthread.php?t=1385577
And can confirms the change with # busybox iplink show wlan0
but I cannot connect to any Wifi. I have tried connecting to my own WPA protected router.
I have also read that some custom roms have managed this as a side effect but the details of exactly why and how this happened are unclear.

Related

[Q] Openvpn cannot get IP adress

Openvpn settings connect to Openvpn Server but I cannot access anything in the connected LAN.
Have tried severals of images and severals of configuration but nothings help.
Now I use NeoPhyTe_Mod_1.7.1_Sense-FroYo_FRF91 same **** here
I suspect the tap device not do get up and receive IP.
Hope anyone have some ideas, have tried to get this to work since June mount.
See pic for my config
Hello.
I have the same problem!!
Can anybody help??
Best regards Grisu
Problem known and explained here:
http://code.google.com/p/android-openvpn-settings/issues/detail?id=35
You need to either:
su
ip ru del table wifi
or
ip ru del table gprs
Depending in how you are connected

[Q] Spoofing Mac Address

So ive been trying to spoof the mac address on my HTC Desire (LEE Droid 2.2a, rooted) but to no avail.
Ive tried going through terminal and putting "ip link set etho...." but i get "operation not permitted"
Ive seen this guide for the HTC Hero but I dunno if it'll work on a Desire:
ip208-100-42-21.static.xda-developers. com/showthread.php?t=686789
Anybody have any ideas? And im doing this because my university doesnt allow any mobile devices to connect to their network, only laptops. So im trying to spoof my Android's Mac Address to my laptops.
Thanks in Advance.
Oqudsi said:
So ive been trying to spoof the mac address on my HTC Desire (LEE Droid 2.2a, rooted) but to no avail.
Ive tried going through terminal and putting "ip link set etho...." but i get "operation not permitted"
Ive seen this guide for the HTC Hero but I dunno if it'll work on a Desire:
ip208-100-42-21.static.xda-developers. com/showthread.php?t=686789
Anybody have any ideas? And im doing this because my university doesnt allow any mobile devices to connect to their network, only laptops. So im trying to spoof my Android's Mac Address to my laptops.
Thanks in Advance.
Click to expand...
Click to collapse
So i think it worked, first thing you need to do is put in the command su so that the Terminal gets Super User access.
Then just put
iplink set eth0 address XX:XX:XX:XX:XX
iplink set eth0 broadcast XX:XX:XX:XX:XX
then to make sure it worked go to iplink show eth0
Will try that on my Wildfire. Phone must be rooted, right? Any other changes to phone?
I used this method, set eth0 a new mac address
then reboot my phone , put "iplink show" , the eth0 was missed
What can I do now ?

Spoof Mac Address

Hey guys,
does anyone know how to spoof the mac address on your phone? I'm testing a vendor blocking system and i need to be able to spoof my mac.
Thanks,
Cryous
Open terminal type in "ip link show" to find your WLAN card; mine was eth0 so I will use that as an example. Enter the following:
ip link set eth0 address XX:XX:XX:XX:XX:XX
To confirm that it switched, type in:
ip link show eth0
and it should show the new mac address. I haven't tested if it works on a MAC-filtered router, but I think it should work.
Found this on another thread seems to work. I was able to connect to my router after changing.
Its says access is denied, even when I use sudo
Sent from my ADR6300 using XDA App
The command works for me but i noticed its changing the wrong thing.
what do you mean its changing the wrong thing? It appears to change the right value
search "network spoofer" in the market. I'm just sure if it can spoof mac addresses or not

[Q] Change MAC address

Hi
I've got one problem. I was trying to change my MAC address on Samsung Galaxy S3 Mini. That operation was successful.
I changed it by commands
Code:
su
ip link set wlan0 ADDRESS 00:00:00:00:00:00
And I also tried app "MAC Spoofer" . Both successful. But after changing MAC address I can't connect to WiFi. There is a problem with authentication. So I was looking for a solution on XDA. I found it http://forum.xda-developers.com/showpost.php?p=51072203&postcount=214 but I don't understand it. Could anyone tell me what should I do step by step?
Regards,
maciek1235
P.S. I also checked that thread http://forum.xda-developers.com/showthread.php?t=917684 but it didn't work for me

How do you specify a mac address for wlan0 on CM 12.1?

Is there a way to "permanently" set the mac address of wlan0 to something of my choosing? I have been able to do this temporarily through ADB and with busybox, but it does not always work. I want to have a specific mac address on wlan0 for when I use my phone as a hotspot for portable gaming devices. I have google's this, and it seems at least in previous versions of CM, this was stored in a file and could be changed, but I cannot find that file on the build I am running (CM 12.1-20150705-NIGHTLY). Does anyone know how to do this? Currently, I have to enable the hotspot, use ADB cli like:
# busybox ifconfig wlan0 down
# busybox ifconfig hw ether 00:11:22:33:44:55
# busybox ifconfig wlan0 up
# busybox ip link show wlan0
If I check the mac address after this, sometimes it changes, sometimes it does not. And sometimes when "ip link" reports the changed mac, it is not really changed (I check with other devices and they still see the old mac). But it does work... sometimes (rarely.. but I have had it working). I'd really like to make this more permanent.
I have looked in /data/misc/wifi but I don't see any nvram file in there anymore where I think you used to be able to set it.
This thread may help you. http://forum.xda-developers.com/showthread.php?t=2286440 I haven't tried it myself but a friend of mine said it worked for him.

Categories

Resources