Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

fixup rebrand for recovery #276

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Scripts/LineageOS-17.1/Rebrand.sh
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ sed -i 's|0xfd, 0xd8,0x35|0x8b, 0xc3, 0x4a|' recovery_ui/*ui.cpp; #Recolor accen
sed -i 's|0x16, 0x7c, 0x80|0x03, 0xa9, 0xf4|' recovery_ui/*ui.cpp; #Recolor text
sed -i 's|Android Recovery|'"$DOS_BRANDING_NAME"' Recovery|' recovery_ui/*ui.cpp;
sed -i 's|LineageOS|'"$DOS_BRANDING_NAME"'|' recovery_ui/*ui.cpp;
sed -i 's|Lineage |'"$DOS_BRANDING_NAME"' |' recovery.cpp;
sed -i 's|"Version "|"'$DOS_BRANDING_NAME' "|' recovery.cpp
fi;

if enter "build/make"; then
2 changes: 1 addition & 1 deletion Scripts/LineageOS-18.1/Rebrand.sh
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ sed -i 's|0xfd, 0xd8,0x35|0x8b, 0xc3, 0x4a|' recovery_ui/*ui.cpp; #Recolor accen
sed -i 's|0x16, 0x7c, 0x80|0x03, 0xa9, 0xf4|' recovery_ui/*ui.cpp; #Recolor text
sed -i 's|Android Recovery|'"$DOS_BRANDING_NAME"' Recovery|' recovery_ui/*ui.cpp;
sed -i 's|LineageOS|'"$DOS_BRANDING_NAME"'|' recovery_ui/*ui.cpp;
sed -i 's|Lineage |'"$DOS_BRANDING_NAME"' |' recovery.cpp;
sed -i 's|"Version "|"'$DOS_BRANDING_NAME' "|' recovery.cpp
fi;

if enter "build/make"; then
2 changes: 1 addition & 1 deletion Scripts/LineageOS-19.1/Rebrand.sh
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ sed -i 's|0xfd, 0xd8,0x35|0x8b, 0xc3, 0x4a|' recovery_ui/*ui.cpp; #Recolor accen
sed -i 's|0x16, 0x7c, 0x80|0x03, 0xa9, 0xf4|' recovery_ui/*ui.cpp; #Recolor text
sed -i 's|Android Recovery|'"$DOS_BRANDING_NAME"' Recovery|' recovery_ui/*ui.cpp; #not used (yet)
sed -i 's|LineageOS|'"$DOS_BRANDING_NAME"'|' recovery_ui/*ui.cpp; #not used (yet)
sed -i 's|Lineage |'"$DOS_BRANDING_NAME"' |' recovery.cpp; #not used (yet)
sed -i 's|"Version "|"'$DOS_BRANDING_NAME' "|' recovery.cpp
fi;

if enter "build/make"; then
2 changes: 1 addition & 1 deletion Scripts/LineageOS-20.0/Rebrand.sh
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ sed -i 's|0xfd, 0xd8,0x35|0x8b, 0xc3, 0x4a|' recovery_ui/*ui.cpp; #Recolor accen
sed -i 's|0x16, 0x7c, 0x80|0x03, 0xa9, 0xf4|' recovery_ui/*ui.cpp; #Recolor text
sed -i 's|Android Recovery|'"$DOS_BRANDING_NAME"' Recovery|' recovery_ui/*ui.cpp; #not used (yet)
sed -i 's|LineageOS|'"$DOS_BRANDING_NAME"'|' recovery_ui/*ui.cpp; #not used (yet)
sed -i 's|Lineage |'"$DOS_BRANDING_NAME"' |' recovery.cpp; #not used (yet)
sed -i 's|"Version "|"'$DOS_BRANDING_NAME' "|' recovery.cpp
fi;

if enter "build/make"; then