Search found 392 matches

by joukoy
Thu Jan 27, 2022 10:09 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Suite development
Replies: 185
Views: 66258

Re: PCM Hammer Suite development

I made a copy of pcmlogger, modified it to .net 4.0 compatible (removed J2534 support) and included to UniversalPatcher. Not published yet, fixing... Now I try to make "FAST_MODE" (Passive mode?) logging work (user selection), but it is not really fast mode. (Yes, responseType = 0x24) Is i...
by joukoy
Thu Jan 13, 2022 6:42 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Suite development
Replies: 185
Views: 66258

Re: PCM Hammer Suite development

Still trying to understand github, removed previous pull request (I think) and created new.
There must be better way to check if device is ready, than checking if "Write Calibration" -button is enabled, but it seems to work...
by joukoy
Wed Jan 12, 2022 2:46 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Suite development
Replies: 185
Views: 66258

Re: PCM Hammer Suite development

This is the most common mistake made when trying to contribute to an existing Github project ... You must first have a place where you have permissions in order to push changes, so the proper steps are simply stated like so, Fork a repository, clone that fork local, create a local branch, make your...
by joukoy
Tue Jan 11, 2022 9:20 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Suite development
Replies: 185
Views: 66258

Re: PCM Hammer Suite development

I dont have permissions to send pull request.

Edit: Code removed
by joukoy
Tue Jan 11, 2022 2:56 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: PCM Hammer Suite development
Replies: 185
Views: 66258

Re: PCM Hammer Suite development

Is it possible to add support for command line parameters, so flashing can be started from other program? For example: c:\pcmhammer\pcmhammer.exe /WRITECALIBRATION c:\temp\mymodifiedtune.bin I am thinking about adding button to Universalpatcher Tuner-window, so I can change tune and then click "...
by joukoy
Tue Dec 14, 2021 2:05 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Segment Swap utility
Replies: 674
Views: 357893

Re: Segment Swap utility

ironduke wrote:
kur4o wrote:Yes you need both. There is some revision change for the t43 somewhere around 2010. The file identifiers are different. Maybe some other stuff differs though.
ok, got it.. the t43-0.xml isn't in the complete download then..
File added to ZIP
by joukoy
Mon Dec 13, 2021 2:55 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Segment Swap utility
Replies: 674
Views: 357893

Re: Segment Swap utility

Thanks!!! Just started using the extract segment part of this.. Patcher does so much!!!!! is there any info on the custom script to modify the file name the way I want it?? Segment ID(OS) and cal number is great, I'll do some digging but it'll be a little bit.. All possible variables are used in de...
by joukoy
Sun Dec 12, 2021 9:59 pm
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Segment Swap utility
Replies: 674
Views: 357893

Re: Segment Swap utility

When trying to extract segments from a bunch of files it stops to seek tables... Makes it take a long time.. Is seeking tables required to extract segments? Seems to be missing some T43 files still.. If I turn off autodetect and point it at the T43.xml it reads them fine.. sample below.. Kind of fu...
by joukoy
Fri Aug 06, 2021 3:50 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Segment Swap utility
Replies: 674
Views: 357893

Re: Segment Swap utility

Added shortcuts for starting in differents modes.
by joukoy
Thu Aug 05, 2021 4:59 am
Forum: GM LS1 512Kbyte and 1Mbyte and newer
Topic: Segment Swap utility
Replies: 674
Views: 357893

Re: Segment Swap utility

Create yourself a Release script, either with a Batch file or Powershell ... Need help or ideas? -Enjoy Done. Extra exe -files slow down .zip generation and increase its size. Not so good => Back to one exe mode, but now it always starts to patcher, like previously. Tourist/Basic/Advanced selection...