FAQ
❓ Frequently Asked Questions (Q&A)
This page compiles the most frequently encountered issues by users of OShin. Before asking a question, please try to
find the answer here.
Before use, please ensure that your OShin version matches your system version. For example, use v15.x for Android 15
systems, and v16.x for Android 16 systems.
Before asking a question, please ensure you are using the latest system version and the latest OShin CI version. Older
versions are no longer maintained.
🔥 High-Frequency Issues
🔴 What to do if the phone fails to boot after installing the module (stuck at logo / bootloop)?
Please don't panic; this is a common risk with Xposed modules. Follow these steps to recover your device:
- Force Reboot: Long-press
Power button+Volume Up buttonto force a reboot. - Enter Safe Mode (if supported): Press and hold the
Volume Down buttonwhen the boot animation appears. - TWRP/Recovery Recovery (Recommended):
- Boot into TWRP.
- Go to
Advanced->File Manager. - Navigate to the
/data/adb/modules/directory. - Delete the
lsposedfolder. - Reboot your phone.
- Command Line Recovery: In the TWRP terminal, enter
touch /data/adb/modules/disableto disable all modules.
:::
🟡 Why is a feature enabled but not working?
Please check the following points in order:
- LSPosed Scope: Ensure that all recommended scopes, such as Android System and SystemUI, are checked
in LSPosed. - Reboot: Most system-level features require a reboot of the phone to take effect.
- Version Compatibility: Confirm that your system version is within the supported range (e.g., OS 16).
:::
🛠️ Installation & Activation
What's the difference between the automated build (CI) version and the official release?
- Stable Release: Fully tested, highly stable, and suitable for daily use.
- Automated Build (CI): Contains the latest code commits with the newest features, but may include bugs. Suitable
for early adopters and developers.
:::
Do I need to uninstall the old version before updating the module?
No, you can directly install it over the old version.
🐛 Other Issues
What to do if enabling a feature causes SystemUI to crash/flicker?
This is usually because the feature is incompatible with your system version.
- Open the OShin App.
- Turn off the switch that is causing the crash.
- If you cannot open the app, temporarily disable the OShin module in LSPosed, reboot, turn off the switch, and then
re-enable the module.
:::
Why does the hardware indicator overlap with the clock display?
Please use the OShin version that corresponds to your Android system version.
For example, use v16.x for Android 16.
Use v15.x for Android 15.
Why are the 'Status Bar Layout' and 'Settings - Features' sections entirely in English?
This is by design. If you cannot understand it, please do not use this feature.
Why is the 'Package Management Service' not working?
Please update to the latest version of LSPosed-it and ensure your OShin version matches your system version.
Why does it still show the module is not activated after activating it with LSPosed?
Please check if you are using LSPosed 7075 or a modified version of LSPosed.
Why can't Magisk grant Root permission?
Please check if Shamiko is in whitelist mode.
Why do I get a new version notification every time I open the app, even though I'm on the latest version?
Please do not enable debug mode.
Can it be used simultaneously with LuckyTool/FKColorOS?
Yes, but please do not enable the same type of feature in both simultaneously, as it may cause conflicts.
Why is the power consumption indicator's refresh rate so slow?
You can adjust it with the following commands. The value is in milliseconds and can be modified according to your needs.
cd /proc/oplus-votable/GAUGE_UPDATE
chmod 666 force_*
echo 2000 > force_val
echo 1 > force_activeWhy is the CPU temperature displayed as 0?
Please change the CPU temperature source yourself.
