Files
Revanced-And-Revanced-Exten…/docs/Frequently Asked Questions.md
2025-03-22 15:27:24 +07:00

86 lines
3.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 align="center">
<br>
Frequently Asked Questions
<br>
</h1>
### Q: I'm facing a playback issue (Video stop loading after start 10-30s). How can I fix it?
The issue might be that your Android OS is preventing MicroG (GMS Core) from running in the background. Follow these instructions to resolve the problem.
[https://dontkillmyapp.com/](https://dontkillmyapp.com/)
#### Use Po-token:
If it still can't solve the buffering issue, maybe using PoToken can solve it.
1. Download and install Revanced Extended or Revanced Extended forked by anddea.
2. [Go to this repository](https://github.com/FiorenMas/scrape-youtube)
3. Scroll down, copy the PoToken and visitorData
4. Open the Revanced Extended app and go to Settings > Revanced Extended > Miscellaneous > Spoof Streaming data > Default cilent (select iOS) > PoToken/VisitorData. Then, paste the two values you copied in the previous step.
### Q: Youtube Android 6,7 Can't load anyvideo:
This is because Google force old version Youtube need to update. So you need fake your youtube version to higher version.
1. Open RVX Setting and then search `Spoof`
2. After that find `Spoof app version` toogle it on
3. Choose `Edit spoof app version` input `19.05.36` then restart RVX
4. And then set Po-token in above this guide if still have issues.
Credit: [@gnadgnaoh](https://github.com/gnadgnaoh/)
### Q: How do I use this repository for patching my own app?
You should [fork](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/fork) the repository, and then go to the `Action` tab
![Click Action](../docs/image/FAQ/patching-app-1.png)
Click "I understand my workflows, go ahead and enable them"
![Click "I understand my workflows, go ahead and enable them"](../docs/image/FAQ/patching-app-2.png)
Follow these steps to run the workflow for Manual Patch apps!
![](../docs/image/FAQ/patching-app-3.png)
And then go to Readme click download your patched apps!
---
### Q: I want to use custom patches for patching my apps. How can I do it?
You should open the folder `Revanced-And-Revanced-Extended-Non-Root/src/patches/`. It contains a lot of folders that are named after the apps youre patching. Each folder has two files: exclude-patches and include-patches. Edit these files with the patches you like, putting one patch per line, following the patches list here:
* For Revanced: https://github.com/revanced/revanced-patches
* For Revanced Extended: https://github.com/inotia00/revanced-patches/tree/revanced-extended
* For Revanced Extended Android 6 & 7: https://github.com/kitadai31/revanced-patches-android6-7/tree/revanced-extended
---
### Q: I want to use a custom file options.json. How can I do it?
You should open the folder [Revanced-And-Revanced-Extended-Non-Root/src/options/](../src/options). It contains files revanced-extended.json, anddea.json... edit those file the same as you would options.json
Revanced alias no longer use options.json anymore use directly `Revanced-And-Revanced-Extended-Non-Root/src/patches/` instead.
The options separate with patches name with `|`
Example Youtube apps include patches:
`Custom branding|-OappName="YouTube ReVanced" -OiconPath=ReVanced*Logo`
---
### Q: I am facing errors using your apps, what do I do?
Im so sorry about this, but my repository only patches apps from “scripts” by other devs. I cant fix errors when apps face errors, so if you get errors, please make an issue in [Revanced](https://github.com/revanced/revanced-patches), [Revanced Extended](https://github.com/inotia00/revanced-patches/tree/revanced-extended) or [Revanced Extended Android 6 & 7](https://github.com/kitadai31/revanced-patches-android6-7/tree/revanced-extended) repositories.
---
### Q: How do I know these apps are safe to use?
You can rest assured that its safe because my code is 100% open-source and uses GitHub Actions to patch the apps. The apk files used for patching are downloaded from the trusted site “APKMirror”.
----