The Following 33 Users Say Thank You to Xlab For This Useful Post: | ||
AapoRantalainen, Alfred, chrget, deegore, don_falcone, eMiL, Estel, fw190, helex, HtheB, Hurrian, ivyking, joerg_rw, jstokes, jurop88, Maj3stic, Mentalist Traceur, Mike Fila, mikki-kun, Minhaz, MINKIN2, misiak, MohammadAG, mosiomm, mrsellout, nkirk, NokiaRocks, Radicalz38, Rauha, reinob, tuxsavvy, Wikiwide, xxxxts |
|
2011-08-05
, 00:22
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#2
|
|
2011-08-05
, 00:29
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#3
|
The Following 7 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-08-05
, 00:33
|
Posts: 1,326 |
Thanked: 1,524 times |
Joined on Mar 2010
|
#4
|
The Following 2 Users Say Thank You to MINKIN2 For This Useful Post: | ||
|
2011-08-05
, 00:37
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#5
|
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
|
2011-08-05
, 01:04
|
Posts: 14 |
Thanked: 49 times |
Joined on Oct 2010
@ Russia, Moscow
|
#6
|
Hi! Mind sharing also the manual way for us who wants to know how it was done?
The Following 9 Users Say Thank You to Xlab For This Useful Post: | ||
|
2011-08-05
, 01:08
|
Posts: 14 |
Thanked: 49 times |
Joined on Oct 2010
@ Russia, Moscow
|
#7
|
The Following 2 Users Say Thank You to Xlab For This Useful Post: | ||
|
2011-08-05
, 04:29
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#8
|
|
2011-08-05
, 05:13
|
Posts: 237 |
Thanked: 274 times |
Joined on Jul 2010
|
#9
|
The Following User Says Thank You to ivyking For This Useful Post: | ||
|
2011-08-05
, 05:17
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#10
|
The Following User Says Thank You to Alfred For This Useful Post: | ||
Tags |
nolo bootloader, patch |
Thread Tools | |
|
---------------------------------------------------------------
V This is my outdated thoughts and solutions V
---------------------------------------------------------------
Hi all. I've researched into NOLO's binary for two days and found out, how to change the main color of NOKIA's logo at boot. Also i've explored image format as deep as i could with only hex-editor and Notepad++. May be if i'll try to use IDA, i'll understand it all, but not now.
BTW, i threw out my laziness and wrote a GUI for patching "secondary" images, where NOLO is located.
NOLO Logo Patcher v0.2
(Attached to this post)
It provides these main functions:
Comment: In NOLO color is defined for a rows (not pixels), with two bytes (from 00 to FF each). I haven't figured out, how colors are computed by NOLO's code, but we can change that bytes and it works!
There is some examples and photos from earlier tests:
Greenie
(3:0 -> 2:5)
Improved classic
(0:15 -> 0:0)
My favourite logo
(128:128)
bars1 & bars2
(254:1 -> 56:199)
(1:254 -> 199:56)
Gradient and color madness like that cannot be done with my utility (it hasn't any button for)
HOW TO USE
(note: you may skip steps 1-2 if you are running Windows and can't use 0xFFFF)
When do, browse the directory, where you unpacked FIASCO image and find "secondary", "2nd" and "xloader" part that contains your board's revision in their names. There should be three files. Rename them into something acceptable like "secondary-RX-51.bin", "2nd-RX-51.bin" and "xloader-RX-51.bin". You can remove others.
BTW, i done cold flash 50+ times from a total of 200+ NOLO's reflashes on my n900.
That's all.
I'll appreciate any suggestions and comments.
Many thanks to jacekowski! Files on his site helped me to locate pictures in secondary image.
Last edited by Xlab; 2013-02-06 at 22:18. Reason: Minimum color value now is 01 for bars.