Closed mattcabb closed 8 months ago
Do I understand you correct that MIB2 STD=Delphi in your case? As MIB STD2 PQ/ZR are Technisats/Preh and differ from Delphi in software and hardware.
For example RCC cpu on MIB STD2 PQ/ZR is J5 Eco and on MIB2 STD is J6 Eco.
I'm talking about MIB2 Technisat (since this toolbox is supporting Technisat only).
By MIB2STD
I'm referring to the MIB2 Standard units in general. Not the Delphi unit alone. Sorry for the confusion.
To be precise my unit is MIB STD2 ZR, VW Discover Media, SW:0245 HW: H24, installed in 2015/16 VW Golf MK7.
Feature flags are stored in the special file called configurationmanager.res . By modyfing this file someone managed to enable CAR menu in PQ units. About the video playback - is it possible that NAR units have it unlocked by factory? Recently i looked at the owner's manual of late 2021 NMS Passat and i remember the chapter about media playback - it says that video can be played (only at stationary).
Not sure if late 2021 Passat will have mib std2. And more playback freedom in NAR cars is the last thing that I expect 😅
Well i bet it has std2 onboard. Ross Tech has a very useful forum with reference VCDS scans -> https://forums.ross-tech.com/index.php?threads/29900/ . VIN of this car is 1VWMA7A35NC005570. Just enter it when looking for the owner's manual on their site and you'll see "Video and DVD mode" section. P.S. I don't believe them (VW) too, but i didn't have a unit like this in my hands so i can't confirm or deny this.
Address 5F: Information Electr. (J794) Labels:* None
Part No SW: 5C0 035 684 F HW: 5C0 035 684 F
Component: MU-S-NS-US H62 0605
Serial number: VWZAZ2Y1270255
Coding: 02140102AA00000041220003001808009F0106D400200105C6
Shop #: WSC 06050 062 00200
ASAM Dataset: EV_MUStd4CTSAT 001022
ROD: EV_MUStd4CTSAT_VW26.rod
VCID: A80213EA0270021B435-80FC
No fault code found.
Isn't HW: 5C0 035 684 F
a PQ all-in-one unit? How is it installed in Passat?
Yes it is. NAR version of Passat is still build around PQ platform. The unit is all-in-one version, but with a glass-front to look similar to that modern MQB versions.
OK, so there's a NMS Passat, which is very different from the MQB Passat B8.
There's an all-in-one PQ main unit in it, running something like MST2_US_VW_PQ_R0604T
. On a well known server which I will not link, there's a MST2_EU_VW_PQ_R0604T
version available to download for further investigation.
T
, so I assume it's made by Technisat. 06
, so I assume it's running Hardware H6x
. Would love to find and SSP document for this unit.
NMS Passat is for NAR/China only, but since there's an EU
version of the firmware, I believe this unit will also be installed in other VW cars that are available in Europe (Polo? Crafter?).
Looks like someone have done 02xx to 06xx firmware conversion already: https://www.drive2.com/l/559054384797843558/ No info about video playback yet.
We can consider that videoplaying is not possible on MST2.
After looking this issue: https://github.com/olli991/mib-std2-pq-zr-toolbox/issues/22 I've dig a little bit in system files, developer mode, and on YT. Here's what I've found.
General info
.mcf
skin files contain all the necessary GUI elements for video playback. Most likely GUI was developed for both STD and HIGH, it's shared between them and that's why there's a lot of unused assets there.About the FBAS input
5G0 035 222 E
) detects Apple devices as iPods if you disable CarPlay. This way you can access iPhone media library from the MIB STD2 PQ/ZR screen.music video
section in the media library. When selected you can only hear the audio stream. I believe that's because iPhone will send analog video signal over the dedicated pin in the 30-pin dock connector. Additionally if you select music video from the iPhone screen while it's connected to the MIB, you will not see the video on the display - just the controls.About MP4 video playback in MIB STD2 PQ/ZR
Const Values
>MediaVideoNumberOfAvailableSources = 0
Feature Flags
>isSystem_DigitalVideo = 0
HMI Diag data
>Testmode Video Geschwindigkeitsabschaltung - Parameter Entwickletmenu = 0
HMI Diag data
>Geschwindingkeitsabschaltschwellen - Video = 0
Now what?
isSystem_DigitalVideo = 1
, would the media player just magically start playing video files?