From 6e8e51793ef7b00c063ed2cfd7216ecbedbde1a1 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 5 Nov 2024 17:37:01 -0800 Subject: [PATCH] tici: disable cavli sim sleep --- system/hardware/tici/hardware.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/hardware/tici/hardware.py b/system/hardware/tici/hardware.py index 70049d1849..8110a0808e 100644 --- a/system/hardware/tici/hardware.py +++ b/system/hardware/tici/hardware.py @@ -467,8 +467,9 @@ class Tici(HardwareBase): cmds = [] if manufacturer == 'Cavli Inc.': cmds += [ - # use sim slot - 'AT^SIMSWAP=1', + 'AT^SIMSWAP=1', # use SIM slot, instead of internal eSIM + 'AT$QCSIMSLEEP=0', # disable SIM sleep + 'AT$QCSIMCFG=SimPowerSave,0', # more sleep disable # ethernet config 'AT$QCPCFG=usbNet,0',