Firmware; Settings; Phonebook; Ringtone File - PalmMicro AR1688 Development Manual

Based ip phone
Table of Contents

Advertisement

C o m m u n i c a t i o n s , I n c .
some examples of updating files.

Firmware

Updating phone program files, such as ar168x_iax2_cn_032000.bin, can be found in
chapter 2.

Settings

Settings file of the phone is a binary file(.dat). Steps of generating the file are:
1.
use getopt.bat to get the settings.txt, for example:
getopt 192.168.1.200 (Enter)
2.
Modify settings.txt and save it if necessary
3.
Use convert command to convert a text file settings.txt to a binary file settings.dat.
Input:
convert -c settings.txt settings.dat (Enter)
4.
Update the phone with settings.dat
Note:
Description of getopt.bat and convert.ext can be found in chapter 5.

Phonebook

Phonebook file is a binary file. Steps of generating it are:
1.
Use getpb.bat to get phonebook.txt, for example:
getpb 192.168.1.200(Enter)
2.
Modify phonebook.txt and save it if necessary
3.
Use convert command to convert phonebook.txt to a binary file phonebook.dat, for
example:
convert -p phonebook.txt phonebook.dat (Enter)
4.
Update the phone with phonebook.dat
Note:
Description of getpb.bat and convert.ext can be found in chapter 5.

Ringtone File

It is a binary file for updating phone ring tone. Steps of generating it are:
1.
Record a pcm ring by referencing chapter 6
2.
Use convert command to convert ringtone.pcm to a binary file ringtone_allice.dat, for
example:
PalmMicro Communications, Inc.
© 2006-2007
Room 0611, Bldg.B Tsinghua Tongfang Technology Plaza, 1 Wangzhuang Road, Beijing, CHINA
16

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents