From ff77ec28d87d1719f189c2ae39587c03df2103e9 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Tue, 28 Mar 2023 20:41:33 +0800 Subject: [PATCH] clover: properties: set default baseband version as wifi only * if device is a LTE variant, telephony service will reset the prop * show "Wi-Fi Only" instead of "Unknown" in settings baseband on wifi only variant Signed-off-by: pix106 --- properties/system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/properties/system.prop b/properties/system.prop index 50672c0..2a599a8 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -1 +1,4 @@ audio.chk.cal.us=0 + +# Baseband +gsm.version.baseband?=Wi-Fi Only