From 7a46159969388b23a838ad63883d33b1ee4c51c4 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Tue, 28 Mar 2023 20:41:33 +0800 Subject: [PATCH] pipa: 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 Change-Id: Ic4373b703b91148e1079bce3e97ec812a55a12b2 --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 4cec714..230660e 100644 --- a/system.prop +++ b/system.prop @@ -1,2 +1,5 @@ +# Baseband +gsm.version.baseband?=Wi-Fi Only + # Xiaomi ro.product.mod_device=pipa_global \ No newline at end of file