From 9769a8e8e2722a30c898d442bf744e1f2b8ddab7 Mon Sep 17 00:00:00 2001 From: Ali Beyaz Date: Wed, 28 Dec 2022 20:26:00 +0300 Subject: [PATCH] v1.0.4 --- changelog.md | 3 +++ common/system.prop | 10 +++++----- module.prop | 4 ++-- update.json | 6 +++--- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index db58848..861fa7d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +v1.0.4 +-Fixed Wifi issues, attempt 2 + v1.0.3 -Fixed Wifi issues diff --git a/common/system.prop b/common/system.prop index 6cf9660..d547656 100644 --- a/common/system.prop +++ b/common/system.prop @@ -1,8 +1,8 @@ -# Data Options -# Commented this line out as it was reported to break WiFi calling on some carriers. Not even sure if it's required to begin with. -persist.data.iwlan.enable=true -persist.data.iwlan=1 -persist.data.iwlan.ipsec.ap=1 +# Debug Options +persist.dbg.ims_volte_enable=1 +persist.dbg.volte_avail_ovr=1 +persist.dbg.vt_avail_ovr=1 +persist.dbg.wfc_avail_ovr=1 # Radio Options persist.radio.volte.dan_support=true diff --git a/module.prop b/module.prop index 2ac59d9..c6df5e1 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=VolteWifiCallingEnabler name=Volte and Wifi Calling Enabler -version=v1.0.3 -versionCode=103 +version=v1.0.4 +versionCode=104 author=Ali Beyaz (avalibeyaz.com/github) description=Enable Volte and Wifi Calling features updateJson=https://raw.githubusercontent.com/symbuzzer/Volte-Wifi-Calling-Enabler-Magisk-Module/main/update.json diff --git a/update.json b/update.json index 266e8be..ef824b7 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.0.3", - "versionCode": 103, - "zipUrl": "https://github.com/symbuzzer/Volte-Wifi-Calling-Enabler-Magisk-Module/releases/download/v1.0.3/VolteWifiCallingEnabler.zip", + "version": "v1.0.4", + "versionCode": 104, + "zipUrl": "https://github.com/symbuzzer/Volte-Wifi-Calling-Enabler-Magisk-Module/releases/download/v1.0.4/VolteWifiCallingEnabler.zip", "changelog": "https://raw.githubusercontent.com/symbuzzer/Volte-Wifi-Calling-Enabler-Magisk-Module/main/changelog.md" }