Any fix BT MAC 41:49.. in STOCK ROM

Search This thread

xjox

Senior Member
Mar 18, 2013
184
18
Hi, there is a way to fix this problem? I cant use bluetooth with my GF and brother. all of us with LG E975.. Thanks in advance..
 

hasan4791

Senior Member
Nov 2, 2011
1,801
610
Gurgaon
Couldn't find the thread, sorry... My MAC is 41:4E, BL is unlocked. Still don't quite understand the problem, but don't want to hijack the thread. I'll go do some searching and reading...

ya he mentioned that in our devices BT loades its MAC form bootloader and we are using nexus bootloader to unlock it obviously something fissy is happening...!!
 

Cntauro

New member
Jan 6, 2012
4
0
Pariaguan
Hello, faust93 helped me with this problem, his response was to create a file with the following content in /etc/init.d

#!/system/bin/sh
BT_ADDR=$(/system/bin/btnvtool -p 2>&1 | awk '/address/ {print $2}' | awk -F "." '{print "\\x"$1 "\\x"$2 "\\x"$3 "\\x"$4 "\\x"$5 "\\x"$6}')
echo -ne $BT_ADDR | dd bs=1 seek=16384 of=/dev/block/platform/msm_sdcc.1/by-name/misc

and don't forget to setting rwx-r-xr-x permissions on this file (chmod 755 filename)
then reboot your phone, switch bt on and see if mac has changed.

thanks go to Mr. faust93. And Sorry for my english.

Enviado desde mi LG-E975 mediante Tapatalk
 

christboanerges

Senior Member
Sep 14, 2010
243
48
Jakarta
www.facebook.com
Hello, faust93 helped me with this problem, his response was to create a file with the following content in /etc/init.d

#!/system/bin/sh
BT_ADDR=$(/system/bin/btnvtool -p 2>&1 | awk '/address/ {print $2}' | awk -F "." '{print "\\x"$1 "\\x"$2 "\\x"$3 "\\x"$4 "\\x"$5 "\\x"$6}')
echo -ne $BT_ADDR | dd bs=1 seek=16384 of=/dev/block/platform/msm_sdcc.1/by-name/misc

and don't forget to setting rwx-r-xr-x permissions on this file (chmod 755 filename)
then reboot your phone, switch bt on and see if mac has changed.

thanks go to Mr. faust93. And Sorry for my english.

Enviado desde mi LG-E975 mediante Tapatalk
not working on CIS 10B ROM :crying:
 

christboanerges

Senior Member
Sep 14, 2010
243
48
Jakarta
www.facebook.com

Attachments

  • Screenshot_2014-02-26-17-51-54.png
    Screenshot_2014-02-26-17-51-54.png
    117 KB · Views: 111
  • Screenshot_2014-02-26-17-51-15.png
    Screenshot_2014-02-26-17-51-15.png
    63.6 KB · Views: 114
  • Screenshot_2014-02-26-20-17-55.png
    Screenshot_2014-02-26-20-17-55.png
    64.2 KB · Views: 113
Last edited:

saq__d__aus

Senior Member
May 7, 2008
57
1
Hey I've tried to type the 2 lines present in the script inside and adb hsell with root right,
My BT_ADDR env variable seem to take the good value 3D:42:91 .... and everything look to go good (no error) but this doesn't seem to work.
After rebooting my bt mac is again 41:4E ... blablabla...
Any idea why?

For info I'm running on E97510d-EUR-XX, and the build is JZO54K.

PS: Do I have to remound the partitions to be writable before doing the "echo -ne $BT_ADDR | dd bs=1 seek=16384 of=/dev/block/platform/msm_sdcc.1/by-name/misc" or just being root is enouth? I get no error from dd so I think I don't have to?
 

hasan4791

Senior Member
Nov 2, 2011
1,801
610
Gurgaon
Hey I've tried to type the 2 lines present in the script inside and adb hsell with root right,
My BT_ADDR env variable seem to take the good value 3D:42:91 .... and everything look to go good (no error) but this doesn't seem to work.
After rebooting my bt mac is again 41:4E ... blablabla...
Any idea why?

For info I'm running on E97510d-EUR-XX, and the build is JZO54K.

PS: Do I have to remound the partitions to be writable before doing the "echo -ne $BT_ADDR | dd bs=1 seek=16384 of=/dev/block/platform/msm_sdcc.1/by-name/misc" or just being root is enouth? I get no error from dd so I think I don't have to?

Ya on reboot yu need to run that script

Sent from my LG-E975 powering Stock 4.1.2
 

Mr.MEX

Inactive Recognized Developer
Apr 24, 2014
589
1,791
Samara
OnePlus 6T
Bluetooth MAC address...

All greetings!
Such problem appeared on smart phone LG E975 on which is installed CM 12.
At me generally writes it "is not known". At some writes 00:00:00:00:5a:ad.
How to solve? For KitKat the decision does not help.
 
Last edited:

Top Liked Posts