Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
symbuzzer committed Dec 28, 2022
1 parent 18aefd0 commit 9769a8e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.4
-Fixed Wifi issues, attempt 2

v1.0.3
-Fixed Wifi issues

Expand Down
10 changes: 5 additions & 5 deletions common/system.prop
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9769a8e

Please sign in to comment.