Hi Guys,
The annoying beep alert that says "Lights are On" when you open the door with lights on drove me nuts (even though it is in auto mode). I expected the code to turn it off must be on the Central Electronics section. So after going through so many codes and almost when I was about to give up, I decided to zero out everything to test if this turned off the beep. Of course it was really risky so I took a deep breath first :) When I zeroed out everything on Central Electronics, a lot of things got shut off as expected, but the "Lights are On" beep was also turned off.
Now, I knew that this setting was definitely on Central Electronics. So I was wondering if I should do a Binary Search or a Linear Search to see which bit turned this annoying beep off. With luck, I chose a random Byte and made it 00. viola-- the setting that turned off the beep was there. Now came the easy part-- which was to determine which bit in that byte turned the beep off. After going through 3 bits, I found the guilty one! :))
Here is what you have to do, give it a try and see if it works like it did on my S4.
Disable "Lights are on" Warning
[09 – Cent. Elect.] [Coding - 07] -> Long Coding Helper -> Byte 5
Bit 3 - Set to 0 to disable "lights are on" warning
26001031413CAF212701010300003D0D4F9CD24802010161000000 == my original(with some other setting modified) coding
260010314134AF212701010300003D0D4F9CD24802010161000000 == my final coding with beep turned off
Notice that, 3C became 34
BTW, I did this on my 2011 S4.
Bookmarks