turboat
|
|
« Reply #15 on: September 02, 2014, 01:23:42 AM »
|
|
|
Good work guys
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #16 on: September 02, 2014, 04:43:47 AM »
|
|
|
A very bad idea, 126 Results with your Hex String, the string i posted is to be used in winols 8bit hex search.
Okay, yeah, you are very right. I was fooled by my hex editor program not jumping to the next match when I searched again and thought there was only one result. My bad.
|
|
|
Logged
|
|
|
|
NOTORIOUS VR
Administrator
Hero Member
Karma: +58/-7
Offline
Posts: 1056
|
|
« Reply #17 on: September 02, 2014, 08:13:09 AM »
|
|
|
Nice!
|
|
|
Logged
|
|
|
|
turboat
|
|
« Reply #18 on: September 02, 2014, 09:03:02 AM »
|
|
|
Is it worth putting together a 'features that should be included in Nef' thread, in case Tony opensources it, or starts developing again?
|
|
|
Logged
|
|
|
|
nyet
|
|
« Reply #19 on: September 02, 2014, 09:19:43 AM »
|
|
|
Would it be worth adding this feature to ME7Sum?
|
|
|
Logged
|
ME7.1 tuning guideECUx PlotME7Sum checksumTrim heatmap toolPlease do not ask me for tunes. I'm here to help people make their own. Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
|
|
|
SB_GLI
|
|
« Reply #20 on: September 02, 2014, 09:21:28 AM »
|
|
|
Is it worth putting together a 'features that should be included in Nef' thread, in case Tony opensources it, or starts developing again?
Yes, and hopefully he just open sources it.
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #21 on: September 02, 2014, 09:23:15 AM »
|
|
|
Would it be worth adding this feature to ME7Sum?
Considering ME7Sum only works on ME7.1 as of now, and the issue is (primarily I think) with ME 7.1.1 and ME 7.5..... I don't think it'd make much sense.
|
|
|
Logged
|
|
|
|
ddillenger
|
|
« Reply #22 on: September 02, 2014, 12:46:48 PM »
|
|
|
Correct, this function does not exist in the dinosaur that is ME7.1
|
|
|
Logged
|
Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!
Email/Google chat: DDillenger84(at)gmail(dot)com
Email>PM
|
|
|
Tony@NefMoto
Administrator
Hero Member
Karma: +132/-4
Offline
Posts: 1389
2001.5 Audi S4 Stage 3
|
|
« Reply #23 on: September 02, 2014, 07:34:44 PM »
|
|
|
Is it worth putting together a 'features that should be included in Nef' thread, in case Tony opensources it, or starts developing again?
I would say yes.
|
|
|
Logged
|
|
|
|
Tony@NefMoto
Administrator
Hero Member
Karma: +132/-4
Offline
Posts: 1389
2001.5 Audi S4 Stage 3
|
|
« Reply #24 on: September 02, 2014, 07:45:35 PM »
|
|
|
Recently we've talked about getting a P1681 fault accompanied by a no-start condition after reading/writing certain files. Here's the fix. Open your file in a hex editor and find the follwing string: "DB 00 28 02 84 00 ?? ?? C2 F4 ?? ?? 66 F4 80 00 2D" After finding this, change the last byte from 2D to 0D Example: Before: F4 80 00 2D 0D E6 F4 F0 A5 After: F4 80 00 0D 0D E6 F4 F0 A5 Thanks ddillinger for this cool feature! As always, make sure to correct checksums before flashing. I spent some free time for last week going through the assembly code for the 2004 Allroad 4z7905551S and comparing it to the 2001 S4 8D0907551M. The memory address you are changing is for a function I have been looking at. The memory address is for code inside the function that sets the error code P1681 for programming not complete. The change suggested will make the function never set the error code. I have yet to find where in code this function is called from or how the variable that is checked to control the conditional jump gets set. I'm hoping that when my Allroad ECU arrives in the mail I can get it fully tested an figured out. PS: I'm also planning to eventually release as open source all of the reverse engineering work I have done disassembling the 2001 S4 ECU code.
|
|
« Last Edit: September 02, 2014, 07:54:10 PM by Tony@NefMoto »
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #25 on: September 03, 2014, 05:30:15 AM »
|
|
|
Good to see things moving forward!!!! Thanks Tony!
|
|
|
Logged
|
|
|
|
nyet
|
|
« Reply #26 on: September 03, 2014, 08:45:25 AM »
|
|
|
2nd. Thank you for your time, Tony!
|
|
|
Logged
|
ME7.1 tuning guideECUx PlotME7Sum checksumTrim heatmap toolPlease do not ask me for tunes. I'm here to help people make their own. Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your ex
|
|
|
fourdrsleeper206
Newbie
Karma: +0/-0
Offline
Posts: 5
|
|
« Reply #27 on: September 04, 2014, 01:31:00 PM »
|
|
|
This information couldn't be any more timely for me. I just spent this weekend fighting P1681 on my allroad that's been down for 9months for a Stage3 upgrade, and this was the last hurdle I came across. I managed to get past it with a lucky combination of flashing and reading, but it's great to know I can "fix" it and greatly simplify the tuning process. Thanks for sharing, guys!
|
|
|
Logged
|
|
|
|
Tony@NefMoto
Administrator
Hero Member
Karma: +132/-4
Offline
Posts: 1389
2001.5 Audi S4 Stage 3
|
|
« Reply #28 on: September 04, 2014, 06:41:25 PM »
|
|
|
This information couldn't be any more timely for me. I just spent this weekend fighting P1681 on my allroad that's been down for 9months for a Stage3 upgrade, and this was the last hurdle I came across. I managed to get past it with a lucky combination of flashing and reading, but it's great to know I can "fix" it and greatly simplify the tuning process. Thanks for sharing, guys!
Glad you could work around the problem. The hope with the NefMoto software is that you would never end up in this situation; sorry for that.
|
|
|
Logged
|
|
|
|
fourdrsleeper206
Newbie
Karma: +0/-0
Offline
Posts: 5
|
|
« Reply #29 on: September 09, 2014, 10:23:31 PM »
|
|
|
Glad you could work around the problem. The hope with the NefMoto software is that you would never end up in this situation; sorry for that.
No need to apologize at all! Your software makes it far easier to flash over OBDII instead of carrying the ECU upstairs to my bench setup every single time I need to flash.
|
|
|
Logged
|
|
|
|
|