Related
Hello everybody!
I have managed to change the Wi-Fi MAC address of my device and now I share this technique with you. With this method, you can change your address permanently!
What is a MAC address?
A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. It may also be known as a burned-in address, an Ethernet hardware address (EHA), hardware address or physical address. (Source: Wikipedia)
Why would somebody change his/her MAC address?
- To access the internet where it is restricted to particular addresses.
- To hide his/her illegal activity. (Though this is not effective enough since the Android system sends product information and a lot of other things to the Google servers and I'm sure that previous IP addresses could be searched for if somebody does something really nasty.)
Is it legal to change the MAC address?
As far as I know, it is. However, I firmly discourage you on doing anything illegal with changed/unchanged MAC.
Let's do it!
What do you need?
- A rooted device.
- A kernel with MAC address changing support. (I include my ICS kernel (version 3.1.10) for those who want to try it out and the method of implementing it into other custom kernels.)
- A file manager that can explore the root filesystem.
How does this exactly work?
Normally, the Wi-Fi driver gets the MAC address from the built-in chip then it writes the address to '/efs/wifi/.mac.info' and '/data/.mac.info'. This is the original burned-in address. This cannot be changed with software modifications, but only by soldering off the chip from the motherboard and rewriting its contents. Our Wi-Fi device is a Broadcom BCM4330. It has very good built-in features and the open source driver can be found in our kernel sources.
There are two different options in the driver (READ_MACADDR and RDWR_MACADDR (actually, there is a WRITE_MACADDR option too, which stands for creating the two files I have mentioned before)), which enable us changing the address. I tested both and found READ_MACADDR better. By enabling it in the kernel, you get some options regarding MAC changing.
Before you change your MAC address in any way, turn off Wi-Fi! I recommend writing down your original address somewhere (just to be extra secured). You can always return to your original one using the second method (read further) or by flashing a kernel that doesn't have the patch.
- If you flash a patched kernel and delete the '/efs/wifi/.mac.info' file, the driver will generate (!!) a custom MAC address based on some predefined rules (The first 24 bits are common in all generated addresses.).
- Of course you can set your own custom MAC address. Do this by editing the '/efs/wifi/.mac.info' file with a file manager. If you change it to an incorrect address, the system will automatically use the original (burned-in) MAC.
For kernel developers who want to enable this:
Find '#define WRITE_MACADDR' after '#ifdef CONFIG_MACH_N1' in 'drivers/net/wireless/bcmdhd/src/dhd/sys/dhd_sec_feature.h' and insert '#define READ_MACADDR' after that line. This is for ICS kernels (version 3.1.10), but the patch must work on GB ones too. You just have to insert the define somewhere else (I didn't look into this.).
(I count on you guys in implementing this! )
I attach my prebuilt (secure, MMC_ERASE_CAP disabled) kernel for trying out this feature. It is an ICS kernel (version 3.1.10).
Every custom modification to devices have risks. Use this at your own risk!
Have fun and enjoy!
Thanks!
Just tried patching the kernel, it works! So, this feature will be included in my next kernel.
Before flashing the patched kernel, when I turn off wifi, delete .mac.info file, re-enable wifi, the MAC address is not changed.
However, after flashing the patched kernel, after I turn off wifi, delete .mac.info file and re-enable wifi, the MAC address is changed!
Thanks very much for the useful guideline from Adam77Root :good:
Hey bro can u explain this in a more simpler manner...I'm a newbie here and i need this! bcuz my brother alwayz blocks my wifi mac address so i cannot access wifi. I hav a rooted Samsung galaxy ace s5830 using cm 10.1 rc4......thanks in advance!:good:
Abuzzz said:
Hey bro can u explain this in a more simpler manner...I'm a newbie here and i need this! bcuz my brother alwayz blocks my wifi mac address so i cannot access wifi. I hav a rooted Samsung galaxy ace s5830 using cm 10.1 rc4......thanks in advance!:good:
Click to expand...
Click to collapse
If kernel supports only we change the WIFI MAC Address, we can not use it on all the kernels...
Hello,
Is it possible on Samsung Galaxy SII GT-I9100 ?
thanks
miradorid said:
Hello,
Is it possible on Samsung Galaxy SII GT-I9100 ?
thanks
Click to expand...
Click to collapse
Just have taken a look into your kernel sources and it seems it is.
Check this thread: http://forum.xda-developers.com/showthread.php?p=37299543
Somebody will surely compile a kernel for you.
thanks ! I hope anyone will do this
Is it possible to port this to nexus 7 wifi edition with Dirty Aokp rom?
I already have this on my r with cm10.1 kernel
Sent from my GT-I9103 using Tapatalk 2
Deadfreak said:
Is it possible to port this to nexus 7 wifi edition with Dirty Aokp rom?
I already have this on my r with cm10.1 kernel
Sent from my GT-I9103 using Tapatalk 2
Click to expand...
Click to collapse
I have looked into the sources of your Wi-Fi driver (the same BCMDHD) and it seems it doesn't support it. Maybe this is a Samsung-only feature.
any suggestion...?
mj.vikram said:
If kernel supports only we change the WIFI MAC Address, we can not use it on all the kernels...
Click to expand...
Click to collapse
Can you suggest me a ROM with the suitable kernel to change the mac address of my Samsung Galaxy Ace S5830 please?? It would be of great help...
Abuzzz said:
Can you suggest me a ROM with the suitable kernel to change the mac address of my Samsung Galaxy Ace S5830 please?? It would be of great help...
Click to expand...
Click to collapse
I think your best bet would be the galaxy ace forums. You could search if there's an existing kernel with this functionality or else you could direct one of the kernel developers there to have a look at this thread.
I'm a beginner, plz explain in detail such that I can do it.
I'm using Karbonn A11(rooted).
I need to change my Wi Fi mac address because my network administrator blocked my device mac address.
yo be able to connect to wi fi I need to change my wi fi MAC address...
plzz help me..
plzzz
---------- Post added at 02:42 PM ---------- Previous post was at 02:20 PM ----------
I'm using Karbonn A11(rooted).
I need to change my Wi Fi mac address because my network administrator blocked my device mac address.
yo be able to connect to wi fi I need to change my wi fi MAC address...
plzz help me..
plzzz
You need a kernel that supports it.
BTW: Why on earth is this thread in the Q&A??
Adam77Root said:
You need a kernel that supports it.
BTW: Why on earth is this thread in the Q&A??
Click to expand...
Click to collapse
OK then asked mod to move this one to General Forum.
hmm, good idea . but not for all mobiles, I think.
not working for N7100.
thanks anyway.
CracKey said:
hmm, good idea . but not for all mobiles, I think.
not working for N7100.
thanks anyway.
Click to expand...
Click to collapse
If you didn't say, I would have tried it out on my refrigerator.
...not on my refrigerator, but on my U8860
Adam77Root said:
If you didn't say, I would have tried it out on my refrigerator.
Click to expand...
Click to collapse
Hello experts,
since a long time I'm trying to fix my mutating MAC on a Huawei U8860 (so called Honor).
Your Thread gives me new hope. Atm I'm running a custom rom (baidu v.5, ROM 43) on my device.
Do you think, it's possible to insert the phrase into the kernel-source to make the MAC fix again? The wlan-chip is nearly the same as in your tested device (bcm4329).
What else do I have to patch? Is it necessary to write the MAC (seen on the label under battery) into any config-file?
I apprecheate your help - thanx for reading...
Works on Samsung S4 mini with CM 11, however I need to reboot after changing .mac.cob even when deleting .mac.info (which does not automaticly returns), as turning off/on WiFi isn't enough.
I guess the READ_MACADDR option is missing, and at one point I'd like to make my own CM modification. Or is there a more simple solution?
I'm new here..
I have rooted my galaxy note 2 gt-N7100
I want to change my mac address to another one that i want
Can you tell me how can I do it?
Hi,
Just over a year ago, I asked you a solution for my Galaxy S2, and you found me a solution thanks to this post on the Galaxy S2 forum.
Is there a similar kernel for Galaxy S4 GT-I9505 ?
Does anyone have the RTL8187 drivers for an Alfa AWUS036H WiFi adapter that are compiled for the TF300? This is a popular adapter and chipset and I've seen old posts on this working. I'm running Kali as installed with the Complete Linux Installer app. I'm running the latest CROMI-X. Any help would be appreciated. Thanks.
giant25 said:
Does anyone have the RTL8187 drivers for an Alfa AWUS036H WiFi adapter that are compiled for the TF300? This is a popular adapter and chipset and I've seen old posts on this working. I'm running Kali as installed with the Complete Linux Installer app. I'm running the latest CROMI-X. Any help would be appreciated. Thanks.
Click to expand...
Click to collapse
Hey,
lock for 'Android PCAP Capture' in the Play-Store.
Maybe it will work. For my Alfa AWUS036NHA with RTL8188 it doesn't work :crying:
Bye Stefan
stefan-w said:
Hey,
lock for 'Android PCAP Capture' in the Play-Store.
Maybe it will work. For my Alfa AWUS036NHA with RTL8188 it doesn't work :crying:
Bye Stefan
Click to expand...
Click to collapse
Thanks for the reply. PCAP does work with my adapter plugged into the docks USB port. However, I'm looking to do more than that, like use airodump within Kali. Anyone else have any ideas?
Hey everybody,
I am seeking competent testers for a rom build for the sm-t531 matisse3g. [pac-rom]
my intention is a semi-unified build which can be run on the matissewifi as well.
System dump acquired, courtesy of @repey6 :good:
This thread will not address carrier variants.
This thread is not accepting requests or well wishes.
Please understand I appreciate both however, I would like to keep things
uncluttered and on point.
UPDATE slimkat_matisse-wifi-3g-round-2.zip https://www.androidfilehost.com/?fid=95916177934518340
see this post for details http://forum.xda-developers.com/showpost.php?p=58464745&postcount=72
this build should be tolerable for matissewifi, need matisse3g owner to test for wifi functions, 3g is still W.I.P.
based on sm-t531 stock kernel source [official release} with prima/pronto wlan stuff added.
This is not a support thread.
Post #2 will contain Links/issues
Post #3 will remain reserved.
m
Okay, this is round 1, I am aware of the blink issue. - see OP
The name of the file is pac_matisse-wifi-3g-round1.zip 229.95 MB
Round 1 http://d-h.st/eDAi click download now
RESULT - No camera no 3g on matisse3g wifi is up ,
good for matisse wifi though [no camera], remove assert from updater-script - look it up =)
Will leave build up for play value until i have next build uploaded.
thanks @zog222
If you cannot figure out the download then, kindly do not participate.
Please see @sub77 's Recovery thread here for your recovery;
Philz/Advanced CWM http://forum.xda-developers.com/tab-4/development/recovery-philz-touch-samsung-galaxy-tab-t2923466
reserved 2
Round 1
Ok, round 1 is up, see Post #2
This will run on matisse wifi as well but, I am working for matisse3g,
if you wish to run the rom on matissewifi you must remove the assert
from the updater script.
I will adjust the assert, upload the matisse-wifi3g device tree and kernel source
when this project is done.
Hi,
i will keep this thread test open till Jan 11 and then close it for lack of interest.
If there is interest and you meet the requirements laid out in OP then please respond or provide me with
reports, logcats, bugs what's working/not working etc.
Thanks.
m
moonbutt74 said:
Hi,
i will keep this thread test open till Jan 11 and then close it for lack of interest.
If there is interest and you meet the requirements laid out in OP then please respond or provide me with
reports, logcats, bugs what's working/not working etc.
Thanks.
m
Click to expand...
Click to collapse
okay, Ukrainian and Russian users will try your work. Thank you for your hard work.
Who know, mobile data and skype are working?
zog222 said:
okay, Ukrainian and Russian users will try your work. Thank you for your hard work.
Why know, mobile data and skype are working?
Click to expand...
Click to collapse
z,
hi, thanks, i am using my device tree configuration for matisse wifi and trying to adjust it for matisse3g.
i have been running this build on my matissewifi since i posted it.
my previous build and previous tester @mariojuniorjp confirmed the build will boot correctly, but in that initial
build i mistakenly built for a wifi only device.
is mobile data working ?
m
Why Pac man? MIUI, Paranoid, SlimKat, Lewa?
To be honest, I'm waiting for 3-4 roms to go from stok. Now I do not even root for my sm-t531
zog222 said:
Why Pac man? MIUI, Paranoid, SlimKat, Lewa?
To be honest, I'm waiting for 3-4 roms to go from stok. Now I do not even root for my sm-t531
Click to expand...
Click to collapse
z,
hi,
the rom version doesn't matter for the moment. Getting a functioning build from a proper device tree is the goal.
Once that is done, I post the tree and development moves foward.
m
moonbutt74 said:
z,
hi,
the rom version doesn't matter for the moment. Getting a functioning build from a proper device tree is the goal.
Once that is done, I post the tree and development moves foward.
m
Click to expand...
Click to collapse
How many logcats you have now?
Sorry for my english
z,
you're english is fine :good:
I have not recieved any information yet as to logcats, bugs, what's working, what isn't.
I thought to take on the project to help out and to learn more about development for android but,
without useful feedback this project dies on the 11th. I have other projects on my plate.
An interesting note, the sm-t53x and the smt33x seem to be almost completely hardware identical
except for the display screen, not the egl layer stuff, i literally mean the display screen.
I flashed this same rom on my sm-t330nu and except for the display things seem to work.
even wifi seemed to be up when i ran lsmod and rfkill through adb.
m
moonbutt74 said:
z,
you're english is fine :good:
I have not recieved any information yet as to logcats, bugs, what's working, what isn't.
I thought to take on the project to help out and to learn more about development for android but,
without useful feedback this project dies on the 11th. I have other projects on my plate.
An interesting note, the sm-t53x and the smt33x seem to be almost completely hardware identical
except for the display screen, not the egl layer stuff, i literally mean the display screen.
I flashed this same rom on my sm-t330nu and except for the display things seem to work.
even wifi seemed to be up when i ran lsmod and rfkill through adb.
m
Click to expand...
Click to collapse
50% users of tab 4 10" waiting for castom rom, but no one want to try it now
i will try rom
On the screen blink issue
@sub77 @metallica @repey6 @zog222
Okay,
i just found the fix for the blink issue and will be running a new build.
in /system/build.prop
change ro.build.type=eng to ro.build.type=user or userdebug :silly:
i will post the link to the post momentarily.
m
http://forum.xda-developers.com/showpost.php?p=55693815&postcount=1443
Can anyone provide me with feedback as to wifi/3g working or not and logcats ?
@moonbutt74 it"s for Pac man or stok? I"m don"t understand what is.
moonbutt74 said:
@sub77 @metallica @repey6 @zog222
Okay,
i just found the fix for the blink issue and will be running a new build.
in /system/build.prop
change ro.build.type=eng to ro.build.type=user or userdebug :silly:
i will post the link to the post momentarily.
m
http://forum.xda-developers.com/showpost.php?p=55693815&postcount=1443
Can anyone provide me with feedback as to wifi/3g working or not and logcats ?
Click to expand...
Click to collapse
It's awesome!!!!!! Camera and network are not working, but everything else are very fast
zog222 said:
It's awesome!!!!!! Camera and network are not working, but everything else are very fast
Click to expand...
Click to collapse
z,
okay, the logcat message Ignoring duplicate VSYNC event from HWC, as far as i can tell is just spam.
on network/communications , does the matisse3g also have wifi capacity ? i have never owned a 3g device, so i do not know.
i am attempting to find missing proprietary files, i will have another build up in a day or two.
m
moonbutt74 said:
z,
okay, the logcat message Ignoring duplicate VSYNC event from HWC, as far as i can tell is just spam.
on network/communications , does the matisse3g also have wifi capacity ? i have never owned a 3g device, so i do not know.
i am attempting to find missing proprietary files, i will have another build up in a day or two.
m
Click to expand...
Click to collapse
Wi-Fi working fine. Button "back" not works.
3G - for me it"s big problem
zog222 said:
Wi-Fi working fine. Button "back" not works.
3G - for me it"s big problem
Click to expand...
Click to collapse
Wifi is up = AWESOME !
3G is not = :crying:
on the back button, i will look into it.
A few questions,
Is language support present ? Russian, Ukrainian , etc ?
Does wallpaper display in Trebuchet launcher or is screen black ? If so Nova Launcher is a suitable replacement for now.
Thanks.
m
moonbutt74 said:
Wifi is up = AWESOME !
3G is not = :crying:
on the back button, i will look into it.
A few questions,
Is language support present ? Russian, Ukrainian , etc ?
Does wallpaper display in Trebuchet launcher or is screen black ? If so Nova Launcher is a suitable replacement for now.
Thanks.
m
Click to expand...
Click to collapse
Button works after reboot.
Russian language work 80% settings. I can translate, it"s no problem.
Screen is normal. Not black.
MTP and another connection with PC not work.
I have a biggest logcat, but i can"t put them on my PC.
Restore to stok.
zog222 said:
Button works after reboot.
Russian language work 80% settings. I can translate, it"s no problem.
Screen is normal. Not black.
MTP and another connection with PC not work.
I have a biggest logcat, but i can"t put them on my PC.
Restore to stok.
Click to expand...
Click to collapse
Z,
okay thanks, so on my todo list is 3g, camera, MTP :good:
M
What is nMAC?
nMAC(Nil MAC Changer) is a root application that can change your Android device's MAC address.
Why?
There are a lot of privacy concerns regarding Android's static MAC addresses. The possibility of being tracked everywhere is just one of the problems involved. This app aims to solve this issue by giving you, the user, control over your device's wireless identity. nMAC is intended to be used only for legal, non-malicious purposes, which do not involve unfairly abusing various wireless services. If you do not comply with these terms, please do not use this app.
Features:
A unique MAC file layout system
Works when other tools can't
Very fast and easy to implement support for more devices
Yet a generic approach
Persistent change
Safe backup and restore of original MAC address
Asynchronous, non-blocking & responsive design
No reboot required
MAC randomization functionality
Ability to set custom MAC address
Officially supported devices:
Google:
Nexus 5X
Nexus 5
Samsung:
Samsung Galaxy S3 Neo
Samsung Galaxy S3 Mini
Samsung Galaxy S5 Mini
Samsung layout information provided by @Thargorsson
OnePlus:
One
OnePlus One layout provided by @topjor
Yu:
Yuphoria
Yu Yuphoria layout provided by @GokulNC
FAQ - 2nd post
Change log - 3rd post
Download: Releases
Source: GitHub
Unsupported device?
Create a new device layout
Request support for your device
As usual, please report any bugs you may encounter.
Enjoy!
F.A.Q. :
Q: My phone can't connect to any Wi-Fi network after I change my MAC address!
A: The first 6 hex digits represent your device's manufacturer. You will get kicked from some routers if these digits are totally random. More here
Q: I messed up!
A: Restore the backup (original MAC address) by clicking on the button.
Q: I messed up and I deleted the app!
A: Reinstall the app and restore the backup (original MAC address) by clicking on the button. The backup file is saved on your external storage under /.nMAC/ and you may also restore it manually.
Q: My device is unsupported!
A: Create a new device layout
Request support for your device
Q: I really, really messed up and something doesn't work anymore
A: If restoring the backup doesn't help, try flashing your factory images.
Change log (outdated)
Check GitHub repository commits and/or release information
02 Jun 2016 - v1.1
Re-wrote MAC changing engine for higher compatibility
New devices supported
Non-ASCII MAC files supported
12 May 2016 - v1.01
Removed arm64-v8a ABI
Faster app startup
Reduced app size
7 May 2016 - Initial release - v1.0
/Reserved
ViRb3 won't give any updates anymore!
You can stay at his version but when you want your phone being supported please contact ME
THIS THREAD HAS MOVED
Thanks for another useful app!
@Thargorsson I believe I fixed your issue, please review and update your post appropriately. Thanks!
Hey, my device is not supported and i would like to see it get supported, how can i help making it compatible
I have a oneplus one with cm13 (android 6.0.1, se linux enforced)
Edit: i found the file where the MAC address is found and the lines
I only need to check if 5ghz uses a different MAC because there are 4 MAC addresses / interface configurations pressent but i already know one of them as it matched the one in the WiFi settings
/persist/WCNSS_qcom_cfg Intf0MacAddress=C0EEFB43FAxx (removed last 2 hex characters) this is 1 of the 4 addresses present that us sure te be one of them
Edit2; if i have time tomorrow i might look into making a pull request
I have an Xperia L with Resurrection Remix (a CM13-based ROM). Unfortunately not supported
Sent from my taoshan using XDA Labs
topjor said:
Hey, my device is not supported and i would like to see it get supported, how can i help making it compatible
I have a oneplus one with cm13 (android 6.0.1, se linux enforced)
Edit: i found the file where the MAC address is found and the lines
I only need to check if 5ghz uses a different MAC because there are 4 MAC addresses / interface configurations pressent but i already know one of them as it matched the one in the WiFi settings
/persist/WCNSS_qcom_cfg Intf0MacAddress=C0EEFB43FAxx (removed last 2 hex characters) this is 1 of the 4 addresses present that us sure te be one of them
Edit2; if i have time tomorrow i might look into making a pull request
Click to expand...
Click to collapse
This would be immense help! Please check my newly created guide to implementing support here - you will save yourself a lot of time. If you can't make it work or don't have time, please let me know and I will implement it ASAP. If that's the case, please make sure you send me this info first.
Also, I never thought about 2.4GHz and 5GHz having a different MAC. Please let me know if you find they are different because currently I change only one of them on the Nexus 5X! Thanks!
Aenadon said:
I have an Xperia L with Resurrection Remix (a CM13-based ROM). Unfortunately not supported
Sent from my taoshan using XDA Labs
Click to expand...
Click to collapse
Please check this on how to request device support. Good luck!
ViRb3 said:
Also, I never thought about 2.4GHz and 5GHz having a different MAC.
Click to expand...
Click to collapse
My access points don't seem to be reporting other macs also they are not AC access points. Using hotspot will use a different MAC address, i found a option for that.
topjor said:
My access points don't seem to be reporting other macs also they are not AC access points. Using hotspot will use a different MAC address, i found a option for that.
Click to expand...
Click to collapse
Very good to know! I haven't considered changing the hotspot MAC (yet). It can be added on my to do if it's important to people.
ViRb3 said:
Very good to know! I haven't considered changing the hotspot MAC (yet). It can be added on my to do if it's important to people.
Click to expand...
Click to collapse
For me it's not a priority, also in my config it is already set to something completely different, don't know how unique it is though.
@ViRb3 i only have one question does the regex work per file or per line.?
Can u please support Samsung Galaxy S3 LTE? Thanks. ????
Sent from my Samsung GT-I9305 using XDA Labs
topjor said:
@ViRb3 i only have one question does the regex work per file or per line.?
Click to expand...
Click to collapse
It matches the whole file. This is crucial for safely reasons.
larswars said:
Can u please support Samsung Galaxy S3 LTE? Thanks. ????
Click to expand...
Click to collapse
Please follow this guide on how to request support:
https://github.com/ViRb3/nMAC/wiki/Requesting-support-for-a-new-device
I'd be happy to do the rest!
ViRb3 said:
It matches the whole file. This is crucial for safely reasons.
Click to expand...
Click to collapse
My pull request should work then, haven't tested as i don't have a android development environment setup
v1.105 released with OnePlus One support and bug fixes + improvements! @topjor please confirm it works on your device.
Could you add Support for the LG G5?
1619415 said:
Could you add Support for the LG G5?
Click to expand...
Click to collapse
Absolutely, if you provide me with:
https://github.com/ViRb3/nMAC/wiki/Requesting-support-for-a-new-device
HI there
i was tempted to flash miui8 custom rom by its look. every thing was fine except wifi and bluetooth i decided to go back to stock rom problem was not solved
i did research on it and finally got some conclusions and i am not able do decide which one is right.
1.My phone wifi mac adress is unavailable
2.I cant find any network interface related to my wifi like (wlan0,eth0) when i used "ip link show"
3.i checked kernel message by cat /proc/kmsg it shows that my wcnss drivers are not ready while i turn on wifi
4.and i heard that in root directory efs folder should be there which contains mac adress and all that stuff and in my mobile i cant
able to find it
And i believed that it was rom problem and flashed a new rom (cm 14) then i got my wifi and bluetooth in work:fingers-crossed::fingers-crossed::fingers-crossed:
but i was willing to know reason behind it and use my favorite miui8 rom
here are some useful information regarding to my variant
variant: lenovo vibe k5 plus
recovery:TWRP 3.0.2-r3
i downloaded rom from :https://forum.xda-developers.com/android/development/rom-miui-8-vibe-k5-plus-t3500400
plzzz help me
thanks in advance
mohithreddy said:
HI there
i was tempted to flash miui8 custom rom by its look. every thing was fine except wifi and bluetooth i decided to go back to stock rom problem was not solved
i did research on it and finally got some conclusions and i am not able do decide which one is right.
1.My phone wifi mac adress is unavailable
2.I cant find any network interface related to my wifi like (wlan0,eth0) when i used "ip link show"
3.i checked kernel message by cat /proc/kmsg it shows that my wcnss drivers are not ready while i turn on wifi
4.and i heard that in root directory efs folder should be there which contains mac adress and all that stuff and in my mobile i cant
able to find it
And i believed that it was rom problem and flashed a new rom (cm 14) then i got my wifi and bluetooth in work:fingers-crossed::fingers-crossed::fingers-crossed:
but i was willing to know reason behind it and use my favorite miui8 rom
here are some useful information regarding to my variant
variant: lenovo vibe k5 plus
recovery:TWRP 3.0.2-r3
i downloaded rom from :https://forum.xda-developers.com/android/development/rom-miui-8-vibe-k5-plus-t3500400
plzzz help me
thanks in advance
Click to expand...
Click to collapse
Greetings and welcome to assist, as miui was never originally made for your device like all custom roms there will be bugs. You are probably best asking in the thread you linked to see if anyone else had the same issue
Regards
Sawdoctor
sawdoctor said:
Greetings and welcome to assist, as miui was never originally made for your device like all custom roms there will be bugs. You are probably best asking in the thread you linked to see if anyone else had the same issue
Regards
Sawdoctor
Click to expand...
Click to collapse
hi thanks for your reply next time onwards i will take care on that
but once try browsing the link i specified it was given that rom is for lenovo vibe k5 plus and he too said that it seems that it is perfect