This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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\")" |