maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   LCARS for Nokia 770 (https://talk.maemo.org/showthread.php?t=2471)

falcn 2006-12-07 12:29

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.

airhurt 2007-07-02 20:39

Re: LCARS for Nokia 770
 
does anyone have a working link to LCARS?

nate the great 2007-07-02 20:57

Re: LCARS for Nokia 770
 
I recommend the bridge theme. The PADD theme is visually painful. Both are on this page:

http://synthesize.us/LCARS_PADD


All times are GMT. The time now is 02:38.

vBulletin® Version 3.8.8