![]() |
[Announce] Custom NOLO Splash, USB and R&D icons
5 Attachment(s)
Yes, it's done in case somebody missed it.
hxka and RaANdOoM from http://meegos.ru finally did it. See attechments for the new logo.run script and hxka's post for instructions further here for custom NOLO splash with default dimension of 416x72 and here for custom 40x40px USB and 64x54px R&D icon And finally now we can even have custom image dimensions. FAQ about how you can use images with custom width and height in NOLO. Now let me share my custom splash and I also would like everybody to share their custom bootscreens here, too. Before: http://img822.imageshack.us/img822/5379/befores.png After: http://img407.imageshack.us/img407/6379/previewwb.png How to: 1. under Windows: copy xloader.bin and secondary.bin to flasher folder under Linux: just extract the zip and cd /path/to/folder 2. flash the bootsplash Code:
flasher-3.5 -s "secondary.bin" -x "xloader.bin" -f EDIT 1: Latest addition (k_.lled looks just awesome on phone :D ) http://img43.imageshack.us/img43/4803/killedpre.png flash with Code:
flasher-3.5 -s "my_secondary.bin" -x "xloader.bin" -f And as requested by ivyking a Tux splash. http://img204.imageshack.us/img204/3153/tuxlogo.png flash with Code:
flasher-3.5 -s "my_secondary.bin" -x "xloader.bin" -f and another one made by me: back|track http://img526.imageshack.us/img526/5...ktracklogo.png flash with Code:
flasher-3.5 -s "my_secondary.bin" -x "xloader.bin" -f EDIT 2: Finally all bugs are solved and both solutions FAQs and logo.run script are working perfectly now. BIG Thanks to Randoom and Hxka for all the patience. :D So, here's my latest addition made by logo.run script from N900. http://img215.imageshack.us/img215/8...ouspreview.png Short instructions: 1. -Download Anonymous.zip and extract logo.bmp, usb.bmp and logo.run to /home/user/ (or where ever) 2. -open xterm and cd to /home/user/ -do Code:
chmod +x logo.run -run Code:
./logo.run -l logo.bmp -u usb.bmp -c 0000 -b 00 Greetz, J4ZZ |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
thanks but i guess i have seen this before somewhere .
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Tested with:
RX-51 rev. 2204 PR1.3.1 flasher 3.5 Win7 64bit and all went fine. Maybe Maemo logo should be a little bigger. |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
Anyway... You can always fix NOLO by ColdFlashing Regarding the image size...Maximum possible image height is 72px (see the guides) And that's what I took, so sorry, but bigger is not possible. ;) Regards, J4ZZ |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Like I said - absolutely no problems, phone is operating as it should (restarting, contacting with flasher in update mode, etc).
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Glad to hear that ;)
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
1 Attachment(s)
Here's another one, I made for meegos.ru
http://img9.imageshack.us/img9/7766/previewym.png :D Cheers, J4ZZ |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
J4ZZ, is that cool or is that cool.
:p LOL! |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
Quote:
And about USB icon: here is my icon that i use now. All work great with my custom logo :) (This icon must be converted from 24bpp to 16bpp.) |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
In HW revisions 21xx and 22xx it is 0x12, in HW rev 23xx it is 0x32, in 24xx it is 0x42, in 25xx it is 0x52, in 26xx it is 0x62. I don't think one byte is GREAT problem but you should flash only secondary for your revision (or change this byte manually) just in case. |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
And i write new FAQ for using custom-sized images in NOLO :)
J4ZZ, try it. |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
is it not compatible to hardware reivsion 2204?
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
blitzlee06, why not. Use your 'secondary.bin' with your revision, patch it like in FAQ and flash it to phone with your 'xloader.bin' with same your revision.
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
My script is compatible with all of revisions. Images from here compatible with all 21xx and 22xx revisions, I wrote about differences in secondary here. |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
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 |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Simply perfect... Big thanks mate!
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
First post updated!!! New FAQ + logo.run + new Anonymous Bootscreen :D
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Hey, J4ZZ, i have one question for you and it is interesting for me. How did make "screenshot" of boot screen? Or it is not screenshot and it is picture that you make with some image editor?
Thanks. |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
You are right, it's a photoshop template I made for the boot screens. Screenshots are only possible within maemo as far as I know. Strg+Shift+P iirc.:)
Regards, J4ZZ |
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 |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
1 Attachment(s)
somebody please make like this one plzzzz
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
come on guys plz somebody help
|
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:
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
Code:
sudo gainroot Code:
./logo.run -l nokia_logo.bmp -c 0000 |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
1 Attachment(s)
Quote:
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 -run Code:
./logo.run -l logo.bmp -c 0000 Code:
./logo.run -l logo.bmp -u usb.bmp -c 0000 -b 00 J4ZZ |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
Please redownload logo.run. |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
1 Attachment(s)
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 -run Code:
./logo.run -l logo.bmp -c 0000 Greetz, J4ZZ |
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 |
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> Code:
logo.run -b ff |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
thx 4 reply :)
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Could someone make a similar splash like the N9? Also, black background with the NOKIA logo in the same blue from the default theme would be perfect ;)
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
I'm sorry but I'm a little bit n00b :S.....I cant change the default wallpaper with any new one :( ....and that's what happened:
Code:
root Code:
Nokia-N900:/home/user/# ./logo.run -l logo.bmp -c 0000 |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
This should not be happening, as I fixed that. Do you have last logo.run?
Also, Quote:
Quote:
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
@hxka
Thx Problem Solved ;) :) ;) :) ;) :) :cool: |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
1 Attachment(s)
hii guys can some make exact like this image bootscreen? plz exact size of words NOKIA and exact size of pic????????plzzzzzzzzzz
thank u in advance |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
It would be better to first create an image file with the dimensions of N900 screen (800x480) and then crop the nokio logo to get its proper dimension. The black background is not needed for the logo.
Then try logo.run or post the cropped logo if you can't get a proper logo.bin. Regards, J4ZZ |
Re: [Announce] Custom NOLO Splash, USB and R&D icons
im sorry i dint understand u
|
Re: [Announce] Custom NOLO Splash, USB and R&D icons
Quote:
It seriously can't be that hard. If you can't figure this out, please read up on Linux a bit more, as you are flashing a critical component of the device (messing up may lead to a need to cold flash) |
All times are GMT. The time now is 16:50. |
vBulletin® Version 3.8.8