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

problem: listing patches requires input apk again #87

Closed
l4v3nx opened this issue Jul 10, 2022 · 8 comments
Closed

problem: listing patches requires input apk again #87

l4v3nx opened this issue Jul 10, 2022 · 8 comments
Assignees
Labels
Bug report Something isn't working

Comments

@l4v3nx
Copy link

l4v3nx commented Jul 10, 2022

🐞 Issue

i wanna look at the changes in patches file (to include/exclude new patches), but cli gives me an error Error: Missing required argument(s): --apk=

βš™ Reproduce

i use revanced aur package. command: revanced-cli (just alias to java -jar /usr/share/revanced/revanced-cli.jar) -b /usr/share/revanced/revanced-patches.jar -l

πŸ›  Solution

selecting vanilla youtube input apk is the solution

⚠ Additional context

@l4v3nx l4v3nx added the Bug report Something isn't working label Jul 10, 2022
@TheJeterLP
Copy link
Contributor

Wrong usage. -a youtube.apk is missing.

@bogadana
Copy link
Contributor

this is definitely a regression

@l4v3nx
Copy link
Author

l4v3nx commented Jul 10, 2022

but i could list patches without youtube.apk before

@bogadana
Copy link
Contributor

introduced here 131100e

@oSumAtrIX oSumAtrIX reopened this Jul 10, 2022
@TheJeterLP TheJeterLP removed their assignment Jul 10, 2022
@l4v3nx
Copy link
Author

l4v3nx commented Jul 10, 2022

@Itroublve also --uninstall argument need input apk. why program have to use file on pc to uninstall youtube on phone? i don't think it should work this way

@shrihankp
Copy link

Just to add my findings here that no one would care: The -a flag for the listing apparently will not care what you're passing, so something like java -jar CLI.jar -a NeverGonnaGiveYouUp -b Patches.jar -l still works...

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

7 participants
@TheJeterLP @oSumAtrIX @Sculas @bogadana @shrihankp @l4v3nx and others