add Spotjfy anddea

This commit is contained in:
siritami
2025-06-02 01:19:58 +07:00
parent ae425d35f0
commit 8db778ebdb
9 changed files with 48 additions and 37 deletions

View File

@@ -54,6 +54,13 @@ get_patches_key "youtube-music-rve-anddea"
get_apk "com.google.android.apps.youtube.music" "youtube-music-beta-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86"
patch "youtube-music-beta-x86" "anddea" "inotia"
# Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-anddea"
j="i"
version="9.0.44.478" #https://github.com/ReVanced/revanced-patches/issues/4958#issuecomment-2883387940
get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-beta-arm64-v8a" "anddea"
# Patch YouTube Lite Arm64-v8a:
get_patches_key "youtube-rve-anddea"
split_editor "youtube-beta" "youtube-lite-beta-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xhdpi split_config.xxxhdpi"

View File

@@ -54,6 +54,13 @@ get_patches_key "youtube-music-rve-anddea"
get_apk "com.google.android.apps.youtube.music" "youtube-music-stable-x86" "youtube-music" "google-inc/youtube-music/youtube-music" "x86"
patch "youtube-music-stable-x86" "anddea" "inotia"
# Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-anddea"
j="i"
version="9.0.44.478" #https://github.com/ReVanced/revanced-patches/issues/4958#issuecomment-2883387940
get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-arm64-v8a" "anddea"
# Patch YouTube Lite Arm64-v8a:
get_patches_key "youtube-rve-anddea"
split_editor "youtube-stable" "youtube-lite-arm64-v8a" "include" "split_config.arm64_v8a split_config.en split_config.xhdpi split_config.xxxhdpi"

View File

@@ -181,6 +181,15 @@ revanced_dl(){
get_apkpure "com.strava" "strava-beta-arm64-v8a" "strava-run-hike-2025-health/com.strava" "Bundle"
patch "strava-beta-arm64-v8a" "revanced"
}
12() {
revanced_dl
# Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-revanced"
j="i"
version="9.0.44.478" #https://github.com/ReVanced/revanced-patches/issues/4958#issuecomment-2883387940
get_apkpure "com.spot"$j"fy.music" "spotjfy-beta-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-beta-arm64-v8a" "revanced"
}
case "$1" in
1)
1
@@ -215,4 +224,7 @@ case "$1" in
11)
11
;;
12)
12
;;
esac

View File

@@ -178,6 +178,15 @@ revanced_dl(){
get_apkpure "com.strava" "strava-arm64-v8a" "strava-run-hike-2025-health/com.strava" "Bundle"
patch "strava-arm64-v8a" "revanced"
}
12() {
revanced_dl
# Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-revanced"
j="i"
version="9.0.44.478" #https://github.com/ReVanced/revanced-patches/issues/4958#issuecomment-2883387940
get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-arm64-v8a" "revanced"
}
case "$1" in
1)
1
@@ -212,4 +221,7 @@ case "$1" in
11)
11
;;
12)
12
;;
esac

View File

@@ -1,13 +0,0 @@
#!/bin/bash
# $potjfy build
source src/build/utils.sh
# Download requirements
dl_gh "revanced-patches revanced-cli" "revanced" "latest"
# Patch Spotjfy Arm64-v8a
get_patches_key "Spotjfy-revanced"
j="i"
version="9.0.44.478" #https://github.com/ReVanced/revanced-patches/issues/4958#issuecomment-2883387940
get_apkpure "com.spot"$j"fy.music" "spotjfy-arm64-v8a" "spot"$j"fy-music-and-podcasts-for-android/com.spot"$j"fy.music"
patch "spotjfy-arm64-v8a" "revanced"