adam-
|
|
« Reply #405 on: December 03, 2015, 08:10:32 AM »
|
|
|
php launch.php ecu.bin dump.ecu
What happens if you right that?
|
|
|
Logged
|
|
|
|
antoffka666
Full Member
Karma: +11/-2
Offline
Posts: 82
|
|
« Reply #406 on: December 03, 2015, 08:33:09 AM »
|
|
|
php launch.php ecu.bin dump.ecu
What happens if you right that?
|
|
|
Logged
|
|
|
|
antoffka666
Full Member
Karma: +11/-2
Offline
Posts: 82
|
|
« Reply #407 on: December 03, 2015, 09:03:37 AM »
|
|
|
I tried to run a script to another file "4B0906018CC" All went well
But why does not pass from "4B0906018DG" I do not understand
|
|
« Last Edit: December 03, 2015, 09:35:20 AM by antoffka666 »
|
Logged
|
|
|
|
antoffka666
Full Member
Karma: +11/-2
Offline
Posts: 82
|
|
« Reply #408 on: December 03, 2015, 10:37:53 AM »
|
|
|
Hello everybody ! I figured why not apply the patch to the unit 4B0906018DG
The fact that the patch looks for free space for "variables" in the range 17000-18000 in Hex
but in this unit it is further arranged , I corrected range to fix 17000-18200 and the patch found variables at: 0x18040
And then everything went without error. Next I made check sum and gave it to check on the car.
To attach photos and amended launch.php
|
|
« Last Edit: December 03, 2015, 10:40:20 AM by antoffka666 »
|
Logged
|
|
|
|
rocco_2013
Newbie
Karma: +0/-0
Offline
Posts: 2
|
|
« Reply #409 on: December 13, 2015, 09:57:50 AM »
|
|
|
hallo hab gesehen hier sind einige unter uns, die deutsch sprechen... kann mir mal einer erklären, wie man das programm zum laufen bringen kann schritt für schritt? Bitte am Besten per PN wäre sehr dankbar - dann kann ich das bei unserem S3 gleich mal testen danke vorab
|
|
|
Logged
|
|
|
|
Cloudforce
Full Member
Karma: +5/-13
Offline
Posts: 106
|
|
« Reply #410 on: December 16, 2015, 04:36:01 AM »
|
|
|
Da kann ich zwar leider nicht behilflich sein, aber wenn ihr es ans laufen bekommt, wäre ich sehr froh wenn ihr einen vorher/nachher Vergleich des Flash machen könntet. Ich versuche das an Siemens Steuergeräten ebenfalls zu implementieren und da wäre es mal ganz interessant was tatsächlich am code geändert wird Viel Erfolg weiterhin.
|
|
|
Logged
|
|
|
|
rocco_2013
Newbie
Karma: +0/-0
Offline
Posts: 2
|
|
« Reply #411 on: December 16, 2015, 08:33:41 AM »
|
|
|
es läuft ja anscheinend eh bei manchen, nur ich kann leider mit der beschreibung nichts anfangen
am besten wäre ein DL Link vom kompletten PHP ordner und auch eine beschreibung wie man das programm dann startet
lg
|
|
|
Logged
|
|
|
|
maZer.GTi
Full Member
Karma: +68/-6
Offline
Posts: 246
|
|
« Reply #412 on: December 18, 2015, 08:03:22 AM »
|
|
|
If you want help you need to speak english, implementation in Siemens (SIMOS) Ecus is not supported yet. Last version is working on any VAG ME7 Ecu with C167 Processor. P.S. Änderungen kannst nicht von einem Stg zum anderen übertragen.
|
|
|
Logged
|
|
|
|
TijnCU
Hero Member
Karma: +60/-4
Offline
Posts: 690
flying brick
|
|
« Reply #413 on: December 18, 2015, 09:53:51 AM »
|
|
|
If you just go online and search for what's needed, you should get it to work just fine (php). It's really a small effort after the work others already have done... Wann du nachher noch lust hast, kannst du selbst ein Beschreibung auf Deutsch machen
|
|
|
Logged
|
|
|
|
renegade978
Newbie
Karma: +0/-0
Offline
Posts: 13
|
|
« Reply #414 on: December 19, 2015, 10:00:22 AM »
|
|
|
Hi guys (what a first post)
I've been scratching my head for days trying to get this to work.
I've got the script working and a modded bin file and changed the relevant parts in tuner pro (also had a go in winols) but i still cannot get it to ignition cut for the launch control. It seems like it tries to cut but then just revs to redline.
Is anyone able to take a look and maybe give me a hint what im doing wrong? I've also changed ftomn to 1, 2 and 0
C:\ME7Logger\ecus>launch.exe ecu.bin dump.ecu finding tsrldyn... found: 380B96 finding vfil_w... found: 381B50 finding nmot_w... found: 00F89C finding wped... found: 38099C finding tmotlin... found: 38489F finding B_kuppl (clutch pedal)... found: 00FD4C.3 finding b_br (brems), brake pedal... found: 00FD4A.15 Memory Layout: 29F800 Found Found usable status flag variable at 0x00FDc2 FTOMN found: 1a2da FTOMN IS: 05 FTOMN CHANGED TO 0x00 Finding a good space for Main Function.. space located at: 0x9f800 Finding a good space for launch control configuration variables.. space located at: 0x17a60 using 0x384FF0 for NLS Counter variable Finding the offset for call to the code cave.. call will be located at: 0x9bd2a
Writing lines of code
code writed successfully to ecu_mod.bin!!
REMEMBER TO MAKE CHECKSUMS BEFORE YOU PUT THIS FILE, CHECKSUMS ARE NOT CALCULATED ON THIS FILE
C:\ME7Logger\ecus>
Edit Log for ecu_mod.bin created by TunerPro. ************************************************************************** 12/18/2015 23:40:29 Scalar: LaunchRPM changed from 16384 RPM (0xFFFF) to 3488 RPM (0x3680). 12/18/2015 23:40:40 Scalar: IgnitionCutDuration changed from 1310700 (0xFFFF) to 200 (0x000A). 12/18/2015 23:40:53 Scalar: RPMThreshold changed from 16384 RPM (0xFFFF) to 5497 RPM (0x55E4). 12/18/2015 23:41:00 Scalar: AccPedalThreshold changed from 100 (0xFF) to 80 (0xCC). 12/18/2015 23:41:24 Scalar: SpeedThreshold changed from 512.02 km/h (0xFFFF) to 13.21 km/h (0x069B). 12/18/2015 23:41:41 Scalar: FTOMN changed from 3.8 ms (0x26) to 0.0 ms (0x00). 12/19/2015 12:46:05 Scalar: FTOMN changed from 0.0 ms (0x00) to 2.0 ms (0x14).
I really didnt want this to be a first post but im stumped
|
|
« Last Edit: December 19, 2015, 10:08:16 AM by renegade978 »
|
Logged
|
|
|
|
renegade978
Newbie
Karma: +0/-0
Offline
Posts: 13
|
|
« Reply #415 on: December 19, 2015, 10:51:38 AM »
|
|
|
Nevermind. After looking at that tunerpro log i may have just sorted my problem 0xffff lol
|
|
|
Logged
|
|
|
|
armageddon
|
|
« Reply #416 on: December 26, 2015, 01:19:55 PM »
|
|
|
So, today I tested the script on an RS4 F-box, but it didn't work, rpms keep climbing...
Can you take a look maZer.GTi?
|
|
|
Logged
|
|
|
|
gt-innovation
|
|
« Reply #417 on: December 27, 2015, 04:07:59 AM »
|
|
|
in some cases tmotlin check is not done properly.remove tmotlin check and it will work.
|
|
|
Logged
|
|
|
|
armageddon
|
|
« Reply #418 on: December 27, 2015, 04:59:47 AM »
|
|
|
in some cases tmotlin check is not done properly.remove tmotlin check and it will work.
thanks, will try and report back
|
|
|
Logged
|
|
|
|
armageddon
|
|
« Reply #419 on: December 27, 2015, 11:58:36 AM »
|
|
|
I tried previous version of the script and as soon as clutch pedal is pressed the engine shuts down.
I assume when gt-innovation said to remove tmotlin check that it must be in the code, so, is too much to my abilities
|
|
|
Logged
|
|
|
|
|