maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Tutorial] Change boot logo (https://talk.maemo.org/showthread.php?t=81704)

thp 2012-01-19 11:25

[Tutorial] Change boot logo
 
1 Attachment(s)
While copying the theme files off the device for development, I noticed the "booting.png" file in /usr/share/themes/blanco/meegotouch/images/system-services/ (if you look there, you'll also see all the MALF screens in case you want to "customize" them too, but that would be rather pointless..).

Anyway, one obvious use case here would be to add your contact information to the booting.png file, so in case your device gets lost, the honest finder can get your contact info without having to know the device lock or SIM PIN. Alternatively, just add a MeeGo logo or a big, fat "N9" logo there, so everyone knows this is not a fake N9 and doesn't run WP7.

First, copy the file /usr/share/themes/blanco/meegotouch/images/system-services/booting.png from your device to your computer. In the default USB networking SDK setup, you can do this with:

Code:

scp developer@192.168.0.15:/usr/share/themes/blanco/meegotouch/images/system-services/booting.png .
Now, you can use a tool like GIMP to add text to it. Please note that it will have to be in lanscape mode, so you might want to rotate your text by 90 degrees, but don't rotate the image itself! After that, copy the modified booting.png file back to the device:

Code:

scp booting.png developer@192.168.0.15:
Now, you need to replace the file in the system as root:

Code:

ssh developer@192.168.0.15
devel-su
cd /usr/share/themes/blanco/meegotouch/images/system-services/
rm booting.png
cp /home/developer/booting.png .
exit
exit

If you now power off your device and power it on again, you will see the text for about 7 seconds while the device is booting up (this will not prolong the booting process, it just happens that this image is displayed for about 7 seconds during boot). I was able to successfully do this on a N950 with PR1.1. YMMV. Especially, this is as of yet untested on a N9, but let me know if it works for you :)

F2thaK 2012-01-19 12:00

Re: [Tutorial] Change boot logo
 
It works on the N9, as this was done in my FDB Theme.

DarkSkies 2012-01-19 12:53

Re: [Tutorial] Change boot logo
 
Hey thp, 'servas oida'! Looks like you've got proper skills, as I've been watching your progress re FM radio. Have you ever considered making a truly useful application like SMS editor so received and sent sms could be edited on the fly? That would be cool. Talking Vienna, such editor could be easily enough used to edit dates/time on Wiener Linien's Handytickets, for example. They never check checksums.

Thanks! :D

noetus 2012-01-20 09:55

Re: [Tutorial] Change boot logo
 
You mean to steal from the taxpayer-funded public transport system of Vienna? Or what, exactly?

DarkSkies 2012-01-20 12:55

Re: [Tutorial] Change boot logo
 
Quote:

Originally Posted by noetus (Post 1153197)
You mean to steal from the taxpayer-funded public transport system of Vienna? Or what, exactly?

Yeah, I meant exactly that. And you are? How is this your concern again?

caco3 2012-01-20 19:02

Re: [Tutorial] Change boot logo
 
It didn’t work for me on my N950 with PR 1.1
I replaced the existing boot logo, even deleted it first like explained.
But it always shows the original logo.

OT:
In case somebody wants to use the Nokia font, get it here: http://www.meegoexperts.com/2011/10/nokia-n9-fonts/

MFaroTusino 2012-01-24 10:59

Re: [Tutorial] Change boot logo
 
Quote:

Originally Posted by caco3 (Post 1153404)
It didn’t work for me on my N950 with PR 1.1
I replaced the existing boot logo, even deleted it first like explained.
But it always shows the original logo.

OT:
In case somebody wants to use the Nokia font, get it here: http://www.meegoexperts.com/2011/10/nokia-n9-fonts/

They're my fonts :D

jalyst 2012-01-24 15:49

Re: [Tutorial] Change boot logo
 
IIRC it was knowledge commonly shared in the forums at the time.


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

vBulletin® Version 3.8.8