Files
revanced-documentation/docs/revanced-resources/questions.md
LisoUseInAIKyrios 7fae5590a2 docs
Clarified log capturing instructions for Android developer tools.
2025-09-27 16:53:43 +04:00

4.7 KiB

Frequently asked questions

Please read them before asking questions that have been asked too many times.

1 Spotify does not work after patching

The issue is currently being looked into. See this and this for announcement for updates.

2 Is ReVanced available on iOS or TV?

ReVanced is a patcher for Android apps. Android is very different from iOS. Therefore, ReVanced is not available on iOS. The nearest equivalent to ReVanced on iOS is Theos. If your TV runs Android, it may be possible to use ReVanced.

3 How to get ReVanced?

ReVanced is a patcher for Android apps. Getting ReVanced means patching your app. Follow the ReVanced Manager documentation to use ReVanced Manager or the ReVanced CLI documentation to use ReVanced CLI.

4 Does ReVanced support non-rooted devices?

Yes! ReVanced supports non-root and rooted devices.

5 Which patches are available?

You can check the list of available patches at revanced.app, in ReVanced Manager or ReVanced CLI. Since ReVanced is open source, anyone can pick up a feature. Your contributions are also very welcome. You can request patches here.

6 How can I help?

Since we are an open-source community and depend on outside help, you can always check out our GitHub repositories and contribute to ReVanced by creating an issue or pull request.

Additional, financial donations are always welcomed.

7 Does ReVanced always stay up to date with X?

ReVanced Patcher allows you to use patches on any app version. However, please note that patches may not work if you're not using the versions suggested by ReVanced Manager.

8 What patches exist?

You can check supported apps and their patches on the ReVanced Website.

9 Where to get (full) APKs

You can get (full) APKs from sites such as APKMirror or APKPure. An APK ends with the extension .apk.

If only split apks are available (apkm or xapk files), then tools like AntiSplit M can convert apkm/xapk of your device architecture to regular apk for use with ReVanced Manager.

10 Capture logs

  1. (Only if the setting exists) Turn on Miscellaneous > Debugging > Debug logging in the settings (Ensure you have included the Enable debugging patch).
  2. Install the Android developer tools on a computer, open a command prompt, and capture the logs using the command adb logcat | grep revanced: or adb logcat | grep AndroidRuntime for app crash logs. to save the logs to a file use adb logcat | grep revanced > logs.txt or adb logcat | grep AndroidRuntime > logs.txt
  3. Alternatively, you can use any Android app capable of capturing logs (to use these apps a one time setup is required using a computer and ADB).
  4. Alternatively, in YouTube you can copy the most recent logs directly from the Debug settings menu (due to clipboard limitations the log is limited to the most recent log data). No ADB or computer setup is required.

11 Can you help me?

You must include all relevant information regarding your issue in #help on our Discord server, or any platforms where you can ask for help (Find them on our website). This includes:

  • The issues
  • Images, videos, and logs
  • Version of ReVanced Manager, the app you patch, etc.
  • How we can replicate the issue on our end

12 Where to get microG GmsCore?

If you patched your app with the GmsCore support patch, opening your app will redirect you automatically to the correct download page.

13 Is ReVanced affiliated with Vanced?

ReVanced is not affiliated with Vanced.

14 How to update patched apps?

To update a patched app, you need to patch and install the app again.

Patch versions are completely different from the app version, and newer patches can exist even if the app version is the same as your currently patched app. See #3 in Questions.