Results 15 comments of mr-fix

I'm not 100% sure, but it looks like `DM/MIBHMI_480T/de/vw/mib/asl/internal/system/util/SystemKeyUtil.java` (which i found [here](https://github.com/olli991/mib-std2-pq-zr-toolbox/discussions/148#discussioncomment-3589231)) contains key mapping in the `transformDsiKeyIdToKeyListenerId` function. I'm guessing that `case: 5` is traffic button. If one...

MHI2 does not have CID lock. You have MST2 unit, and you are using MST2 Toolbox. This is different project.

That's right. HEX 02 = BIN 00000010 = Bits 0-1 = 10

@Nackapatz, can you confirm that information below is correct? This is based on the long coding from your screenshot. ``` Steering: Left-hand-drive Body: SUV Boot screen: Standard Model: Q3 with...

Hope that you will find couple minutes for the fix. Would love to modify my dataset and experiment a bit with FPA settings.

Tried that but also got server error. One thing that I can see different in my data are first bytes - 2 ascii characters instead of 4 to ID the...

Extract works all right. But compress doesn’t do a thing for me. No error, just nothing when I press the „compress images” button.

After following this: https://www.drive2.ru/l/631475642306679981/ I can confirm that I can successfully extract Audi `.canim` files. What one needs to do, is to add `bytes_per_pixel == 0x1` case to the script...

> For my Linux box to connect to the mib I had to use .ssh/config settings like: > > ``` > Host mib > StrictHostKeyChecking no > Hostname 192.168.0.207 >...