NefMoto

Technical => Flashing and Chipping => Topic started by: l1p1 on May 08, 2017, 01:41:02 PM



Title: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 08, 2017, 01:41:02 PM
Hello guys,

I've added launch control with the PHP from edduu but it simply doesn't work. I have checked the addresses in the file and the main function and the variables are there (space located at: 0xa18c0; space located at: 0x17b00)

Also checked with VCDS for the clutch sensor which is working.

Could someone please give me some hints what could be the problem?

The checksums have been corrected and checked also with me7sum/me7check, so that shouldn't be the problem (car is running so no need to mention it i guess)


Thanks in advance and sorry if this question comes up too often.. couldn't find any helping information that helps me tough..


Title: Re: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 08, 2017, 01:42:06 PM
Oh damn, I've just seen how bad my posting was.

The Launch Control and No-Lift-Shift is NOT working, thats what my problem is. Messed up also the title... Sorry!


Title: Re: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 08, 2017, 02:15:18 PM
FML, should've read the forum rules, since this is probably a commercial tune...  (got it from a guy for free on mhh...). And I guess triple posting isn't allowed neither.

Please delete this thread, I'l go and hide in a corner and hope no one saw it and do some moreee googling regarding my problem...


Title: Re: ME7.5 1.8T AMK (S3)
Post by: prj on May 08, 2017, 03:29:39 PM
I would not flash a free tune from mhh on anything.
Do you feel like a labrat? You should :) Better start from scratch and go slow.

As for LC-NLS scripts - if you want it to work, do it manually in assembly...


Title: Re: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 09, 2017, 12:49:25 AM
I feel like a lab rat now yes :(

I will try doing it myself in assembler... Seems like the script simply doesn't work..


Title: Re: ME7.5 1.8T AMK (S3)
Post by: mss on May 10, 2017, 01:28:50 AM
Nls add script


Title: Re: ME7.5 1.8T AMK (S3)
Post by: Khendal on May 10, 2017, 01:39:49 PM
The error is in the first line of main function... there's a temperature check that doesn't work. You have to remove it.

Prj... one question... why if i disassemble the ecu... i get hex address similar to ida address with same hex code...and not asm code?


Title: Re: ME7.5 1.8T AMK (S3)
Post by: spd_tolis on May 11, 2017, 07:36:25 AM
hello..please test and report!!!!!


Title: Re: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 12, 2017, 07:26:34 AM
Nls add script

My file has been generated with that code...


The error is in the first line of main function... there's a temperature check that doesn't work. You have to remove it.

Prj... one question... why if i disassemble the ecu... i get hex address similar to ida address with same hex code...and not asm code?

won't removing the first line of the function render the function useless?
I'll try removing the second one, since I guess the first line defines the function? I'm a total noob in assambler tbqh, but I'd be great for any tipps.

Thanks in advance.

Unfortunately I can't answer your question either..


Title: Re: ME7.5 1.8T AMK (S3)
Post by: Khendal on May 12, 2017, 07:34:00 AM
My file has been generated with that code...


won't removing the first line of the function render the function useless?
I'll try removing the second one, since I guess the first line defines the function? I'm a total noob in assambler tbqh, but I'd be great for any tipps.

Thanks in advance.

Unfortunately I can't answer your question either..

Nope... you have to remove the first line...and move all code up on 1 line...


Title: Re: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 12, 2017, 08:17:27 AM
Nope... you have to remove the first line...and move all code up on 1 line...


Thanks a lot, I will try this also. I'll report back if it worked.

Do you have any infos why the temperature check doesnt work? Is it because I'm missing a sensor ? (oil temp), or is the function itself broken?

If the code is broken I'll fork my changes to github so it works for other people too


Title: Re: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 12, 2017, 10:24:52 AM
hello..please test and report!!!!!

thanks for this, it did work. but there is no explosions happening :))

looking for a way to destroy the car, but this soft LC was nice, thanks once again.


Title: Re: ME7.5 1.8T AMK (S3)
Post by: l1p1 on May 12, 2017, 10:37:38 AM
now fml I'm prob the biggest idiot this forum has seen... you wanted me to delete the temp threshold from the function.. but where is it?