mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
update
This commit is contained in:
@@ -71,10 +71,6 @@ Download
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
||||
<summary>Revanced Extended crashes on launch with the newest patch. Don't use it for now. I'll find a solution later.</summary>
|
||||
|
||||
### [Revanced Extended:](https://github.com/inotia00/revanced-patches/)
|
||||
|
||||
| [Stable version](https://github.com/inotia00/revanced-patches/releases/latest) | [Beta version](https://github.com/inotia00/revanced-patches/releases) |
|
||||
@@ -115,8 +111,6 @@ Download
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
||||
### [Revanced Extended For Android 6 & 7:](https://github.com/kitadai31/revanced-patches-android6-7/tree/revanced-extended)
|
||||
|
||||
[All Architectures](../../releases/download/all/youtube-revanced-extended-android-6-7.apk)
|
||||
|
||||
@@ -37,9 +37,9 @@ You should open the folder `Revanced-And-Revanced-Extended-Non-Root/src/patches/
|
||||
|
||||
### 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.json, ReX.json... edit those file the same as you would options.json
|
||||
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 CLI version 5 no longer use options.json anymore use directly `Revanced-And-Revanced-Extended-Non-Root/src/patches/` instead.
|
||||
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 `|`
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
source src/build/utils.sh
|
||||
# Download requirements
|
||||
revanced_dl(){
|
||||
dl_gh "revanced-patches revanced-integrations" "anddea" "prerelease"
|
||||
dl_gh "revanced-patches" "anddea" "prerelease"
|
||||
dl_gh "revanced-cli" "inotia00" "latest"
|
||||
}
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@ source ./src/build/utils.sh
|
||||
|
||||
# Download requirements
|
||||
dl_gh "Dropped-Patches" "indrastorms" "latest"
|
||||
dl_gh "revanced-integrations" "revanced" "v1.8.0"
|
||||
dl_gh "revanced-cli" "revanced" "v4.6.0"
|
||||
dl_gh "revanced-cli" "revanced" "latest"
|
||||
|
||||
#################################################
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ revanced_dl(){
|
||||
# Patch Instagram:
|
||||
# Arm64-v8a
|
||||
get_patches_key "instagram"
|
||||
version="360.0.0.52.192"
|
||||
get_apk "com.instagram.android" "instagram-arm64-v8a-beta" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a" "nodpi"
|
||||
patch "instagram-arm64-v8a-beta" "revanced"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ source src/build/utils.sh
|
||||
|
||||
# Download requirements
|
||||
revanced_dl(){
|
||||
dl_gh "revanced-patches revanced-integrations revanced-cli" "inotia00" "prerelease"
|
||||
dl_gh "revanced-patches revanced-cli" "inotia00" "prerelease"
|
||||
}
|
||||
|
||||
1() {
|
||||
|
||||
@@ -4,7 +4,7 @@ source src/build/utils.sh
|
||||
|
||||
# Download requirements
|
||||
revanced_dl(){
|
||||
dl_gh "revanced-patches revanced-integrations revanced-cli" "inotia00" "latest"
|
||||
dl_gh "revanced-patches revanced-cli" "inotia00" "latest"
|
||||
}
|
||||
|
||||
1() {
|
||||
|
||||
@@ -65,6 +65,7 @@ revanced_dl(){
|
||||
# Patch Instagram:
|
||||
# Arm64-v8a
|
||||
get_patches_key "instagram"
|
||||
version="360.0.0.52.192"
|
||||
get_apk "com.instagram.android" "instagram-arm64-v8a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a" "nodpi"
|
||||
patch "instagram-arm64-v8a" "revanced"
|
||||
}
|
||||
|
||||
@@ -240,7 +240,7 @@ patch() {
|
||||
if [[ $(ls revanced-cli-*.jar) =~ revanced-cli-([0-9]+) ]]; then
|
||||
num=${BASH_REMATCH[1]}
|
||||
if [ $num -ge 5 ]; then
|
||||
p="patch " b="-p *.rvp" m="" a="" ks="ks" pu="--purge=true" opt=""
|
||||
p="patch " b="-p *.rvp" m="" a="" ks="ks" pu="--purge=true" opt="--legacy-options=./src/options/$2.json"
|
||||
echo "Patching with Revanced-cli version 5+"
|
||||
elif [ $num -eq 4 ]; then
|
||||
p="patch " b="--patch-bundle *patch*.jar" m="--merge *integration*.apk " a="" ks="ks" pu="--purge=true" opt="--options=./src/options/$2.json "
|
||||
|
||||
1
src/options/revanced-extended.json
Normal file
1
src/options/revanced-extended.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
Reference in New Issue
Block a user