You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LSPosed module to unlock Samsung-restricted carrier-related features on rooted Galaxy devices (VoWiFi, VoLTE, ViLTE, RCS, SMS over IP).
11
11
12
-
---
12
+
13
13
14
14
## Overview
15
15
16
16
This repository contains an LSPosed module that restores or unlocks certain IMS-related features that Samsung has restricted on some Galaxy devices. It works by replacing/patching runtime `res/raw` IMS configuration files so the device and system apps perceive compatible settings for VoWiFi, VoLTE, ViLTE, RCS and SMS over IP.
17
17
18
18
> This README documents device requirements, the exact manual activation workflow (pulling `imsservice.apk`, extracting the raw JSON files, editing them, compiling the module), credits, and legal/disclaimer notes.
19
19
20
-
---
20
+
21
21
22
22
## Features
23
23
24
24
- Replace runtime IMS configuration files via YukiHookAPI hooks.
25
25
- Restore VoWiFi / VoLTE / ViLTE / RCS / SMS over IP behavior on supported Samsung Galaxy devices.
26
26
- Minimal, transparent module that only replaces the four IMS raw files in `res/raw/`.
27
27
28
-
---
29
28
30
29
## Device requirements
31
30
@@ -38,7 +37,7 @@ Before using this module, ensure your device meets all of the following:
38
37
39
38
> If your device or software version is outside these constraints the module may not work and could cause instability.
40
39
41
-
---
40
+
42
41
43
42
## Files this module replaces
44
43
@@ -51,7 +50,7 @@ The module replaces the following JSON resources from the stock `imsservice.apk`
51
50
52
51
These files usually live inside the system `imsservice` APK supplied by Samsung. Replacing them at runtime allows IMS subsystems to read alternate operator/device-compatible values.
4. Verify behavior (make a test VoWiFi/VoLTE call, check RCS availability, etc.).
143
142
144
143
145
-
---
144
+
146
145
147
146
## Security & Privacy
148
147
149
148
- This module edits runtime configuration used by system services. It does **not** exfiltrate user data intentionally. However, incorrect edits can change how the device communicates with operator or vendor services.
150
149
- Only use edited configuration files from sources you trust (preferably your own device's stock files).
151
150
152
-
---
151
+
153
152
154
153
## Disclaimer / Legal
155
154
156
155
This software is provided **as-is**. Use at your own risk. The author(s) hold no responsibility for damage, service loss, or warranty voiding caused by using this module. This project may affect emergency calling or carrier services — proceed with caution.
157
156
158
-
---
157
+
159
158
160
159
## Credits
161
160
162
161
Thanks to the projects and communities that made this work possible:
0 commit comments