Snap for 11892734 from 569cbb0425
to 24Q3-release
Change-Id: I6ae635ba49e7e3c22fc08f6bb8c33758b864a4cd
This commit is contained in:
commit
c45b4ed449
3 changed files with 10 additions and 3 deletions
|
@ -152,3 +152,10 @@ on property:sys.boot_completed=1
|
||||||
# it should be written by the system init.
|
# it should be written by the system init.
|
||||||
on property:ro.boot.hardware.sku=GC15S
|
on property:ro.boot.hardware.sku=GC15S
|
||||||
setprop audio.camerasound.force true
|
setprop audio.camerasound.force true
|
||||||
|
|
||||||
|
# Enable bootstrap for US devices
|
||||||
|
on boot && property:ro.boot.warranty.sku=UVZ
|
||||||
|
setprop setupwizard.feature.provisioning_profile_mode true
|
||||||
|
on boot && property:ro.boot.warranty.sku=UTM
|
||||||
|
setprop setupwizard.feature.provisioning_profile_mode true
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ qzssUsedInUSPolicy=2
|
||||||
navicUsedInUSPolicy=2
|
navicUsedInUSPolicy=2
|
||||||
Chip_Configuration_FeatureCfg_DVS = 1
|
Chip_Configuration_FeatureCfg_DVS = 1
|
||||||
Chip_Configuration_FeatureCfg_DFS = 1
|
Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
Chip_Configuration_FeatureCfg_MTPL = 1
|
Chip_Configuration_FeatureCfg_MTPL = 0
|
||||||
Chip_Configuration_FeatureCfg_SDL_BYASS = 1
|
Chip_Configuration_FeatureCfg_SDL_BYASS = 1
|
||||||
mailboxDisabled=0x0
|
mailboxDisabled=0x0
|
||||||
gnss_rfic_chip_id=55400000
|
gnss_rfic_chip_id=55400000
|
||||||
|
|
|
@ -123,8 +123,8 @@ navicUsedInUSPolicy=2
|
||||||
# DFS: 0 = Disabled, 1 = Enabled (default)
|
# DFS: 0 = Disabled, 1 = Enabled (default)
|
||||||
Chip_Configuration_FeatureCfg_DVS = 1
|
Chip_Configuration_FeatureCfg_DVS = 1
|
||||||
Chip_Configuration_FeatureCfg_DFS = 1
|
Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
# MTPL: 0 = Disabled, 1 = Enabled
|
# Disable MTPL
|
||||||
Chip_Configuration_FeatureCfg_MTPL = 1
|
Chip_Configuration_FeatureCfg_MTPL = 0
|
||||||
# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start)
|
# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start)
|
||||||
Chip_Configuration_FeatureCfg_SDL_BYASS = 1
|
Chip_Configuration_FeatureCfg_SDL_BYASS = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue