-
Notifications
You must be signed in to change notification settings - Fork 87
Frequently Asked Questions
A: Xposed modules strictly require root access (often referred to as "jailbreaking" on Android).
If your device is already rooted but you are unfamiliar with the necessary framework, please search for: LSPosed JingMatrix for installation instructions.
(Note: A comprehensive guide on rooting is beyond the scope of this FAQ, as the process varies greatly by device and carries potential risks.)
A: Yes, but you should always first consider ReVanced Manager for patching applications.
If the application does not rely on GMS, you can use patchers like LSPatch, NPatch, or FPA to inject the hook framework into the APK.
Q: I am experiencing issues with Spotify, such as songs skipping, an empty playlist, or other playback problems.
A: Unfortunately, these specific issues are generally caused by changes on Spotify's server side and are often outside the module's control.
Additionally, you must verify your account region settings. Spotify free accounts can typically only be used outside the registered country or region for a maximum of 14 days. Ensure your current IP address region matches the country set in your Spotify account profile.
If the issue persists, ensure you are using a supported version of the Spotify app and have followed the Troubleshooting Steps (Re-optimize and Force Stop).
Q: When opening the target application, I see the error message: "ReVanced Xposed module does not work with patched app"
A: This error typically occurs because the previous "Mount Install" performed by the ReVanced Manager was not properly uninstalled. The system is still trying to mount the patched app via a boot script, which conflicts with the separate Xposed module.
Manual Fix Steps
-
Delete the Script:
- Using a root file explorer, navigate to:
/data/adb/service.d/ -
Delete the conflicting shell file(e.g.,
com.google.android.youtube.sh,com.spotify.music.sh).
- Using a root file explorer, navigate to:
-
Clean Up (Choose ONE):
- Uninstall and reinstall the target app, OR
- Reboot your device.