nyet
|
|
« Reply #15 on: March 02, 2013, 10:42:53 AM »
|
|
|
i dont see where to modify the first post attachments, i can only change the text , here got the one with those improvements explained above. hope it helps and fix the issues to the users that pmed me. You can delete the attachment and reattach it. However, you might consider using github for this project
|
|
|
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
|
|
|
edduu
Newbie
Karma: +20/-0
Offline
Posts: 17
|
|
« Reply #16 on: March 02, 2013, 04:39:26 PM »
|
|
|
the project is now at github, please download the new release from there , it have fixed some things, now the generated bin is exactly the same as the one in the nefmoto wiki. so this might work. the next release will include some questions before run like the RPMs cap for launch and that fun stuff https://github.com/edduu/2stepscript
|
|
« Last Edit: March 02, 2013, 04:59:00 PM by edduu »
|
Logged
|
|
|
|
mbwiejska12
Jr. Member
Karma: +1/-0
Offline
Posts: 37
|
|
« Reply #17 on: March 25, 2013, 02:29:52 PM »
|
|
|
I tryed to done LC in vr6 turbo (022906032B me7). When I push clutch pedal, the ignition turn off and stop an engine. This situation is when I put everything from this php script (022906032B_LC_Nls). I also made a custom code which is premisted on Stezi custom code, but in this file Launch Control rev works properly though anti lag is still working every time, engine rpm weakly rising and engine still tryed to spool turbo (022906032B_mod_Stezi_code_LcNLS_2 ). What could be wrong?
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #18 on: March 26, 2013, 10:11:42 AM »
|
|
|
I did some changes in code, maybe you like it and update your git Usage: php launch.php ecu.bin dump.ecu [OFFSET_Main_Code] [OFFSET_Variables] Example: php launch.php ecu.bin dump.ecu 0x76980 0x170A0 Example with autoassign space: php launch.php ecu.bin dump.ecu
|
|
« Last Edit: March 26, 2013, 10:18:40 AM by maZer.GTi »
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #19 on: March 26, 2013, 10:34:25 AM »
|
|
|
im sorry i uploaded version with bugs, here is finished one. i attached a exe version of your tool too for people without php installed.
|
|
|
Logged
|
|
|
|
ddillenger
|
|
« Reply #20 on: March 26, 2013, 10:35:36 AM »
|
|
|
i attached a exe version of your tool too for people without php installed. What is this you say? LOL How many bins have you tested it on? I assume we're talking CMD, not GUI?
|
|
|
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
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #21 on: March 26, 2013, 10:44:40 AM »
|
|
|
Im sorry for flooding but i found bug in your code $wped = substr( strstr($file,"\r\nwped") , 58, 6 );
This line will use wped_w if no wped is present! you can change it to
$wped = substr( strstr($file,"\r\nwped ") , 58, 6 ); with space on the end "wped " to prevent this.
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #22 on: March 26, 2013, 10:49:15 AM »
|
|
|
What is this you say? LOL
How many bins have you tested it on? I assume we're talking CMD, not GUI?
i never said that i build a GUI. I just uploaded compiled version to prevent installation of php..
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #23 on: March 26, 2013, 11:08:20 AM »
|
|
|
I Compared the result of the script with my working files. It seems that there is something wrong in b_kuppl , and the return jump of function. I take a look what i can do
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #24 on: March 26, 2013, 03:45:23 PM »
|
|
|
Ok now is fixed, tested on 06A906032KP, 06A906032HN, 8D0907551M
|
|
|
Logged
|
|
|
|
|
krazydbiker
Full Member
Karma: +4/-1
Offline
Posts: 202
|
|
« Reply #26 on: March 27, 2013, 06:23:34 AM »
|
|
|
wow, very good work, makes it a ton easier for you guys, to bad my volvo is still killing me with trying to implement this
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #27 on: March 27, 2013, 07:34:29 AM »
|
|
|
wow, very good work, makes it a ton easier for you guys, to bad my volvo is still killing me with trying to implement this Whats the Problem with Volvo? I think it should work with Volvo ME7 too
|
|
|
Logged
|
|
|
|
krazydbiker
Full Member
Karma: +4/-1
Offline
Posts: 202
|
|
« Reply #28 on: March 27, 2013, 07:58:38 AM »
|
|
|
ill give it a shot, but me7logger does not work for volvo, so no ram address's are found, and im guessing thats the basis of how this works?
edit: after reading through source code, this will not work for my application, as some of the address's it searches for will be totally different
|
|
« Last Edit: March 27, 2013, 08:06:51 AM by krazydbiker »
|
Logged
|
|
|
|
professor
|
|
« Reply #29 on: March 27, 2013, 08:20:00 AM »
|
|
|
Interesting tool mazer.gti. On 032RP breaks: finding tsrldyn... fatal error not found tsrlydn
|
|
|
Logged
|
Seat Ibiza MK4 Cupra 1.8t 20V, stg3. "Those 1.8T 20V machines are really tough" ©
|
|
|
|