Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace images/ressources? #3

Closed
ccman32 opened this issue May 2, 2020 · 13 comments
Closed

Replace images/ressources? #3

ccman32 opened this issue May 2, 2020 · 13 comments
Labels
question Further information is requested

Comments

@ccman32
Copy link

ccman32 commented May 2, 2020

Hi there,
I am currently retrofitting auxiliary heating in my Seat Leon 5F and I noticed that the images in the menu for it are missing so it looks like this:
IMG_20200427_201539
It is a MIB2Std (part number 5QA035858A) and so far I could not find any way to add the missing image. Would it be possible to do this with your toolkit once it is finished or is there already a way to do it?

@mattcabb
Copy link
Owner

mattcabb commented May 3, 2020

You can check if there's a newer firmware available for your main unit. Maybe it will contain missing images.
If you dig in google you will find zip archives with FW 0330 and 0346.

@mattcabb mattcabb added the question Further information is requested label May 3, 2020
@ccman32
Copy link
Author

ccman32 commented May 3, 2020

Thanks for the response! I already had that checked by my local automobile workshop a few weeks ago and they said there is no official update available (didn't look for one myself though). It currently runs with FW 0359.
I highly doubt that this will be added by an update because the Leon isn't sold with auxiliary heating so it makes sense that they didn't make an image for it. The only reason why it's in the software is probably because it was easier for them to just leave the functionality in the firmware instead of removing it and also because it is available for the SEAT Ateca which uses the same (or at least a very similar) firmware. So yeah, I doubt that this will ever be added unless I do it by myself. I have a software development background so that shouldn't be the problem but I am completely unfamiliar with the system running on the MIB2Std and also how to access and modify it in general.

@mattcabb
Copy link
Owner

mattcabb commented May 5, 2020

If you get you hand on the update, you will be able to extract GUI files, make custom ones, and have it ready for when the tool is working.

@ccman32
Copy link
Author

ccman32 commented May 5, 2020

If you get you hand on the update, you will be able to extract GUI files, make custom ones, and have it ready for when the tool is working.

Sounds good! But what do you mean by saying "If you get your hand on the update"? As I said, there seems to be no update available for my unit. Do you mean that I have to find the update/installation file for my version so I can edit it and then install the modified version? Or are you talking about an update of your toolkit?

@mattcabb
Copy link
Owner

mattcabb commented May 6, 2020

If you find any update (doesn't matter if the firmware is older than your current one) you will be able to extract GUI files from it. With that you can start working on the missing graphics and prepare custom GUI pack to be uploaded later on to your main unit (or custom single PNG file to replace in your original GUI pack).
Even if you find relatively old firmware, GUI pack should be in the same format, so you could start working on it now. And later on (when there's a way to access your main unit file system) you can just replace GUI pack with your custom one.

@flipidus
Copy link

flipidus commented May 6, 2020

i have a 0478 Firmware for Volkswagen MIB2 STD (Technisat / Preh) devices. i also found the big file in the firmware with the GUI Textures and Images. I extracted it with the Python script out of the MIB2HIGH-Toolbox. The next thing i will try is to pack this file with the modified files back again and install this firmware on a test MIB2STD (Composition Media, no NAV)

@olli991
Copy link

olli991 commented May 6, 2020

i have a 0478 Firmware for Volkswagen MIB2 STD (Technisat / Preh) devices. i also found the big file in the firmware with the GUI Textures and Images. I extracted it with the Python script out of the MIB2HIGH-Toolbox. The next thing i will try is to pack this file with the modified files back again and install this firmware on a test MIB2STD (Composition Media, no NAV)

Is there a safe way in to the MIB2STD? D-Link shouldn´t work because telnet isn´t active i´ve been told. Would be interesting to get graphic-mods also supported on STD devices. I´ve done several on the high and can share those here if needed. Or they can be seen in the wiki at the mibhigh-toolbox repo :-)

Okay maybe nevermind: You already discuss a way in in #2 .

@flipidus
Copy link

flipidus commented May 6, 2020

Is there a safe way in to the MIB2STD? D-Link shouldn´t work because telnet isn´t active i´ve been told. Would be interesting to get graphic-mods also supported on STD devices. I´ve done several on the high and can share those here if needed. Or they can be seen in the wiki at the mibhigh-toolbox repo :-)

Okay maybe nevermind: You already discuss a way in in #2 .

Im also still looking for a safe way inside the MIB2 STD. I still need some hardware things to get the MIB2STD running at home, for example a HSD cable for connecting the MIB with the ABT (Display Unit)

I will try to modify the firmware files with new graphics and then i will try to install the firmware on my test MIB2 STD Device. I hope i will not brick it :-)

@ccman32
Copy link
Author

ccman32 commented May 6, 2020

I've been searching for a while now but so far I could not find any firmware for my MIB2Std. All I found is an update for the MIB1 and many other download links that don't work anymore so if anyone knows a link/source for the firmware please let me know.
The part number for my unit is 5QA035858A (with hardware H30 and software 0359).

@ccman32
Copy link
Author

ccman32 commented May 6, 2020

Is there a safe way in to the MIB2STD? D-Link shouldn´t work because telnet isn´t active i´ve been told. Would be interesting to get graphic-mods also supported on STD devices. I´ve done several on the high and can share those here if needed. Or they can be seen in the wiki at the mibhigh-toolbox repo :-)
Okay maybe nevermind: You already discuss a way in in #2 .

Im also still looking for a safe way inside the MIB2 STD. I still need some hardware things to get the MIB2STD running at home, for example a HSD cable for connecting the MIB with the ABT (Display Unit)

I will try to modify the firmware files with new graphics and then i will try to install the firmware on my test MIB2 STD Device. I hope i will not brick it :-)

Glad to hear that you have a test device! Unfortunately I only have the unit that is installed in my car and I can't risk bricking that. Looking forward to your results :)

@ccman32
Copy link
Author

ccman32 commented Jul 25, 2020

Hey guys, just wanted to ask if anyone was able to make some progress here over the past weeks/months?
I actually managed to install the auxiliary heater successfully in my car so the only thing left to do is adding the missing graphics.
If there is anything I can do to help so that faster progress can be made on this project, please let me know!

@ccman32 ccman32 mentioned this issue Dec 15, 2020
@mattcabb
Copy link
Owner

Hey guys, just wanted to ask if anyone was able to make some progress here over the past weeks/months?
I actually managed to install the auxiliary heater successfully in my car so the only thing left to do is adding the missing graphics.
If there is anything I can do to help so that faster progress can be made on this project, please let me know!

Someone did make some progress. Check this: https://github.com/olli991/mib2std-toolbox

@ccman32
Copy link
Author

ccman32 commented Mar 16, 2021

Hey guys, just wanted to ask if anyone was able to make some progress here over the past weeks/months?
I actually managed to install the auxiliary heater successfully in my car so the only thing left to do is adding the missing graphics.
If there is anything I can do to help so that faster progress can be made on this project, please let me know!

Someone did make some progress. Check this: https://github.com/olli991/mib2std-toolbox

Thanks for the info! I was already able to replace the images in the auxiliary heating menu of my mib2 a few weeks ago, though:
IMG_20210205_175953
Wasn't that easy because jille's compress-mcf script originally did not update all checksums in the mcf files but after working on that problem with him for a few days we managed to get it to work just fine :)

@ccman32 ccman32 closed this as completed Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants