sm7325-common: Ensure multisim property gets set at early stage
Change-Id: I8066dbd0a466f008ec1ce3144b76922fe1b7e750
This commit is contained in:
parent
a614dab9d5
commit
3605aa48b1
3 changed files with 10 additions and 7 deletions
|
|
@ -359,6 +359,10 @@ set_ro_hw_properties_upgrade()
|
|||
utag_value=$(cat $utag_path/ascii)
|
||||
setprop $prop_prefix$utag_name "$utag_value"
|
||||
notice "ro.vendor.hw.$utag_name='$utag_value'"
|
||||
|
||||
if [ "$utag_name" = "dualsim" ] && [ "$utag_value" = "true" ]; then
|
||||
setprop persist.vendor.radio.multisim.config dsds
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
|
@ -384,6 +388,10 @@ set_ro_hw_properties()
|
|||
utag_value=$(cat $utag_path/ascii)
|
||||
setprop $prop_prefix$utag_name "$utag_value"
|
||||
notice "$prop_prefix$utag_name='$utag_value'"
|
||||
|
||||
if [ "$utag_name" = "dualsim" ] && [ "$utag_value" = "true" ]; then
|
||||
setprop persist.vendor.radio.multisim.config dsds
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue