Skip to content

Commit c7aad73

Browse files
authored
Update README.md
1 parent 28a6039 commit c7aad73

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
1-
<h2 align="center">
1+
<h1 align="center">
22
<img src="https://raw.githubusercontent.com/rezaf28/SamsungIMSPatcher/refs/heads/main/ims_bg.png" />
33

44
Samsung IMS Patcher
55

6-
</h2>
6+
</h1>
77

88
**Short description**
99

1010
LSPosed module to unlock Samsung-restricted carrier-related features on rooted Galaxy devices (VoWiFi, VoLTE, ViLTE, RCS, SMS over IP).
1111

12-
---
12+
1313

1414
## Overview
1515

1616
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.
1717

1818
> 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.
1919
20-
---
20+
2121

2222
## Features
2323

2424
- Replace runtime IMS configuration files via YukiHookAPI hooks.
2525
- Restore VoWiFi / VoLTE / ViLTE / RCS / SMS over IP behavior on supported Samsung Galaxy devices.
2626
- Minimal, transparent module that only replaces the four IMS raw files in `res/raw/`.
2727

28-
---
2928

3029
## Device requirements
3130

@@ -38,7 +37,7 @@ Before using this module, ensure your device meets all of the following:
3837

3938
> If your device or software version is outside these constraints the module may not work and could cause instability.
4039
41-
---
40+
4241

4342
## Files this module replaces
4443

@@ -51,7 +50,7 @@ The module replaces the following JSON resources from the stock `imsservice.apk`
5150

5251
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.
5352

54-
---
53+
5554

5655
## Activation / Build workflow (step-by-step)
5756

@@ -142,29 +141,28 @@ adb install -r app/build/outputs/apk/debug/app-debug.apk
142141
4. Verify behavior (make a test VoWiFi/VoLTE call, check RCS availability, etc.).
143142

144143

145-
---
144+
146145

147146
## Security & Privacy
148147

149148
- 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.
150149
- Only use edited configuration files from sources you trust (preferably your own device's stock files).
151150

152-
---
151+
153152

154153
## Disclaimer / Legal
155154

156155
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.
157156

158-
---
157+
159158

160159
## Credits
161160

162161
Thanks to the projects and communities that made this work possible:
163162

164163
- [LSPosed Team](https://github.com/LSPosed)
165-
- [YukiHookAPI](https://github.com/fankes/YukiHookAPI)
164+
- [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI)
166165

167166

168-
---
169167

170168

0 commit comments

Comments
 (0)