Yealink Forums

Full Version: [FAQ]How to make and upload LCD LOGO to Yealink phones?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yealink IP phones allow you to customize the logo displayed on the LCD screen. SIP-T20P IP phones only support a text logo. SIP-T46G IP phones do not support an LCD logo.

The following table lists the supported logo file format, resolution and total file size for each phone model:

[Image: attachment.php?aid=654]

1. Customizing a logo File

(1). The original picture format must be *.bmp or *.gif.
(2). The new LOGO must be black, white, or 2 gray scale
(3). The file name can’t be too long and include the special characters, recommend to named the file as “adc.bmp”
(4). The “.bmp/.gif” file and “PictureExDemo.exe” application should not be placed in too deeper or the path which include special character , recommend to put them in root dictionary such as D:\


2. Converting a logo File to *.dob using PictureExDemo

We recommend placing all files and the PictureExDemo application to the root directory of the PC.
You can download the firmware by searching in website or refer to more details in below guide.
How to change the logo of Yealink Phones Rev_61.0

(1). Run the PictureExDemo.exe, the current folder will automatically generate a folder named adv;

[Image: attachment.php?aid=655]

(2). After running the application, it will show as followed:

[Image: attachment.php?aid=656]

(3). Click Add button to open a *.bmp or *.gif file.
You can repeat the second step to add multiple original picture files.
(4). Click the Convert button.

[Image: attachment.php?aid=657]

Then you can find the DOB logo files in the adv directory.

3. Upload a logo File to your phone(V72)

A. To configure a custom logo via web user interface:

(1). Click on Features->General Information.
(2). Select Custom logo from the pull-down list of Use Logo.
(3). Click Browse to select the logo file from your local system.
(4). Click Upload to upload the file.
(5). Click Confirm to accept the change.

For SIP-T28P IP phones, the image logo is displayed on the idle screen. For SIP-T42G/T41P/T26P/T22P/T21P/T19P IP phones, the image logo screen and the idle screen are displayed alternately.

B. To configure a text logo via web user interface (only applicable to SIP - T20P IP phones):

(1). Click on Features->General Information.
(2). Select the desired value from the pull-down list of User Logo.
(3). Enter the desired text (0~15 characters) in the Text Logo field.
(4). Click Confirm to accept the change.
The registered account and the configured text logo are displayed alternately.

C. To configure a custom logo via auto provisioning:

Upload the logo file to the provisioning server and then specify the access URL in configuration files:

-------------------------------------------------------------------------------------------------
####################################################
## Configure the access URL of the Logo File ##
####################################################
#(not applicable to SIP - T20P IP phones)

lcd_logo.url =
-------------------------------------------------------------------------------------------------
For example, enter “tftp://192.168.1.100/logo.dob” in the “lcd_logo.url =” field.
During the auto provisioning process, the phone connects to the provisioning server “192.168.1.100”, and downloads the logo file “logo.dob”.

To use the custom logo, you also need to configure the following parameter:

-------------------------------------------------------------------------------------------------
#Configure the logo mode (not applicable to SIP - T20P IP phones).
#0-Disabled (Except for SIP - T28P IP phones), 1-System logo, 2-Custom logo

phone_setting.lcd_logo.mode = 2
-------------------------------------------------------------------------------------------------

To configure a text logo, you need to configure the following parameter:

-------------------------------------------------------------------------------------------------
#Enable or disable a text logo (only applicable to SIP - T20P IP phones).
#0-Disabled, 1-Enabled

phone_setting.lcd_logo.mode = 1
#Configure a text logo (only applicable to SIP - T20P IP phones).
phone_setting.lcd_logo.text =Yealink
-------------------------------------------------------------------------------------------------

After auto provisioning, you will find that the custom logo or text logo appears on the LCD screen.

-------------------------------------------------------------------------------------------------
#Delete all custom logo files (not applicable to SIP - T20P IP phones).
lcd_logo.delete = http://localhost/all
-------------------------------------------------------------------------------------------------

For more information on customizing a logo file,
refer to Yealink_SIP - T2 Series_T19P_T4_Series_IP_Phones_Auto_Provisioning_Guide or How to change the logo of Yealink Phones Rev_61.0.

Please be aware:

The purpose of these forums is to allow forum members collaborate and help each other.
Questions posted here won't be appreciated.
If you require assistance from Yealink technical support, please email to support@yealink.com or USA support support.usa@yealink.com
T46G Wallpaper/background:
SIP-T46G .jpg/.png/.bmp <=480*272 <=5MB

Code:
phone_setting.backgrounds = Config:logo46.png
wallpaper_upload.url = http://webserverip:port/logo/logo46.png
Reference URL's