Reply
Thread Tools
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#21
Added new bootscreens to first post and download for back|track is here.



Greetz,

J4ZZ
Attached Files
File Type: zip Backtrack.zip (103.6 KB, 458 views)
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...
 

The Following 2 Users Say Thank You to J4ZZ For This Useful Post:
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#22
somebody please make like this one plzzzz
Attached Images
 
 
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#23
come on guys plz somebody help
 
Sandeep's Avatar
Posts: 110 | Thanked: 59 times | Joined on Nov 2010 @ Bangalore
#24
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.

Originally Posted by hxka View Post
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
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#25
Originally Posted by Sandeep View Post
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
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...
 

The Following 2 Users Say Thank You to J4ZZ For This Useful Post:
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#26
Originally Posted by seanmcken View Post
somebody please make like this one plzzzz
Well, here you go.




Short instructions:

1.
-Download NokiaBlack.zip 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
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...
 

The Following 3 Users Say Thank You to J4ZZ For This Useful Post:
Posts: 204 | Thanked: 423 times | Joined on Jan 2011
#27
Originally Posted by Sandeep View Post
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.
 

The Following 3 Users Say Thank You to hxka For This Useful Post:
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#28
By the request of Sandeep here's another one.




Instructions (as in post above:

1.
-Download NokiaSpecialEdition.zip 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
__________________

N900 ~ $ make me a sandwich
-bash: no, make it yourself
N900 ~ $ sudo make me a sandwich
-bash: ok then...
 

The Following 2 Users Say Thank You to J4ZZ For This Useful Post:
Ammar Hamdan's Avatar
Posts: 34 | Thanked: 12 times | Joined on Apr 2012 @ Damascus/Syria
#29
thx....really awesome work 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

Last edited by Ammar Hamdan; 2012-05-30 at 08:51.
 
Posts: 204 | Thanked: 423 times | Joined on Jan 2011
#30
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.
 

The Following 2 Users Say Thank You to hxka For This Useful Post:
Reply

Tags
nokia n900, splashscreen

Thread Tools

 
Forum Jump


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