Is there a way to get rid of the awful stock image that comes loaded with TNAP 5.1?
It looks like this software was programmed by teenage boys.
It looks like this software was programmed by teenage boys.
The boot logo is stored in /boot/bootlogo.mvi
What can you use to create a .mvi file? No idea. Why didn't Enigma use a more popular format? No idea.
There seems to be more to the story. This location has two images called bootlogo.mvi and bootlogo_.mvi. They are the same image as below. Similar but not quite as 'interesting'. So the final image being used must be located elsewhere. .mvi files can be opened using PotPlayer.The boot logo is stored in /boot/bootlogo.mvi...
I'd be very hinky doing this to my Mio. I distinctly remember a couple guys bricking their receivers and having to go through hoops to recover them when they messed with the boot logo a few years back... For SURE if you try it, that your replacement image is about the exact same size of the one you are replacing.Is there a way to get rid of the awful stock image that comes loaded with TNAP 5.1?
It looks like this software was programmed by teenage boys.
View attachment 185032
- /boot/bootlogo_.mvi is a symlink to /boot/bootlogo.mviroot@osmini4k:/boot# ls -ltr
lrwxrwxrwx 1 root root 18 Mar 29 2024 bootlogo_.mvi -> /boot/bootlogo.mvi
lrwxrwxrwx 1 root root 23 Mar 29 2024 bootlogo.mvi -> /usr/share/bootlogo.mvi
below, you will see that one is also a symlink in /usr/share (bootlogo_.mvi) that just points to bootlogo.mvi in same directory. again, leave the symlink alone..../usr/share/backdrop.mvi
./usr/share/bootlogo.mvi
./usr/share/enigma2/radio.mvi
./usr/share/enigma2/black.mvi
hope this helps.root@osmini4k:/boot# ls -ltr /usr/share/*.mvi
-rwxr-xr-x 1 root root 154536 Mar 29 2024 /usr/share/bootlogo.mvi
lrwxrwxrwx 1 root root 23 Mar 29 2024 /usr/share/bootlogo_.mvi -> /usr/share/bootlogo.mvi
-rwxr-xr-x 1 root root 178107 Jun 23 2024 /usr/share/backdrop.mvi
root@osmini4k:/boot# ls -ltr /usr/share/enigma2/*.mvi
-rw-r--r-- 1 root root 157501 Mar 29 2024 /usr/share/enigma2/radio.mvi
-rw-r--r-- 1 root root 20876 Mar 29 2024 /usr/share/enigma2/black.mvi