2.4.4 Update firmware
The section defining request for firmware update in the CFG files:
#######################################################################################
[ firmware ]
path = /tmp/download.cfg
server_type =
server_ip =
server_port =
login_name =
login_pswd =
http_url =
firmware_name =
#######################################################################################
An example:
[ firmware ]
path = /tmp/download.cfg
server_type = ftp
server_ip = 192.168.0.231
server_port = 21
login_name = Vin
login_pswd = 123
http_url = http://192.168.0.231/IP 286/
firmware_name = 0.0.0.143.rom
The above section will make the phone access to ftp server 192.168.0.231, using port 21, user name “Vin” and
password “123” to download the 0.0.0.143.rom. And if the server_type = http, it will go to http://192.168.0.231/IP 286/ to
download the 0.0.0.143.rom and then update.