Skip to content

Bastiti/CarThing_CustomBootLogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

CarThing_CustomBootLogo

Requirements:

  • Python3
  • Spotify Car Thing
  • Picture Editing software

Clone aml-imgpack

git clone https://github.com/steeve/aml-imgpack

Clone superbird-bulkcmd

git clone https://github.com/frederic/superbird-bulkcmd

How to create your custom logo ?

  • Copy hacked_logo.img into aml-imgpack folder.
  • Run the command:
python3 aml-imgpack.py --unpack hacked_logo.img
  • Modify bootup_spotify.bmp using your favorite image editor (GIMP, ...)
  • Export the picture in 16bits color mode
  • Pack the .img file
python3 aml-imgpack.py --pack logo.img *.bmp
  • Move logo.img into superbird-bulkcmd/images
  • Modify superbird-bulkcmd/scripts/hacked_logo.sh, change hacked_logo.img to logo.img
  • In superbird-bulkcmd folder, run:
./scripts/hacked_logo.sh
  • Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published