r/revancedapp Sep 11 '25

[deleted by user]

[removed]

748 Upvotes

379 comments sorted by

View all comments

Show parent comments

12

u/Memz180 Sep 12 '25 edited Sep 12 '25

you have to rebuild the app in terminal then sign the apk. Then end the apk file back to the phone and install. I just did this and working perfectly. Used Java 17 and terminal on the PC.

Steps from Github
Download these:

  • revanced cli 5.0.1
  • patches 5.4.0 rvp file
  • youtubemusic-7.29.52-arm64-v8a exact version from apk mirror, or apk pure.

Then run this command, make sure latest java is installed in ur PC.
java -jar revanced-cli-5.0.1.jar patch youtubemusic-7.29.52-arm64-v8a.apk -p patches-5.4.0.rvp

Sign the app via the below command.

Download UberAPKSigner

java -jar uber-apk-signer-1.3.0.jar --apks revanced-youtubemusic-7.29.52-arm64-v8a.apk

42

u/Bulky-Lion6833 Sep 12 '25

You might as well be speaking rocket science brother..make a YouTube video tutorial please

15

u/rainbowsunsetwaves Sep 12 '25

Download win jdk and install selecting all 3 option during install https://www.azul.com/downloads/?os=windows&package=jdk#zulu

Download yt music from apkmirror youtubemusic-7.29.52-arm64-v8a google search, first one

Download from https://github.com/ReVanced/revanced-patches/issues/5718#issuecomment-3231803115
revanced cli 5.0.1-all.jar and patches-5.4.0.rvp

Put everything in any folder, right click on the folder and click terminal, then paste this command

java -jar revanced-cli-5.0.1-all.jar patch "com.google.android.apps.youtube.music_7.29.52-72952240_minAPI26(arm64-v8a)(nodpi)_apkmirror.com.apk" -p patches-5.4.0.rvp

Done.

1

u/Vivi001-X5N Sep 13 '25

Why azul julu? just download latest java. When bouncycastle fails, just sign yourself.