wip
This commit is contained in:
24
system/clearpilot/loading_messages.txt
Normal file
24
system/clearpilot/loading_messages.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
Ignoring back seat drivers
|
||||
Exagerating ETAs
|
||||
Excessivising spoken directions
|
||||
Coping with rush hour
|
||||
Aplifying engine noise
|
||||
Embellishing odometer milestones
|
||||
Battle hardening high beams
|
||||
Supercharging racing stripes
|
||||
Entwining software threading
|
||||
Exagerating window tint levels
|
||||
Thinning traffic densities
|
||||
Chiseling GPS precision
|
||||
Garnishing dashboard displays
|
||||
Unfolding map details
|
||||
Sprinkling road salt forecasts
|
||||
Skimming speed limit tolerances
|
||||
Fudging commute predictions
|
||||
Contemplating the meaning of life
|
||||
Compiling cospiracy theories
|
||||
Scanning road trip snacks
|
||||
Cataloguing snacks
|
||||
Elevating tire rotation into ballet
|
||||
Preparing for best behavior
|
||||
Pep talking driving models
|
||||
BIN
system/clearpilot/notes/oscarpilot_boot.png
Normal file
BIN
system/clearpilot/notes/oscarpilot_boot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
system/clearpilot/notes/oscarpilot_ready.png
Normal file
BIN
system/clearpilot/notes/oscarpilot_ready.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 77 KiB |
@@ -2,20 +2,18 @@
|
||||
|
||||
set -x
|
||||
|
||||
# Todo: Put stock image in the repo, so we can reset the stock with it if some other
|
||||
# fork changed it and failed to restore it on uninstall
|
||||
|
||||
# Check if md5sum of /usr/comma/bg.jpg is not equal to md5sum of /data/openpilot/system/clearpilot/startup_logo/bg.jpg
|
||||
if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpilot/system/clearpilot/startup_logo/bg.jpg | awk '{print $1}')" ]; then
|
||||
|
||||
bash /data/openpilot/system/clearpilot/startup_logo/generate_logo.sh
|
||||
fi
|
||||
|
||||
if [ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" != "$(md5sum /data/openpilot/system/clearpilot/startup_logo/bg.jpg | awk '{print $1}')" ]; then
|
||||
|
||||
# If /usr/comma/bg.org does not exist
|
||||
if [ ! -f /usr/comma/bg.org ]; then
|
||||
# if [[ "$(md5sum /usr/comma/bg.jpg | awk '{print $1}')" == "642380ba4c0f00b16e9cf6e613f43eec" ]]; then
|
||||
sudo mount -o remount,rw /
|
||||
sudo cp /data/openpilot/system/clearpilot/startup_logo/bg.org /usr/comma/bg.org
|
||||
# fi
|
||||
sudo mount -o remount,rw /
|
||||
sudo cp /data/openpilot/system/clearpilot/startup_logo/bg.org /usr/comma/bg.org
|
||||
fi
|
||||
|
||||
if [[ "$(md5sum /usr/comma/bg.org | awk '{print $1}')" != "642380ba4c0f00b16e9cf6e613f43eec" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user