Thread: OK ROM comes
View Single Post
Old 06/10/2009, 01:54 AM   #196 (permalink)
rposa
Member
 
Join Date: Mar 2009
Posts: 198
Thanks: 8
Thanked 21 Times in 14 Posts
Default

Quote:
Originally Posted by eddieroger View Post
Anyone notice the references to GPRS in ROM.bin? Does this confirm GSM?
You mean in the WebOS Image, or actually in the CastleUMTSFirmware Image?

Firmware Version: CU0.3.39(103)

Code:
#
#
#    !!!This File is for Castle(GSM/UMTS) Modem Firmware releases only !!
#
#    First three lines below are mandatory for FW updater to work properly even if you don't
#    want to modify any value in NV area. 
#    MAX field = last NV item to be read(write) plus one

QCOM_MAX_I,5080 
PALM_NV_START_I,9000
PALM_MAX_I,9007 

#    syntax:  <nv item number>,<nv item name>,<value 1 decimal>,<value 2 decimal>....
#  
#    each line is terminated by carriage return(0x0D)
#    no space is allowed at beginning of the line
#    blank lines are allowed.

#Network Pref- Automatic
10,NV_PREF_MODE_I,0,4

74,NV_AUTO_ANSWER_I,0,2
453,NV_FTM_MODE,0

#Acquisition order- UMTS-GSM
848,NV_ACQ_ORDER_PREF,0,2

#Network Selection- Automatic
849,NV_NET_SEL_MODE_PREF_I,0,0

850,NV_SERVICE_DOMAIN_PREF_I,0,2
880,NV_RRC_INTEGRITY_ENABLED_I,1
881,NV_RRC_CIPHERING_ENABLED_I,1
882,NV_RRC_FAKE_SECURITY_ENABLED_I,0
896,NV_UIM_FIRST_INST_CLASS_I,1

#Band Pref- Set flag for modem to choose correct bands based on HW.
441,NV_BAND_PREF_I,0,255,255

.... SNIPPED ....
rposa is offline   Reply With Quote