View Single Post
Posts: 12 | Thanked: 0 times | Joined on Oct 2006
#11
Hello
Anyone annoyed by orange/black LCARS logo on white background while booting?

I've fixed it by altering one string in /etc/rc2.d/S12fb-progress.sh

Code:
        # don't show progress bar if device started to ACTDEAD first
        BOOTREASON=`cat /proc/bootreason`
        if [ "x$BOOTREASON" != "xcharger" \
             -a ! -f /tmp/skip-fb-progress.tmp ]; then
                echo "Starting: fb-progress"
                fb-progress -c -b 000000 -l $IMGDIR/$LOGO -g $IMGDIR/$BAR $SECS &
                echo "$!" > $PIDFILE
                chmod 666 $PIDFILE
Changes in bold:
fb-progress -c -b 000000 -l $IMGDIR/$LOGO -g $IMGDIR/$BAR $SECS &

Also it would be cool to alter nokia_hands graphics, but I don't have proper picture yet.