![Obihai Technology OBi1032 Скачать руководство пользователя страница 170](http://html2.mh-extra.com/html/obihai-technology/obi1032/obi1032_administration-manual_3151346170.webp)
Copyright 2010-2017 Obihai Technology, Inc.
170
age
attribute. Otherwise, the data file is cached indefinitely until one of the following happens that clears ALL the
cached data:
-
Phone is power cycled, or after a full reboot (such as after a firmware update)
-
User selects
“Clear Data Cache” option on the Settings Menu
from the phone GUI
-
User enables the
Phone Settings
::
ClearDownloadedDataCache
option on the web page and submits
the change
-
Administrator provisions the phone with the value of the parameter
VoiceService.1.Phone.ClearDownloadedDataCache
set to true
Phone Customization Data
In addition to the configurable aspects of the GUI discussed above, some of the data that drives the GUI can be
customized by the administrator of the phones. These data are collectively called Phone Customization Data which
include the following data types:
Customization Data
Type
Description
Internal Data Storage Path
Startup Splash Screen
The background picture shown on
screen when the phone is starting
up. The data file must be in 16bit
RGB565 raw format and the
filename must be logo.raw
/backgnd/logo.raw
Background Pictures
(Wall Paper)
The pictures that can be chosen by
the user to show as wall paper
during normal phone operation. The
data files can be JPEG, PNG, BMP, or
GIF
/backgnd/
Dictionary
The translation to be used for
various items shown on the phone
screen
/dict/
Text Fonts
The true-type font files for
rendering text to display on the
screen
/fonts/
Ring Tones
Ring tone wave files. It must be in
16-bit monon linear PCM wave
format sampled at 16 kHz
/ringtones/
Startup Splash Screen
During cold boot, the phone looks for a custom splash screen
logo.raw
in the internal folder
/backgnd/
(the same folder
where custom background pictures are located).
logo.raw
must have a dimension of 480x272, and must be stored in 16 bits per pixel RGB565 format. An example of
converting a PNG file to a
logo.raw
on a Linux system is shown here:
avconv -vcodec png -i mylogo.png -vcodec rawvideo -f rawvideo -pix_fmt rgb565 logo.raw
The file size of
logo.raw
should always be 261120 bytes. A custom logo.raw can only be uploaded into the phone using
the customization data package upload method.
Background Pictures
Custom background pictures are stored in the internal folder
/backgnd/.
Each background picture should have the pixel
dimension 480Wx272H. JPEG, PNG, BMP, and GIF files are the acceptable file formats. All the pictures stored in this
folder will be made available to be selected by the user as background picture (i.e. wall paper) on the phone screen.