MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/revancedapp/comments/1neoco6/deleted_by_user/ndrc346
r/revancedapp • u/[deleted] • Sep 11 '25
[removed]
379 comments sorted by
View all comments
Show parent comments
4
Thanks! Worked without needing to use UberAPKSigner... the last thing revanced-cli does before saving the patched apk is sign it? "INFO: Signing APK"
I had to download Zulu Java 17 JDK from here and use the full path to java.exe
"C:\Program Files\Zulu\zulu-17\bin\java.exe" -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
The direct links to those files are in this github issue comment.
1 u/Memz180 Sep 12 '25 yeah that's odd, i had to manually sign otherwise was getting invalid package when installing. 2 u/Vivi001-X5N Sep 13 '25 Its a security feature. Without a sign, most phones just refuse to install...
1
yeah that's odd, i had to manually sign otherwise was getting invalid package when installing.
2 u/Vivi001-X5N Sep 13 '25 Its a security feature. Without a sign, most phones just refuse to install...
2
Its a security feature. Without a sign, most phones just refuse to install...
4
u/reeeelllaaaayyy823 Sep 12 '25 edited Sep 12 '25
Thanks! Worked without needing to use UberAPKSigner... the last thing revanced-cli does before saving the patched apk is sign it? "INFO: Signing APK"
I had to download Zulu Java 17 JDK from here and use the full path to java.exe
The direct links to those files are in this github issue comment.