Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: RVX Manager patch failing to apply #950

Closed
7 tasks done
Ale2077 opened this issue Jan 24, 2025 · 11 comments
Closed
7 tasks done

bug: RVX Manager patch failing to apply #950

Ale2077 opened this issue Jan 24, 2025 · 11 comments
Labels
Bug report Something isn't working

Comments

@Ale2077
Copy link

Ale2077 commented Jan 24, 2025

Type

Error while patching

Tools used

RVX Manager

Application

ReVanced Extended

Bug description

bug: Hello, the version. v3.3.0-dev.3 It is not installing at least RVX Manager .

Error logs

Solution

No response

Additional context

No response

Device Environment

No response

Acknowledgements

  • This issue does not reproduce on unpatched apps.
  • This issue is not a duplicate of an existing bug report.
  • I did not use any settings marked as Experimental Flags.
  • I have patched the APK according to the documentation.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
  • I have written the title and contents in English.
@Ale2077 Ale2077 added the Bug report Something isn't working label Jan 24, 2025
@anddea
Copy link
Owner

anddea commented Jan 24, 2025

Not enough details. Gotta be some issues on your side, because I cannot reproduce this issue. Can you provide more details? What app version you tried patching? What is the error in RVX Manager? Any logs?

@anddea anddea closed this as completed Jan 24, 2025
@Ale2077
Copy link
Author

Ale2077 commented Jan 24, 2025

Image
Image
Image
Image

@Ale2077
Copy link
Author

Ale2077 commented Jan 24, 2025

the Apk pached is not to install, corrupted tip The previous versions had no problems. Thank you!

@anddea anddea changed the title Bug. version. v3.3.0-dev.3 bug: RVX Manager patch failing to apply Jan 24, 2025
@anddea
Copy link
Owner

anddea commented Jan 24, 2025

Wait for the fix, there's a known issue.

The package conflict happens because previously you had different signature, but the same package name.

@Ale2077
Copy link
Author

Ale2077 commented Jan 24, 2025

I've tried everything, change the name of the package, uninstall everything. in the new version 3,3 of the same problem. That ate at 3,3:1, Dev 1.

@anddea
Copy link
Owner

anddea commented Jan 25, 2025

This issue is hard to reproduce on our end. You can read the link I attached on my previous reply for more details.

@anddea anddea reopened this Jan 25, 2025
@Charu-Mahbub
Copy link

Charu-Mahbub commented Jan 27, 2025

Can not change the default icon. patching successfully but default icon is not changing. Can I use option file? If so, how to use in patches-3.3.0.rvp?

@echo off
cd %~dp0

java -jar revanced-cli-5.0.0-all.jar patch -p=G:/RevancedMods/anddeaRevancedPatch/patches-3.3.0.rvp -e "Custom branding icon for YouTube" -e "Custom branding name for YouTube" -e "MaterialYou" -e "Custom header for YouTube" -e "Change version code" -e "GmsCore support" -e "Hide shortcuts" -e "Hide Shorts dimming" -e "Hide overlay filter" -e "Hide player overlay filter" -e "Disable music video in album" -e "Spoof client" -o=G:/RevancedMods/anddeaRevancedPatch/YouTube_19.16.39_anddea_patched.apk G:/RevancedMods/anddeaRevancedPatch/YouTube_19.16.39.apk -O appIcon="revancify_red"

@echo #
@echo #

pause

@anddea
Copy link
Owner

anddea commented Jan 30, 2025

@Charu-Mahbub

-e "Custom branding icon for YouTube" -OappIcon="revancify_red"

You can find more details in CLI Docs > Usage.

@Charu-Mahbub
Copy link

Charu-Mahbub commented Jan 30, 2025

@Charu-Mahbub

-e "Custom branding icon for YouTube" -OappIcon="revancify_red"
You can find more details in CLI Docs > Usage.

Thanks. I have already solved it.

@echo off
cd %~dp0
@echo .
@echo #####################################
@echo # **** Anddea Patching Started **** #
@echo #####################################
@echo .
REM Execute the revanced-cli patch command
powershell -Command "java -jar G:/RevancedMods/anddeaRevancedPatch/revanced-cli-5.0.0-all.jar patch -p=G:/RevancedMods/anddeaRevancedPatch/patches-3.3.0.rvp --enable 'Custom branding icon for YouTube' --options=appIcon='revancify_red' --enable 'Custom branding name for YouTube' --options=appName='YouTube+' --enable 'MaterialYou' --enable 'Custom header for YouTube' --enable 'Change version code' --enable 'GmsCore support' --enable 'Hide shortcuts' --enable 'Hide Shorts dimming' --enable 'Force hide player buttons background' --enable 'Return YouTube Username' --enable 'Settings for YouTube' --options=settingsLabel='Anddea Settings' --purge -o=G:/RevancedMods/anddeaRevancedPatch/YouTube_19.16.39_anddea_patched.apk G:/RevancedMods/anddeaRevancedPatch/YouTube_19.16.39.apk | tee anddea_patch_logs.txt"

REM Check the exit code of the previous command
if %errorlevel% equ 0 (
@echo .
@echo ##################################
@echo # **** Successfully Patched **** #
@echo ##################################
@echo .
) else (
@echo .
@echo #############################
@echo # **** Failed to Patch **** #
@echo #############################
@echo .
)
pause

@Ale2077
Copy link
Author

Ale2077 commented Jan 30, 2025

In the new version of in00tia ele He got the problem done.

@anddea anddea closed this as completed Jan 30, 2025
@Ale2077
Copy link
Author

Ale2077 commented Jan 31, 2025

Version 3.4 dev 1, problem solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants