avicii: Enable DSDS by default
* Nord does not have a single sim variant Bug: 197273281 Test: Confirm DSDS property. Change-Id: I007ef6b81ddfdb3d9692f286bbcb85c2bae5dae5
This commit is contained in:
committed by
Philipp Albrecht
parent
b864dcb494
commit
238c4e5706
@@ -73,12 +73,6 @@ sh_binary {
|
|||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
sh_binary {
|
|
||||||
name: "init.oplus.sh",
|
|
||||||
src: "init.oplus.sh",
|
|
||||||
device_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
sh_binary {
|
sh_binary {
|
||||||
name: "init.qcom.early_boot.sh",
|
name: "init.qcom.early_boot.sh",
|
||||||
src: "init.qcom.early_boot.sh",
|
src: "init.qcom.early_boot.sh",
|
||||||
|
|||||||
@@ -14,10 +14,6 @@ on fs
|
|||||||
write /proc/touchpanel/tp_fw_update 0
|
write /proc/touchpanel/tp_fw_update 0
|
||||||
|
|
||||||
on early-boot
|
on early-boot
|
||||||
# Radio
|
|
||||||
exec_start oplus-sh
|
|
||||||
setprop persist.radio.multisim.config ${vendor.radio.multisim.config}
|
|
||||||
|
|
||||||
# SSR
|
# SSR
|
||||||
write /sys/bus/msm_subsys/devices/subsys0/restart_level RELATED
|
write /sys/bus/msm_subsys/devices/subsys0/restart_level RELATED
|
||||||
write /sys/bus/msm_subsys/devices/subsys1/restart_level RELATED
|
write /sys/bus/msm_subsys/devices/subsys1/restart_level RELATED
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
#! /vendor/bin/sh
|
|
||||||
#
|
|
||||||
# Copyright (C) 2022 The LineageOS Project
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
#
|
|
||||||
|
|
||||||
if grep -q simcardnum.doublesim=1 /proc/cmdline; then
|
|
||||||
setprop vendor.radio.multisim.config dsds
|
|
||||||
fi
|
|
||||||
@@ -40,6 +40,7 @@ persist.vendor.data.mode=concurrent
|
|||||||
|
|
||||||
# Radio
|
# Radio
|
||||||
ril.subscription.types=NV,RUIM
|
ril.subscription.types=NV,RUIM
|
||||||
|
persist.radio.multisim.config=dsds
|
||||||
|
|
||||||
# Sensors
|
# Sensors
|
||||||
persist.vendor.sensors.enable.mag_filter=true
|
persist.vendor.sensors.enable.mag_filter=true
|
||||||
|
|||||||
Reference in New Issue
Block a user