Bootlogo Manager

Easily install and switch between boot logos on your muOS device. Backs up before making changes so it can easily restore. Can also install/restore boot logos to a specific theme or all themes on the device.

GitHub Link

Latest Releases

Please star⭐the repo if this project was useful to you, that’s all I ask

Made with :heart: for the muOS community

10 Likes

Tested and work fine but add a posibility to see the bootlogo before you launch the installation… good luck !!!

image previews are in the works and already implemented in my latest test build! Will be in the 1.0.2 release coming in the next day or two… Just polishing up some minor things before making it public :smiling_face_with_sunglasses::+1:

2 Likes

ok good and thanks for the update !!!

Bootlogo Manager v1.0.2 Released!

Now with current bootlogo preview:

Now with auto-conversion and more image format support:

  • BMP
  • PNG
  • JPG/JPEG
  • JPE
  • GIF
  • TGA
  • WEBP
  • ICO
  • CUR
  • PPM
  • PGM
  • PBM
  • PNM
  • SGI
  • SUN
  • RAS
  • PCX
  • XPM
  • PSD
  • TIF/TIFF

Even theme preview support:

Changelog:

  • Added image previews when choosing bootlogo

  • Added image preview to show current bootlogo

  • Added image preview to show bootlogo in selected theme

  • Now supports an extremely wide range of image formats

  • Now automatically converts images to .bmp files internally

  • Added screen size auto-detection

  • Added dynamic screen rendering

  • Improved confirmation messages and popups

  • Added battery % and charging indicator to app screen

  • Now using brimworks-lua-zip library for archive operations

  • Improved bulk operation speed by over 10x

  • Bootlogo Manager now only overwrites theme bootlogos for the detected device resolution instead of all bootlogos in the theme

  • Will now run without image-magick, but with a reduced feature-set if it is not detected

  • lfs library (lua-filesystem) is now used for file operations

  • Added build-libs.ps1 script to build all library binaries from scratch if desired

  • Improved create-archive.ps1 to automatically upload the finished archive to the device using SSH when the -upload flag is detected

  • Source code is now massively cleaned up and improved

  • Added automatic update checking so users will not miss out on future bugfixes

Please open a GitHub issue if you encounter any problems!

Made with :heart: for the muOS community

2 Likes

great good update… thanks a lot… will test soon…

Hi @shahmir-k

I working on few change for your homebrew for best view… here is the change :

  • Main menu for best Current Bootlogo preview
  • Main Menu color change to Black and Red on the Delete bouton
  • File browser for best preview Bootlogo
  • File browser : change the position of the interface for Scroll text view

What you need to do for us, make the default path of Bootlogo dir to “bootlogo” and not to “Bootlogo Manager” dir (i have not found this line sorry)…
i can make a pull request or send you a file if interesting…

Thank you for the contributions! This looks really nice! Good looking UI’s were always a rough spot for me so I appreciate the design help :sweat_smile: . The reason I initially set the default path to the Bootlogo Manager dir was for testing and because I thought some people might accidentally drop it into the main application folder, but I agree its probably better off to be set to the bootlogos folder. All the directory paths are setup at the very top of the main file so the app could easily port to other devices and custom FW’s.

Please send me the file and I can update the code and give you credit as a contributor on the next release. Or you could open a PR, but I am new to making github projects so I’ll have to figure out how to accept PR’s.

Please email me or ask for me on the muOS discord and we can get in touch. Thanks again for the improvements !

1 Like

Thanks for the encouragement, but all the credit goes to you for the great work…
I’ve created PRs on Github that you can validate, but I’ll also send you the files just in case…
You can contact me as and when you want if needed.
Thanks again for the great program :wink:

Open this file and take the 2 file i edit inside :wink:

Bootlogo Manager change.muxzip (146.5 KB)