bri3d / VW_Flash

Flashing tools for VW AG control units over UDS. Compression, encryption, RSA bypass, and checksums are supported for Simos18.1/6/10, DQ250-MQB, DQ381-MQB, and Haldex4Motion-Gen5-MQB.
Other
315 stars 80 forks source link

vw flash #81

Open revtekpeformance opened 1 year ago

revtekpeformance commented 1 year ago

good day, im having a problem using the vw flash, i cant seem to get the unlock feature to work, i can ID the car perfectly but then cant get to flash functions for some reason , im on windows 11 using the latest GUI. flash_details.log udsoncan.log flash.log

bri3d commented 1 year ago

What do you mean by "can't get to the flash functions?"

What kind of interface devices are you using? What I see in the logs is this:

You successfully Get Info using a J2534 driver with

J2534 FirmwareVersion: b'FW:0808 HW:02 SN:A55259', dllVersion: b'1.0.0.15 (built 12.02.19)', apiVersionb'04.04'

And also a J2534 driver with:

2022-11-22 12:33:29 [INFO] Connection: J2534 FirmwareVersion: b'1.17.4877', dllVersoin: b'1.02.4820 Jul  6 2016 17:20:04', apiVersionb'04.04'

But when you go to flash, you have a driver with

2022-11-22 19:26:59 [INFO] Connection: J2534 FirmwareVersion: b'', dllVersoin: b'', apiVersionb''
2022-11-22 19:26:59 [INFO] Connection: Failed to set ISO15765_STMIN to 0
2022-11-22 19:26:59 [INFO] Connection: Failure message: b'invalid channel ID'
2022-11-22 19:26:59 [INFO] Connection: Failed to set ISO15765_STMIN_TX: Error_ID.ERR_INVALID_CHANNEL_ID
revtekpeformance commented 1 year ago

,Ok so when i select unlock ecu nothing happens ,i dont have any 'flash' button on the interface ,so sorry im new to this just trying to flash my mk7 gti , im using scanmatik 2 clone and have a tatcrix clone aswell, i had thought my j2534 devices where the problem, if you recommend i can try with vas 5054

revtekpeformance commented 1 year ago

Image 2022-11-22 at 19 58 59

bri3d commented 1 year ago

Oh, I see! So weird - this is a purely GUI issue, not an issue with an interface device or anything else.

Maybe a weird issue with display scaling or the vertical resolution of your screen? I'd try messing around with display scaling and vertical screen resolution settings to see if you can get the button back.

Based on the logs whatever the last device you tried was isn't going to work, but the other two should be fine :)

revtekpeformance commented 1 year ago

great thanks so much for the help and fast response much appreciated ill send an update once i resolve the display issue, thanks so much again :D

revtekpeformance commented 1 year ago

dashing module not loaded Traceback (most recent call last): File "VW_Flash_GUI.py", line 871, in on_select_unlock File "VW_Flash_GUI.py", line 409, in flash_unlock AttributeError: 'FlashInfo' object has no attribute 'patch_box_code'

thanks ive sorted out the res issue , is this normal on the log?

bri3d commented 1 year ago

This appears to be a bug, but one in an error message.

It doesn't think your file matches the correct unlock file name. In the case of an SC8 ECU, you need FL_8V0906259H__0001.frf . It's failing to display the correct error message due to a bug which I will fix.

revtekpeformance commented 1 year ago

ok great thanks its stuck on extracting file for unlock

mbperf commented 1 year ago

Hi, I am using python 3.9 32-bit and it does not want to open vw flash gui. Window open for 1 second and nothing happens afterwards.

Any suggestions? thx :)