It is placed in Google drive :
zip it and upload it to the drive, let me see, you need to bin file this file again
You can distribute as you see fit.
Interesting to note also, that the graphics on TV user interface can be changed on this model, same as on the MB110.
"dynamic_ui" files are what make up things like the icons, pictures and menu layouts on TV. They consist of 2 files for each bit that they reference.
here on mine we have "font", "img" and "svg" files. Font is used for text, SVG is used for layout and Img is used for pictures.
in "txt" file, you will see data like this:
Very first number (Purple) is total number of entry's in the file.
Then for each entry, there is one line made of 7 parts as follows:
red = number of references in this line
yellow = name of the file in this reference
light-green = I suspect this is a checksum, but not 100% sure
teal = X size of image (Images only)
blue = Y size of image (Images only)
Orange = size of entry in bytes
Pink = Don't know what the 0 is for.
The entries in the text are in exactly the same order as the actual files in the .bin file, so all you have to do is open the bin file for reading, then read each line in turn from the text file, reading (orange) number of bytes from the bin file and writing them to a new file with the filename (yellow) EG:
This is the data for the file in the previous image:
I have extracted them before, but I have never tried writing them back, in theory though you could extract the images, alter them, calculate new checksums then write them back into the bin and text files, and replace the images used in your TV's menus.