Powkiddy scolldown logo #270
Replies: 7 comments 24 replies
-
|
If you mean the logo nx hope on startup, it is possible. |
Beta Was this translation helpful? Give feedback.
-
|
The logo you're referring to is located at the root of the SD card's "main" drive. It's a file called "boot-logo". It's easily customisable/replaceable -- designed to be so. You can remove it or replace it with a new file. The only catch is that you need to create a new animation and file for it -- you can't just change the text, as it's video graphics, not text data, to my best knowledge. |
Beta Was this translation helpful? Give feedback.
-
|
Had a look into this. The "boot-logo" file is an executable code/binary that needs to be compiled from source, but the source code for it is available here: https://github.com/MiyooCFW/logo/tree/dbc04f651dfea06e77dec839b34124211b4ba9f8 It rolls down a PNG image as the logo, and then plays a sound file. (It's not video, it's progammed.) Since I already have the toolchain set up on my computer, I can try to compile it for you if you like. Can't promise that it will be successful, though, since this is my first time compiling this source. Do you know how to edit a PNG image? Here is the image file you'll need to change to her name (and/or any graphic you like): I can then try and compile the new "boot-logo" file for you, which you can replace with the old one on her device. Do you want to keep the background colour and startup sound the same? |
Beta Was this translation helpful? Give feedback.
-
|
Of course, logo must be converted and added as code in the assets.h (is not just a png replacement) Also BigWizzy did some custom modifications to the boot logo animation to add more advanced animations https://github.com/BigWhizzy/logo/tree/feat/logo-interpolations Example 1: https://streamable.com/1xtuci Example 2: https://streamable.com/svtyqw |
Beta Was this translation helpful? Give feedback.
-
|
Good morning, wow you guys are awesome! ^^ I also would like to be able to do the whole compiling process by myself, but I don't know which program to use for that. If you could explain the process to me or which programs I have to use, If it's not to extensive, i can learn and have fun. |
Beta Was this translation helpful? Give feedback.
-
|
For anyone else attempting to do this -- to build their own custom boot logo for the Miyoo CFW -- here are some handy online tools I've found: Hexadecimal to binary converter: Binary to hexadecimal converter: Comma counter: (You'll need this last one to tell C++ in the header -- in the square brackets for the file -- how many "initialisers" there are in the comma separated hex data string. This is all the comma separated values, so you need to count all the commas and add one extra to the sum. Without it the build will fail.) |
Beta Was this translation helpful? Give feedback.
-
|
Nice nice nice, absolutely stunning :-D The orange u picked is perfect, it looks great... best xmas gift so far :-D and i know for sure my sister will get crazy seeing her name scroll down on christmas morning :-) can`t thank you enough. congrats to you rezzy for being a part of the miyoo project ! must be a great feeling :-) i`ll try further to set the sdk up and learn how to use it properly. if someone needs some nice pixelart feel free to ask, i will help you out. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to to customize the "powkidd" startup scolldown logo? it would be very nice if i could use m sisters name for that, cause i want to give her an v90 as a gift for xmas. i dont know where to find the file that contains the logo.
Beta Was this translation helpful? Give feedback.
All reactions