Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vw flash #81

Open
revtekpeformance opened this issue Nov 22, 2022 · 9 comments
Open

vw flash #81

revtekpeformance opened this issue Nov 22, 2022 · 9 comments

Comments

@revtekpeformance
Copy link

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
Copy link
Owner

bri3d commented Nov 22, 2022

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
  • a driver which returns empty version strings and cannot handle the STMIN_TX ISO15765 command.

@revtekpeformance
Copy link
Author

,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
Copy link
Author

Image 2022-11-22 at 19 58 59

@bri3d
Copy link
Owner

bri3d commented Nov 22, 2022

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
Copy link
Author

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
Copy link
Author

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
Copy link
Owner

bri3d commented Nov 22, 2022

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
Copy link
Author

ok great thanks its stuck on extracting file for unlock

@mbperf
Copy link

mbperf commented Dec 2, 2022

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants