-
-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
185 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# πΌ Prerequisites | ||
|
||
In order to use ReVanced Manager, certain requirements must be met. | ||
|
||
## π€ Requirements | ||
|
||
- An Android device running Android 8 or higher | ||
- Any device architecture except ARMv7 | ||
|
||
## β¬οΈ Installation | ||
|
||
- Download and install the latest version of [ReVanced Manager](https://github.com/revanced/revanced-manager/releases/latest) | ||
|
||
## βοΈ What's next | ||
|
||
The next page will guide you through patching an application. | ||
|
||
Continue: [β¬οΈ Installation](1_installation.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# β¬οΈ Installation | ||
|
||
In order to use ReVanced on your Android device, ReVanced Manager must be installed. | ||
|
||
## πͺ Installation steps | ||
|
||
- Download the latest version of ReVanced Manager from [here](https://github.com/revanced/revanced-manager/releases/latest) | ||
- Install ReVanced Manager | ||
|
||
## βοΈ What's next | ||
|
||
The next page will guide you through patching an application. | ||
|
||
Continue: [πͺ Usage](2_usage.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 𧩠Patching applications | ||
|
||
The following pages will guide you through using ReVanced Manager to patch applications. | ||
|
||
## πͺ Steps to patch applications | ||
|
||
1. Navigate to the **Patcher** tab in the bottom navigation bar | ||
2. Tap the **Select an application** card | ||
3. Choose an application to patch[^1] | ||
> **Note**: The application version suggested by ReVanced Manager is visible in each application's card. This is important in step 5. below, as most patches are compatible with this version. | ||
4. Tap the **Select patches** card and select the patches you want to apply[^2] | ||
> **Warning**: If you see a warning icon next to a patch, it means that the patch is not compatible with the application version you selected in step 3. above. In this case, you should either go back and select a different application version or deselect the patch. | ||
5. Tap the **Done** button to confirm your selection | ||
6. Tap the **Patch** button to start patching | ||
> **Warning**: The patching process can take anywhere from 2 to 5 minutes depending on your device. Please refrain from exiting switching tabs while the process is still running, otherwise the patching time will increase significantly. | ||
7. After patching is complete, tap on the **Install** button to install the patched application | ||
> **Note**: If you have root access on your device, you may have the option to mount the patched application on top of the original application.[^4] | ||
8. Optionally, you may tap on the three vertical dots in the top right to export the patched application to storage | ||
|
||
[^1]: You may be prompted to select an application from storage in case you have no root access on your device. In this case, select the APK file from your device storage[^3]. | ||
[^2]: It is suggested to use the default set of patches by tapping on the **Default** chip above the list of patches. | ||
[^3]: You can obtain `.apk` files from sites such as [APKMirror](https://www.apkmirror.com/). | ||
[^4]: Mounting the patched application on top of the original application will only work if the installed application version matches the version of the application selected in step 3. above. | ||
|
||
## βοΈ What's next | ||
|
||
The next page will bring you back to the usage page. | ||
|
||
Continue: [π οΈ Usage](2_usage.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# π§° Managing patched applications | ||
|
||
After patching an application, you may want to manage it. This page will guide you through managing patched applications. | ||
|
||
## πͺ Steps to manage patched applications | ||
|
||
1. Tap on the **Dashboard** tab in the bottom navigation bar | ||
2. Select the **Installed** chip | ||
3. Tap on the **Info** button for the application you want to manage. | ||
4. Chose one of the options in the menu that appears to manage the selected application. | ||
|
||
## βοΈ What's next | ||
|
||
The next page will bring you back to the usage page. | ||
|
||
Continue: [π οΈ Usage](2_usage.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# π Updating ReVanced Manager | ||
|
||
In order to keep up with the latest features and bug fixes, it is recommended to keep ReVanced Manager up to date. | ||
|
||
## πͺ Updating steps | ||
|
||
1. Tap on the **Dashboard** tab in the bottom navigation bar | ||
2. Tap on the **Update** button in the **Updates** section | ||
|
||
## βοΈ What's next | ||
|
||
The next page will bring you back to the usage page. | ||
|
||
Continue: [π οΈ Usage](2_usage.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# πͺ Usage | ||
|
||
The following pages will guide you through using ReVanced Manager to patch applications, manage patched applications, and update ReVanced Manager. | ||
|
||
## π Table of contents | ||
|
||
1. [𧩠Patching applications](2_1_patching.md) | ||
2. [π§° Managing patched applications](2_2_managing.md) | ||
3. [π Updating ReVanced Manager](2_3_updating.md) | ||
|
||
## βοΈ What's next | ||
|
||
The next page will guide you through troubleshooting ReVanced Manager. | ||
|
||
Continue: [π Troubleshooting](3_troubleshooting.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# π Troubleshooting | ||
|
||
In case you encounter any issues while using ReVanced Manager, please refer to this page for possible solutions. | ||
|
||
- π₯ App not installed as package conflicts with an existing package | ||
|
||
An existing installation of the application you're trying to patch is conflicting with the patched application. Uninstall the existing application before installing the patched application. | ||
|
||
- βοΈError code `135`, `139` or `1` when patching the application | ||
|
||
Your device is not supported. Please refer to the [Prerequisites](0_prerequisites.md) page for supported devices. | ||
|
||
Alternatively you can try to patch the application using [ReVanced CLI](https://github.com/revanced/revanced-cli) to patch the application. | ||
|
||
- π« Non-root install is not possible with the current patches selection | ||
|
||
Select the **Default** chip when chosing patches. | ||
|
||
- π¨ Patched application crashes on launch | ||
|
||
Select the **Default** chip when chosing patches. | ||
|
||
## βοΈ What's next | ||
|
||
The next page will teach you how to build ReVanced Manager from source. | ||
|
||
Continue: [π οΈ Building from source](4_building.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# π οΈ Building from source | ||
|
||
This page will guide you through building ReVanced Manager from source. | ||
|
||
1. Setup the Flutter environment for your [platform](https://docs.flutter.dev/get-started/install) | ||
|
||
2. Clone the repository | ||
|
||
```sh | ||
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager | ||
``` | ||
|
||
3. Create a GitHub PAT with the `read:packages` scope [here](https://github.com/settings/tokens/new?scopes=read:packages&description=Revanced) and add your token in `android/gradle.properties` | ||
|
||
```properties | ||
gpr.user = YourUsername | ||
gpr.key = ghp_longrandomkey | ||
``` | ||
|
||
4. Get dependencies | ||
|
||
```sh | ||
flutter pub get | ||
``` | ||
|
||
5. Delete conflicting outputs | ||
|
||
```sh | ||
flutter packages pub run build_runner build --delete-conflicting-outputs | ||
``` | ||
|
||
> **Note**: Must be run everytime you sync your local repository with the remote's | ||
6. Build the APK | ||
|
||
```sh | ||
flutter build apk | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# π ReVanced Manager | ||
|
||
This documentation explains how to use [ReVanced Manager](https://github.com/revanced/revanced-manager). | ||
|
||
## π Table of contents | ||
|
||
0. [πΌ Prerequisites](0_prerequisites.md) | ||
1. [β¬οΈ Installation](1_installation.md) | ||
2. [πͺ Usage](2_usage.md) | ||
1. [𧩠Patching applications](2_1_patching.md) | ||
2. [π§° Managing patched applications](2_2_managing.md) | ||
3. [π Updating ReVanced Manager](2_3_updating.md) | ||
3. [π Troubleshooting](3_troubleshooting.md) | ||
4. [π Building from source](4_building.md) |