Search found 954 matches

by kur4o
Sun Apr 28, 2024 2:13 am
Forum: Tools
Topic: A2l converter tool
Replies: 13
Views: 4878

Re: A2l converter tool

Knackersjewels wrote: Sat Apr 27, 2024 9:25 pm Bumping, as this is what I need right now
Check this link.
https://universalpatcher.net/a2l-application/
by kur4o
Thu Apr 25, 2024 10:41 pm
Forum: Bosch ECUs
Topic: E67 to T87/T87A TCM interface needed
Replies: 58
Views: 11249

Re: E67 to T87/T87A TCM interface needed

Tre-Cool, once I map some of the code and see what is needed, I can add some tableseek logic to find it on any e38 bins.

Currently you need to trace it in ghidra from start of calibration offset for CAN RX/TX settings.
by kur4o
Thu Apr 25, 2024 10:37 pm
Forum: Bosch ECUs
Topic: E67 to T87/T87A TCM interface needed
Replies: 58
Views: 11249

Re: E67 to T87/T87A TCM interface needed

If I counted correctly this is where bytes are stored from that message, r31 is the offset they get stored in numerical order. Now tracing down to individual bits will take some time, due to ppc crap code. Here is how bits are copied for first byte , r4 is the bit position, some bits might get inver...
by kur4o
Thu Apr 25, 2024 8:25 pm
Forum: Bosch ECUs
Topic: E67 to T87/T87A TCM interface needed
Replies: 58
Views: 11249

Re: E67 to T87/T87A TCM interface needed

For anyone wondering how Cal data is defined per node, there is a table in OS that defines it, similar to DTC list logic. second dword per node defines???length ??size and some other ??data. M:000755C8 TX_table_dword_755C8:.long 0xC9 # DATA XREF: TX1_main_sub_74334+104o ROM:000755C8 # TX1_main_sub_7...
by kur4o
Mon Apr 01, 2024 10:35 pm
Forum: Ford ECUs
Topic: ford ids with other j2534
Replies: 4
Views: 925

Re: ford ids with other j2534

Newer versions might have support for other j-tools. Which IDS version did you use with autel.
by kur4o
Mon Apr 01, 2024 9:34 pm
Forum: Ford ECUs
Topic: ford ids with other j2534
Replies: 4
Views: 925

Re: ford ids with other j2534

Not possible, even different versions works with specific firmware of vci2. It needs specific vci2 dlls

I have some luck and got mdi working with it, but the process wasn`t very straightforward.
by kur4o
Mon Mar 25, 2024 7:11 pm
Forum: Bosch ECUs
Topic: Can anybody calculate a incode for me
Replies: 6
Views: 930

Re: Can anybody calculate a incode for me

This looks like a seed/key request.

Try 128E
by kur4o
Fri Mar 22, 2024 3:37 am
Forum: Bosch ECUs
Topic: Tool to read out bin files
Replies: 3
Views: 895

Re: Tool to read out bin files

Do you have some vins to look at.

Can you read e37 with hptuners.
by kur4o
Tue Mar 19, 2024 8:24 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Universalpatcher with Logger & Analyzer
Replies: 148
Views: 151254

Re: Universalpatcher with Logger & Analyzer

6c=priority f0 or f1 it doesn`t matter, this is the tool ID and can vary from f0-fd Last byte of pid request does have some meaning, and without it mode 22 is not working. Anyway mode 22 logging is way slower than DPID mode. To see actual communication on bus you can goto universal patcher vpw conso...
by kur4o
Sun Mar 10, 2024 6:56 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Hammer not reading ECU
Replies: 51
Views: 6756

Re: Hammer not reading ECU

It is possible gt is not supported with pcmhammer, try some older version of hammer. You can also try running this script in universal patcher to confirm gt is good-> logger-> select device->connect->vpwconsole tab->check print to screen->upload script button->select attached file and wait till scri...