maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   [Announce] Custom NOLO Splash, USB and R&D icons (https://talk.maemo.org/showthread.php?t=83880)

J4ZZ 2012-05-06 18:58

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
1 Attachment(s)
Added new bootscreens to first post and download for back|track is here.

http://img526.imageshack.us/img526/5...ktracklogo.png

Greetz,

J4ZZ

seanmcken 2012-05-22 06:59

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
1 Attachment(s)
somebody please make like this one plzzzz

seanmcken 2012-05-22 10:32

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
come on guys plz somebody help

Sandeep 2012-05-24 10:55

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
Hello hxka, I'm getting this error:

/home/user/logo # sh logo.run -l nokia_logo.bmp -c 0000
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: mktemp [-dt] [-p DIR] TEMPLATE

tar: -: Not found in archive
tar: Exiting with failure status due to previous errors
logo.run: line 89: /flash.sh: not found
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: rm [OPTION]... FILE...


Please let me know what's wrong.

Quote:

Originally Posted by hxka (Post 1201938)
I updated the script. There was a lot of changes, but the most important is it now can replace not only logo, but R&D and USB icons with arbitrary dimentions and set background for USB icon.
usage:
logo.run [ -h ] [ -l image ] [ -r image ] [ -u image ] [ -c color ] [ -b color ]
-h: shows this help.
-l: specify a boot logo.
-r: specify a R&D mode image.
-u: specify a USB icon.
Images must be 16bit BMP.
-c: set backgroud color.
Color must be in framebuffer 16bit format.
It consists of two bytes: RRRR RGGG GGGB BBBB, where RRRRR, GGGGGG, and BBBBB — values of red, green and blue colors.
And these bytes must be swapped because of little-endianness.
So, for example, if you want to code red color, it will be 1111100000000000 = 00F8.
-b: set background color for USB icon.
This one is limited by one byte. I.e. if you specify AB, resulting color will be ABAB.
logo.run


J4ZZ 2012-05-24 15:02

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
Quote:

Originally Posted by Sandeep (Post 1211830)
Hello hxka, I'm getting this error:

/home/user/logo # sh logo.run -l nokia_logo.bmp -c 0000
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: mktemp [-dt] [-p DIR] TEMPLATE

tar: -: Not found in archive
tar: Exiting with failure status due to previous errors
logo.run: line 89: /flash.sh: not found
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: rm [OPTION]... FILE...


Please let me know what's wrong.

Redownload logo.run
Code:

sudo gainroot
cd /home/user
wget http://dl.dropbox.com/u/4105928/logo.run
chmod a+x logo.run

Then try again (make sure logo.run and *.bmp is in same folder)
Code:

./logo.run -l nokia_logo.bmp -c 0000

J4ZZ 2012-05-24 15:35

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
1 Attachment(s)
Quote:

Originally Posted by seanmcken (Post 1210599)
somebody please make like this one plzzzz


Short instructions:

1.
-Download Attachment 26550 and extract logo.bmp and logo.run to /home/user/ (or wherever)

2.
-open xterm and cd to /home/user/
-do
Code:

chmod +x logo.run
3.
-run
Code:

./logo.run -l logo.bmp -c 0000
Or if you want white usb logo also see first post and get usb.bmp from anonymous.zip and instead execute:
Code:

./logo.run -l logo.bmp -u usb.bmp -c 0000 -b 00
Greetz,

J4ZZ

hxka 2012-05-24 17:07

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
Quote:

Originally Posted by Sandeep (Post 1211830)
Hello hxka, I'm getting this error:

/home/user/logo # sh logo.run -l nokia_logo.bmp -c 0000
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: mktemp [-dt] [-p DIR] TEMPLATE

tar: -: Not found in archive
tar: Exiting with failure status due to previous errors
logo.run: line 89: /flash.sh: not found
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary

Usage: rm [OPTION]... FILE...


Please let me know what's wrong.

My bad. Didn't suppose that stock busybox is such a crap.
Please redownload logo.run.

J4ZZ 2012-05-25 13:05

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
1 Attachment(s)
By the request of Sandeep here's another one.

http://img543.imageshack.us/img543/5544/previewsl.png


Instructions (as in post above:

1.
-Download Attachment 26564 and extract logo.bmp and logo.run to /home/user/ (or wherever)

2.
-open xterm and cd to /home/user/
-do
Code:

chmod +x logo.run
3.
-run
Code:

./logo.run -l logo.bmp  -c 0000

Greetz,

J4ZZ

Ammar Hamdan 2012-05-30 08:27

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
thx....really awesome work :eek: :eek: especially the black background one with NOKIA word in white....but, If I want to restore the default white startup screen...How can I do that ???
plz

hxka 2012-05-30 14:06

Re: [Announce] Custom NOLO Splash, USB and R&D icons
 
You can reflash nolo from your PC like this:
Code:

flasher-3.5 --flash-only=nolo -f -R -F <your COMBINED image>
Or you can run
Code:

logo.run -b ff
on N900, it will flash secondary with no modifications.


All times are GMT. The time now is 08:10.

vBulletin® Version 3.8.8