Pelos
Guest
Hello.
Don't know if this is a re-post or not. I tried to find in the forum a thread with this topic, and coulnd't find it.
It seems that with the VAg-com is possible to program the computer so with the original remot control, we can open and close windows of the car.
Here in Mexico, the Leon doesn't have this function from factory. Don't know if in the UK they do.
As well, I couldn't understand how to change or where to change the values. Does anybody has heard about this?
Here is the info.
This works for Golfs, but I heard it works for Jettas and Bora GLI. Cheers!
-------------------------------------------
1) Remote Window Closure / Opening
After leaving the car, press the 'lock' on the remote, and keep it held down (on)....the windows and sunroof will close (only whilst you hold the remote button)
Conversely, pressing the 'unlock' on the remote, and keeping it held down will open the windows (but not sunroof)
Release the remote when they are at desired position!
*this function may require enabling via vagcom programming (instructions below)
__________________________________________________ __
Vagcom programming instructions from syntrix:
I had to change bytes 06, 07, and 08
Many other options be done, but this is basically enabled for use with the remote:
open: windows down sunroof NOT open
close: windows up, sunroof CLOSE if it's open
06 from 28 to 08
07 from 1B to 3F
08 from 09 to 29
or in binary notation:
00101000 to 00001000 for byte 06
00011011 to 00111111 for byte 07
00001001 to 00101001 for byte 08
With more details:
Byte 06 Bit 5 Comfort function power windows/sunroof via remote control inactive || from 0 to 1
Byte 07 Bit 2 Comfort opening power windows via remote control active || from 0 to 1
Byte 07 Bit 5 Comfort closing power windows via remote control active || from 0 to 1
Byte 08 Bit 5 Comfort closing sunroof via remote control active || from 0 to 1
That's what worked for me, this may not work for you!! But here's the codings:
Original coding:
13900E880106281B0904050FB0080F0480A540
Enabling remote rollup/down. Sunroof only on close if it's open:
13900E880106083F2904050FB0080F0480A540
-----------------------------------------------
Don't know if this is a re-post or not. I tried to find in the forum a thread with this topic, and coulnd't find it.
It seems that with the VAg-com is possible to program the computer so with the original remot control, we can open and close windows of the car.
Here in Mexico, the Leon doesn't have this function from factory. Don't know if in the UK they do.
As well, I couldn't understand how to change or where to change the values. Does anybody has heard about this?
Here is the info.
This works for Golfs, but I heard it works for Jettas and Bora GLI. Cheers!
-------------------------------------------
1) Remote Window Closure / Opening
After leaving the car, press the 'lock' on the remote, and keep it held down (on)....the windows and sunroof will close (only whilst you hold the remote button)
Conversely, pressing the 'unlock' on the remote, and keeping it held down will open the windows (but not sunroof)
Release the remote when they are at desired position!
*this function may require enabling via vagcom programming (instructions below)
__________________________________________________ __
Vagcom programming instructions from syntrix:
I had to change bytes 06, 07, and 08
Many other options be done, but this is basically enabled for use with the remote:
open: windows down sunroof NOT open
close: windows up, sunroof CLOSE if it's open
06 from 28 to 08
07 from 1B to 3F
08 from 09 to 29
or in binary notation:
00101000 to 00001000 for byte 06
00011011 to 00111111 for byte 07
00001001 to 00101001 for byte 08
With more details:
Byte 06 Bit 5 Comfort function power windows/sunroof via remote control inactive || from 0 to 1
Byte 07 Bit 2 Comfort opening power windows via remote control active || from 0 to 1
Byte 07 Bit 5 Comfort closing power windows via remote control active || from 0 to 1
Byte 08 Bit 5 Comfort closing sunroof via remote control active || from 0 to 1
That's what worked for me, this may not work for you!! But here's the codings:
Original coding:
13900E880106281B0904050FB0080F0480A540
Enabling remote rollup/down. Sunroof only on close if it's open:
13900E880106083F2904050FB0080F0480A540
-----------------------------------------------