Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

LazyT/lmgr

Repository files navigation

Logo Manager

Description

Logo Manager is an easy-to-use tool for viewing, editing, dumping and flashing splash screens (logo.img) of certain Xiaomi smartphones.

It is based on Qt and can therefore be used on various operating systems such as Windows, Linux and MacOS.

All necessary files are included, so no installation is required.

The current version supports the following features:

  • view, edit, dump (root) and flash (unlocked bootloader) logo images
  • multi language (English and German)
  • cross platform (same look & feel on Windows, Linux, MacOS)

Screenshots

main window

Download

Download the latest version for your operating system. All 3 files (exe, dmg, AppImage) contain the binary, translation, help and required libraries to run lmgr on the target platform without installing anything.

This is an 7zip self extracting archive. It will be automatically extracted to "%temp%\7zxxxxxxxx" and after that the "lmgr.exe" is started. You can copy this directory or extract the file with 7z if you want the content.

Note: some virus scanners classify lmgr as malicious. This is due to the use of 7zsfx. If you don't trust me unzip the exe and scan that directory, no warnings should appear now.

This is an Apple disc image. You can mount and run or copy the application.

This is an AppImage package. Don't forget to "chmod +x *.AppImage" after download and then run it. You can use the parameter "--appimage-extract" if you want the content.

For better system integration it's recommended to install AppImageD or AppImageLauncher.

Build from Source

If the release binaries doesn't work for you build it yourself:

  1. checkout the source code

     git clone https://github.com/LazyT/lmgr
    
  2. change into the new lmgr directory and generate the Makefile

     cd lmgr && qmake
    
  3. compile the source code

     make
    

GUI fans just install the Qt-Environment, open the "lmgr.pro" project file and click on the build button.

Contact

You can reach me at xda developers.

Credits

lmgr is based on

Thanks for this great software!