Universalpatcher with Logger & Analyzer

They go by many names, P01, P59, VPW, '0411 etc. Also covering E38 and newer here.
kur4o
Posts: 953
Joined: Sun Apr 10, 2016 9:20 pm

Re: Universalpatcher with Logger & Analyzer

Post by kur4o »

Gampy, you can type any j-tool command that is supported in script or a message to the bus, and hit enter.

There is no send button yet, but enter works fine.

In v22.08 you can use

connect
and
disconnect

connect works with currently selected setting in protocol1 setup dialogs.
Attachments
logger_manualsend.jpg
User avatar
Gampy
Posts: 2333
Joined: Sat Dec 15, 2018 7:38 am

Re: Universalpatcher with Logger & Analyzer

Post by Gampy »

kur4o wrote:Gampy, you can type any j-tool command that is supported in script or a message to the bus, and hit enter.

There is no send button yet, but enter works fine.

In v22.08 you can use

connect
and
disconnect

connect works with currently selected setting in protocol1 setup dialogs.
Yes sir, I'm very aware of all of that ...

What I am looking for is a way to send results from things like a Flash Chip ID script or a Key Brute Force script to the Console Pane (the very bottom full width pane).
That information is hard to pick out for those that are new and do not understand how to pick the results out of the busy log!

Thank you!

-Enjoy
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
kur4o
Posts: 953
Joined: Sun Apr 10, 2016 9:20 pm

Re: Universalpatcher with Logger & Analyzer

Post by kur4o »

Now I see what you mean.

I was thinking about some pop-up window that prints report[also converts it in various way], or data enter dialog, for changing vins for example but never got to that point.
The simplest will be to specify a command for printing to log specific responses.

Hope it will be in next release, when joukoy have some free time.
User avatar
Gampy
Posts: 2333
Joined: Sat Dec 15, 2018 7:38 am

Re: Universalpatcher with Logger & Analyzer

Post by Gampy »

Thank you!

-Enjoy
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
User avatar
Gampy
Posts: 2333
Joined: Sat Dec 15, 2018 7:38 am

Re: Universalpatcher with Logger & Analyzer

Post by Gampy »

Is there something amiss, or is this all there is with a P04 at this stage ??
UniversalPatcher-v22.08_P04-Error.png
UniversalPatcher-v22.08_P04-Error.png (24.65 KiB) Viewed 9248 times
And the text if the image cannot be read ...
Creating Platform config: v6-98-05-platform.xml [OK]
Loading file: v6-98-05.xml [OK]
Importing tableseek...Seeking tables...OK
Importing TableSeek tables... [OK]
Reading TinyTuner DB...Error, V6CrossRef line 31: Could not find file 'C:\Temp\UniversalPatcher\UniversalPatcher\db\V6CrossRef.mdb'.
Error, V6CrossRef line 92: Object reference not set to an instance of an object.
Error, V6CrossRef line 129: Object reference not set to an instance of an object.
Error, TinyTuner line 222: Object reference not set to an instance of an object.
OK
Importing DTC codes... [OK]
Thank you!
-Enjoy
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
kur4o
Posts: 953
Joined: Sun Apr 10, 2016 9:20 pm

Re: Universalpatcher with Logger & Analyzer

Post by kur4o »

I think you are missing this file.

C:\Temp\UniversalPatcher\UniversalPatcher\db\V6CrossRef.mdb
It was recent edition, and not sure if it is not github yet.
Attached as an archive.

It is a crossreference of all OS numbers to a supported tinytuner OS by unique crc identifier.

If crc matches, it loads tinytuner db if not that is all that will be available for now.
Attachments
V6CrossRef.rar
(31.87 KiB) Downloaded 138 times
User avatar
Gampy
Posts: 2333
Joined: Sat Dec 15, 2018 7:38 am

Re: Universalpatcher with Logger & Analyzer

Post by Gampy »

Thank you sir!

Most definitely made a difference, there is now 556 parameters I think that means ... Pretty cool!

What do you use to create/edit these mdb's, MS Access ??, What version ??

BTW, V6CrossRef.mdb is not in the repo ...

Thank you!
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
kur4o
Posts: 953
Joined: Sun Apr 10, 2016 9:20 pm

Re: Universalpatcher with Logger & Analyzer

Post by kur4o »

I am not quite sure, joukoy handles it.

I think it is standard MS access, but might be wrong.
User avatar
Gampy
Posts: 2333
Joined: Sat Dec 15, 2018 7:38 am

Re: Universalpatcher with Logger & Analyzer

Post by Gampy »

Thank you!

-Enjoy
Intelligence is in the details!

It is easier not to learn bad habits, then it is to break them!

If I was here to win a popularity contest, their would be no point, so I wouldn't be here!
User avatar
joukoy
Posts: 392
Joined: Tue Dec 17, 2019 3:27 am
cars: --
Contact:

Re: Universalpatcher with Logger & Analyzer

Post by joukoy »

version 0.22.09 in github

Added missing file:
db\V6CrossRef.mdb
It is standard MS access 2010 database

Jconsole: Fixed bug, no console output if "Buffered" unchecked

Added "connect:<profile>" Example: connect:VPW.xml (Load profile file from script folder or Logger\J2534Profiles\)

Added command "logger:<data>"
For example if you want to show key, add to script:
logger:PCM password is: key
Post Reply