SPORT HMI for Audi: Difference between revisions

From MIB-Helper.com Wiki
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:


== Sport and Sport Kombi classes ==
== Sport and Sport Kombi classes ==
It looks like there are two separate apps related to Sport Display feature:
* SportHMI
* SportHMI-Kombi
<code>Kombi</code> can be used to distinguish app version designed for instrument cluster ("Kombiinstrument")
//TODO
//TODO



Revision as of 18:04, 11 January 2025

Audi MMI MIB2 SportHMI mockup
Audi MMI SportHMI mockup

There are some indications of Sport_HMI app for Audi MIB2 firmware. But no-one yet have enabled it. Let's check methods from the VW/Skoda/Seat units and let's check how the LSD.JXE in Audi looks like when it comes to references to sport modes.

VW/Seat/Skoda SportHMI enabling methods

There are two things needed in Volkswagen, SEAT, and Skoda vehicles to enable Sport HMI (VW Performance Monitor, SEAT Sport Information, Skoda Sport Information):

  1. enabling proper adaptation channels:
    • 0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI → on
    • 0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI_over_threshold_high → on
  2. uploading valid FEC / SWaP code to module 0x5F:
    • 00060400

GUI assets in Audi firmware

Audi MIB2 MMI SportHMI GUI assets
Audi MIB2 MMI SportHMI GUI assets

There's a file SPORT_HMI.kzb - a .kzb package. After extracting, it looks like Audi firmware contains some GUI assets for Sport Display submenu. There's clock gauge for power and torque, as well as bar gauge for temperature and boost. Also rendered fonts for the large readouts inside the clock gauges.

So if we are looking for needed textures - all is here.

Sport and Sport Kombi classes

It looks like there are two separate apps related to Sport Display feature:

  • SportHMI
  • SportHMI-Kombi

Kombi can be used to distinguish app version designed for instrument cluster ("Kombiinstrument")

//TODO

Car menu with Sport submenu

//TODO