|
1 | 1 | # ColorOS Themes LSPosed Helper |
2 | 2 |
|
3 | | -Experimental customer helper APK for OPPO, OnePlus, and realme theme testing. |
| 3 | +Experimental customer helper scaffold for OPPO, OnePlus, and realme theme testing. |
4 | 4 |
|
5 | 5 | ## Current version |
6 | 6 |
|
7 | 7 | `0.1.0` |
8 | 8 |
|
9 | | -## What it does now |
| 9 | +## Current status |
10 | 10 |
|
11 | | -- Opens a simple customer dashboard |
12 | | -- Shows device information |
13 | | -- Opens safe Android settings screens |
14 | | -- Includes LSPosed module metadata |
15 | | -- Includes a safe hook entry that logs only when safe hooks are enabled at build time |
| 11 | +This folder is a scaffold, not a finished customer APK yet. |
16 | 12 |
|
17 | | -## What it does not do yet |
| 13 | +The source code for the actual LSPosed module behavior still needs real-device testing before customer release. Do not advertise this as stable. |
18 | 14 |
|
19 | | -- It does not force system theme changes |
20 | | -- It does not modify third-party apps |
21 | | -- It does not apply paid/protected theme files |
22 | | -- It does not promise universal Android 15/16/17 support |
| 15 | +## Planned safe features |
23 | 16 |
|
24 | | -## Build APK |
| 17 | +- Customer dashboard |
| 18 | +- Device information screen |
| 19 | +- Public Android settings shortcuts |
| 20 | +- Customer support report |
| 21 | +- Theme install guidance |
| 22 | +- Tested device status screen |
25 | 23 |
|
26 | | -From this folder: |
| 24 | +## Not included |
27 | 25 |
|
28 | | -```bash |
29 | | -gradle :app:assembleDebug |
30 | | -``` |
| 26 | +- No third-party app modification |
| 27 | +- No paid theme conversion |
| 28 | +- No private customer data collection |
| 29 | +- No hidden tracking |
| 30 | +- No fake performance claims |
31 | 31 |
|
32 | | -Output: |
| 32 | +## Build status |
33 | 33 |
|
34 | | -```text |
35 | | -app/build/outputs/apk/debug/app-debug.apk |
36 | | -``` |
37 | | - |
38 | | -GitHub Actions can build it automatically using `.github/workflows/build-lsposed-apk.yml`. |
| 34 | +The main module ZIP is the current build target. APK build workflow should be added only after the helper app source is complete and tested. |
0 commit comments