Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

frg2089/Splash.Patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splash.Generator

注意: 这个工具是我为了修改我自己的手机的开机启动图制作的
仅在Redmi Note 7 (lavender)上测试过

使用方法

准备

准备要替换的图片

  1. 使用工具解析splash.img
    dotnet BootScreenUtils.dll unpack <splash.img> <output folder> [<buffer size>]
    运行结果

替换

注意: 请确保图片大小与格式不发生改变
然后就随便替换就行了

生成

  1. 在目录下执行工具或将目录作为参数传递
    dotnet BootScreenUtils.dll patch <splash.img> <picture folder> [<splash.new.img>]
    运行截图

写入

把生成的splash.new.img刷入即可

# 重启进入fastboot
adb reboot fastboot
# 刷入新的splash
fastboot flash splash splash_new.img
# 重启进入系统
fastboot reboot