twrock, on 21 March 2012 - 09:32 AM, said:
build.prop has a setting for location still.
2.1 roms included setting in /system/cust/hw/default/local.prop that also had an effect on location:
ro.config.mcc=000
ro.config.mnc=00
But local.prop seems to be gone in 2.2+. What replaced it?
If curious here is local.prop of original um840. To my mind local.prop just overrides values defined in build.prop
So each carrier can define its specific values there.
I decided not to include this file as it contained customizations for Venezuela carrier - region/language. Also in the stock image that bits were not in /system but some other partition and I had no idea how it should be merged into filesystem.
So we ended up with rather "generic" rom.
ro.product.locale.language=es
ro.product.locale.region=VE
ro.config.hw_opta=32
ro.config.hw_optb=862
ro.config.notification_sound=Tinkerbell.ogg
ro.config.hw_multiple_ussd=true
ro.build.version.incremental=C32B766SP01
ro.build.tags=release-keys
ro.build.description=UM840-user 2.2.2 HuaweiUM840 C32B766SP01 release-keys
ro.build.fingerprint=Huawei/UM840/hwum840/UM840:2.2.2/HuaweiUM840/C32B766SP01:user/release-keys
#DTS2011102801418 kf30432 20111028 begin
ro.config.hwft_MatchNum=10
ro.config.hwft_MatchNumShort=7
ro.config.hw_dateformat=true
ro.config.dateformat=dd-MM-yyyy
ro.config.hw_timeformat=true
ro.config.timeformat=12
ro.product.model=UM840
ro.config.mms_empty_sms=true
ro.config.hwft_numberformat=true
ro.config.widzard_autotime=1
ro.config.hw_contact_customer=C32
ro.config.hw_special_num=true
#DTS2011102801418 kf30432 20111028 end
#DTS2011111002597 sunxianliang 20111110 begin
ro.config.hwcameraset=2
ro.config.hwfeature_slavecamera=yes
#DTS2011111002597 sunxianliang 20111110 end
Edited by pier11, 21 March 2012 - 10:43 AM.