Skip to content

Instantly share code, notes, and snippets.

View Edhic1's full-sized avatar
:shipit:
Focusing

Hicham Bchina Edhic1

:shipit:
Focusing
View GitHub Profile
@programminghoch10
programminghoch10 / bl_splash_helper.sh
Last active November 2, 2025 01:39
Samsung UP_PARAM Bootloader Splash Helper Script
#!/bin/bash
DEVICE="unknown"
PIC_META_FILE="up_param_files_${DEVICE}.txt"
if [ "$1" = "" ]; then
echo "This script helps you create your own up_param file for modifying bootloader splashes on samsung devices."
echo
echo "Download the stock firmware, extract it until you have up_param.bin"
echo "Set your device codename by editing this script. (Currently set to \"$DEVICE\")"