VY VZ Head Unit Programming

Programs / Tools / Scripts
Post Reply
User avatar
commodorenut
Posts: 58
Joined: Sun Jan 01, 2017 7:50 pm
cars: VY Monaro 427ci SuperCharged
VK Group A LS2 671 Supercharged ( in the build )

VY VZ Head Unit Programming

Post by commodorenut »

I have now started playing around with the VY / VZ Head units..

have anyone worked out what is what in the hex tables
Last edited by commodorenut on Sat Jun 08, 2019 12:09 am, edited 1 time in total.
User avatar
antus
Site Admin
Posts: 8237
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: VY VZ Head Unit Programming

Post by antus »

Mostly it'd be the calibration and region settings for the radio (including the vin). I dont think its operating system code as the software patterns dont look right for CPU instructions (no patterns, too many 00s). Probably also saved channels, settings for base, treble, balance, fade etc. Could be things like raw numbers for voltages to drive the tuner for a given FM frequency and voltages to set volume levels on the amplifier IC etc as the knob clicks up or down a volume notch etc. Some of it looks 8 bit, some 16 bit.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
commodorenut
Posts: 58
Joined: Sun Jan 01, 2017 7:50 pm
cars: VY Monaro 427ci SuperCharged
VK Group A LS2 671 Supercharged ( in the build )

Re: VY VZ Head Unit Programming

Post by commodorenut »

Anyone worked out where the Security pin code is located??

I have upload 2 bins of the same model headunits
Attachments
radio-vy2.bin
Radio 2
(1 KiB) Downloaded 337 times
radio-vy.bin
Radio 1
(1 KiB) Downloaded 298 times
User avatar
commodorenut
Posts: 58
Joined: Sun Jan 01, 2017 7:50 pm
cars: VY Monaro 427ci SuperCharged
VK Group A LS2 671 Supercharged ( in the build )

Re: VY VZ Head Unit Programming

Post by commodorenut »

here are the areas that are different in both bin files

Image
User avatar
Tazzi
Posts: 3422
Joined: Thu May 17, 2012 8:53 pm
cars: VE SS Ute
Location: WA
Contact:

Re: VY VZ Head Unit Programming

Post by Tazzi »

Probably easiest to work with a unit with a known pincode first.

Nothing really stands out there for what would be the pin.
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726
Image
User avatar
commodorenut
Posts: 58
Joined: Sun Jan 01, 2017 7:50 pm
cars: VY Monaro 427ci SuperCharged
VK Group A LS2 671 Supercharged ( in the build )

Re: VY VZ Head Unit Programming

Post by commodorenut »

Yeah i know Tazzi,

Been looking over the hex and your right, Nothing stands out....
i might make a phone call and get the codes tomorrow.

and work backwards...
User avatar
antus
Site Admin
Posts: 8237
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: VY VZ Head Unit Programming

Post by antus »

Code on Blaupunkt units is calculated from radio serial number. The pin is not in the bin. There is a large static lookup table and a bunch of rotations and substitutions starting initially from characters in the serial number by the values in the lookup table, ending up with the pin.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
User avatar
antus
Site Admin
Posts: 8237
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: VY VZ Head Unit Programming

Post by antus »

I dont think publicly publishing the algo is a good idea, but heres a big hint at the logic from my tool source code. Hopefully it saves you some time investigating from the wrong angle. You would want to investigate this from a code angle, not a stored in the prom angle.
blaupunkt algo.png
blaupunkt algo.png (125.06 KiB) Viewed 4931 times
@commodorenut, if you just want the code for your radio send me a PM.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Post Reply