Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

MK25A Coding [help]
03-08-2018, 00:20 AM, (This post was last modified: 03-08-2018, 03:46 AM by nlp397.)
Post: #1
ZVW  MK25A Coding [help]
Hello everyone! I would like to ask for help at the same time as posting an useful resource, provided you guys check if the information is real. I have an MK25A XT module on an 2H Amarok, that needs to be coded to a new VIN, right now it states that it is incorrectly coded even with all functions working. I found this on the internet that I would like to share and also check if you guys can confirm this.

PS: I downloaded the ABS/ESP LC Calculator, but I don't know if I am too much of a noob, or if there is actually no way to select the other models tabs such as the MK25A one, that is already there gavel

The information I found states that the VIN is coded into the bytes number: 6; 8; 10; 12; 14. And they represent the last 5 digits of any given VIN, in order.

The information I found also has attached this cheat-sheet to help you translate and code your VIN into HEX, which I pasted below

VIN#13 VIN#14 VIN#15 VIN#16 VIN#17
0 - A4 0 - 95 0 - A2 0 - 71 0 - 5E
1 - A5 1 - 96 1 - A3 1 - 72 1 - 5F
2 - A6 2 - 97 2 - A4 2 - 73 2 - 60
3 - A7 3 - 98 3 - A5 3 - 74 3 - 61
4 - A8 4 - 99 4 - A6 4 - 75 4 - 62
5 - A9 5 - 9A 5 - A7 5 - 76 5 - 63
6 - AA 6 - 9B 6 - A8 6 - 77 6 - 64
7 - AB 7 - 9C 7 - A9 7 - 78 7 - 65
8 - AC 8 - 9D 8 - AA 8 - 79 8 - 66
9 - AD 9 - 9E 9 - AB 9 - 7A 9 - 67


The problem with this is that the coding on the vehicle right now doesn't match by far any of the possibilities on the indicated bytes positions (6,8,10...), so right now I am pretty much lost...

This is the current coding for my module:
Code:
------------------------------------------------------------------------------Address 03: ABS Brakes (-----)       Labels: 2H0-907-37x-ESP.clb   Part No SW: 2H0 907 379 J    HW: 2H0 907 379 D
Component: ESP MK25A XT  H44 0109     Revision: 00H44001      
Coding: C07324B69A97039B24A759AA6F5190  
Shop #: WSC 07456 790 49164   VCID: 377D4DF9869C17F93E-8062
1 Fault Found: 01044 - Control Module Incorrectly Coded         008 - Implausible Signal         Freeze Frame:                Fault Status: 01101000                Fault Priority: 6                Fault Frequency: 1                Reset counter: 120                Mileage: 63525 km                Time Indication: 0                Date: 2057.14.10                Time: 12:10:37
         Freeze Frame:                Count: 32896                Count: 769                Count: 4163                Count: 766
------------------------------------------------------------------------------

I need to code it to match this ECU and VIN, can someone confirm why the bytes doesn't correspond to anything in the attached table? Thank you very much

Code:
VIN: WV1DB42H8CA031913

Code:
------------------------------------------------------------------------------Address 01: Engine (J623-CSHA)       Labels: 03L-906-022-CFC.clb  
Part No SW: 03L 906 012 AS    HW: 03L 907 309 AC  
Component: R4 2,0L EDC   H21 2605     Revision: 74H21---    
Serial number: 00000000000000   Coding: 012A4012232600080000  
Shop #: WSC 07456 790 50316   ASAM Dataset: EV_ECM20BTD01103L906012AS 001004  
ROD: EV_ECM20BTD01103L906012AS.rod   VCID: 75E187F1D410A5E9EC-8020
No fault code found. Readiness: 0 0 0 0 1
------------------------------------------------------------------------------


To anyone reading this, thank you very much for your attention in advance, even if you can't help! Everyone have a nice day! Hope it also helps someone in the future!

Regards,
nlp397
Quote this message in a reply
13-10-2018, 10:29 AM,
Post: #2
RE: MK25A Coding [help]
hi did u find any solution please
Quote this message in a reply
05-11-2018, 21:17 PM,
Post: #3
RE: MK25A Coding [help]
Hi ,i post you an table maybe will help you .

vin 13 14 15 16 17
0 6D B2 25 E2 D1
1 6E B3 26 E3 D2
2 6F B4 27 E4 D3
3 70 B5 28 E5 D4
4 71 B6 29 E6 D5
5 72 B7 2A E7 D6
6 73 B8 2B E8 D7
7 74 B9 2C E9 D8
8 75 BA 2D EA D9
9 76 BB 2E EB DA
Quote this message in a reply
[+] 1 user says Thank You to Airbag.import for this post
06-11-2018, 08:09 AM,
Post: #4
RE: MK25A Coding [help]
let me share what I know in this case. your abs coding from constructor is
C0 24 9A 03 24 59 6F 90 and your coding is
C07324B69A97039B24A759AA6F5190
all the numbers that are missing in the middle of your constructor coding are related to your vin nr. I hope you understand something from my explanation.

Online coding , SVM , radio code , component protection , vehicle history , VW , Audi , Skoda , Seat
Skype Provag
For a detailed service history is available with a small donation
Quote this message in a reply
[+] 1 user says Thank You to Provag for this post
08-11-2018, 12:51 PM, (This post was last modified: 10-11-2018, 13:19 PM by 1 6 D.)
Post: #5
RE: MK25A Coding [help]
C0 73 24 B6 9A 97 03 9B 24 A7 59 AA 6F 51 90

Mirrored bytes in coding:
C0 - 03
24 - 24
9A - 59

VIN is Bytes 5 7 9 11 13

byte 5
94 0
95 1
96 2
97 3
98 4
99 5
9A 6
9B 7
9C 8
9D 9

byte 7
95 0
96 1
97 2
98 3
99 4
9A 5
9B 6
9C 7
9D 8
9E 9

byte 9
A2 0
A3 1
A4 2
A5 3
A6 4
A7 5
A8 6
A9 7
AA 8
AB 9

byte 11
A3 0
A4 1
A5 2
A6 3
A7 4
A8 5
A9 6
AA 7
AB 8
AC 9

byte 13
51 0
52 1
53 2
54 3
55 4
56 5
57 6
58 7
59 8
5A 9

Check this coding:
C07324B69A97039624AB59A46F5390
Quote this message in a reply
[+] 1 user says Thank You to 1 6 D for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
ZTAudi Audi A6 C8 Matrix LED 8G4 retrofit coding Jonas225 3 336 11 hours ago
Last Post: pablo202
  2008 Tiguan 5N 2l CBA engine coding tintoverano 1 42 01-05-2024, 22:10 PM
Last Post: Marx
  Abs coding help pinotec 1 77 26-04-2024, 09:01 AM
Last Post: StefanDST
ZTAudi AUDI A3 MK60EC ABS CODING HELP vaki1989 1 78 21-04-2024, 14:09 PM
Last Post: BmwMerc
ZVW Golf 6 abs coding gafari 5 155 17-04-2024, 16:47 PM
Last Post: gafari
  Audi 1.8 2009 need online support for coding steering angle sensor roanoke 2 114 13-04-2024, 03:10 AM
Last Post: DSESET86
ZVW CRAFTER SY 2018 rain/light sensor coding expay 1 89 02-04-2024, 08:17 AM
Last Post: expay
  Seat Ibiza ABS long coding help please! SOLVED! kreepyme 0 97 28-03-2024, 12:25 PM
Last Post: kreepyme
ZSeat Seat ibiza abs long coding. vwdamian 1 88 22-03-2024, 15:41 PM
Last Post: kreativ
ZSkoda Skoda Octavia ABS Long Coding after Cluster Swap Kayhan 17# 1 135 20-03-2024, 09:29 AM
Last Post: ufo222

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content