Using Nokia Logos in your Ericsson

What you need to know...

If you wanted to convert those lovely Nokia logos to be used as startup or shutdown animations on your Ericsson, you will need to know the following:

Since the Ericsson's screen is much bigger than the Nokia's, you will need to calculate the offset value for your Ericsson so that the Nokia logo will be centered on your screen.

Assuming you have an A2618 with a resolution of 101x54, the correct way to calculate is to first count the width offset (this has to be done twice. Once for the width and another for the height) with the formula:

Offset = (ERes - NRes) / 2
(ERes - NRes) / 2 = Offset
(101 - 72) / 2 = 14.5
So, Offset is 14.5

The Offset value to use is 14 (we remove the .5 from the result).
ERes is the Ericsson resolution and NRes is the Nokia resolution.

Calculating the height offset result is the use of this equation:

(54 - 14) / 2 = 20
So, Offset is 20

Using this simple formula, we now know that we need to offset the Nokia logo by 14 pixels right and 20 pixels down to make the logo appear at the center of the screen of an Ericsson A2618.

Importing the Nokia Logo...