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
Copy file name to clipboardExpand all lines: docs/CUSTOMER_SUPPORT.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,22 @@ Tell the customer:
8
8
9
9
1. This is a theme helper module, not a guaranteed universal OEM theme unlocker.
10
10
2. They must use their own device at their own risk.
11
-
3. They should know how to disable modules from recovery or root manager.
11
+
3. They should know how to disable the module if a problem happens.
12
12
4. They should keep a backup of important files.
13
+
5. They should install only the latest public GitHub Release.
13
14
14
15
## Basic install steps
15
16
16
-
1. Download the latest ZIP from GitHub Actions artifacts.
17
-
2.Open Magisk, KernelSU, or APatch.
18
-
3. Install the module ZIP.
17
+
1. Download the latest ZIP from the GitHub **Releases** page.
18
+
2.Verify the SHA256 checksum when available.
19
+
3. Install the module ZIP with the supported module manager.
19
20
4. Reboot.
20
-
5. Check lock screen, home screen, wallpaper, and theme behavior.
21
+
5. Check lock screen, home screen, wallpaper, icon, and theme behavior.
22
+
6. Report problems with device details and screenshots.
23
+
24
+
## New update improvement plan
25
+
26
+
New updates should focus on measurable fixes, safer installs, better compatibility, and clearer rollback steps. Do not promise that every device problem is solved automatically. Each OPPO, OnePlus, and realme firmware must be tested separately.
21
27
22
28
## Support message template
23
29
@@ -26,11 +32,13 @@ Device brand:
26
32
Device model:
27
33
Android version:
28
34
ColorOS/OxygenOS/realme UI version:
29
-
Root tool:
35
+
Module manager:
30
36
Module version:
31
37
Problem:
32
38
Screenshot/video:
33
39
Did the phone boot normally after install:
40
+
Theme path used:
41
+
Wallpaper/icon/lockscreen affected:
34
42
```
35
43
36
44
## Common problems
@@ -39,7 +47,10 @@ Did the phone boot normally after install:
39
47
|---|---|
40
48
| Phone boots but theme not applied | Check if the device accepts files from the themeInner path |
41
49
| Theme visible but incomplete | Replace placeholder assets with a complete theme package |
42
-
| Boot issue | Disable the module from recovery/root manager |
50
+
| Wallpaper not applied | Check wallpaper folder structure and image format |
51
+
| Icons not applied | Check icons folder structure and launcher/theme support |
52
+
| Lock screen not applied | Check lockscreen assets and firmware compatibility |
53
+
| Boot issue | Disable the module and restore stock behavior |
43
54
| Customer expects speed boost | Explain that safe performance work means cleanup guidance, diagnostics, and settings, not fake speed claims |
0 commit comments