View Single Post
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#42
Originally Posted by raandoom View Post

4. Patch "secondary.bin"
for USB icon:

Code:
dd if=logo.bin of=secondary.bin bs=1 seek=82596 conv=notrunc
And again, better if we write value with new size of USB icon to "secondary.bin":
* In this example size of "logo.bin" with USB icon equal to 1089 bytes, it is 0x441 bytes, that mean '\x41\x04'

Code:
echo -ne '\x41\x04' | dd of=secondary.bin bs=1 seek=33598 conv=notrunc
echo -ne '\xBF\xF8\x56\x61' | dd of=secondary.bin bs=1 seek=33252 conv=notrunc
echo -ne '\x3С' | dd of=secondary.bin bs=1 seek=33584 conv=notrunc
I just tried that to add proper usb icon with black background but to no success...
No more bootsplash at all and what made me even more nervous, no more "Power-On Self Test" vibration.

So there must be an error somewhere here.

Could you please have a look raandoom ?

I tried both secondary.bins (the original one, and the one with my custom splash)

Flashing back my custom secondary.bin helped fixing this issue, but how do I get the custom usb icon working?

Thanks in advance,


J4ZZ
 

The Following User Says Thank You to J4ZZ For This Useful Post: