-
Notifications
You must be signed in to change notification settings - Fork 25
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 - apps list is empty (unless source is original revanced repos) #1331
Comments
Since my patch only supports three apps, there is no need to load a list of all the apps it supports. The documentation also recommends importing the APK from local storage. So I have no plans to fix |
What about root installs? |
Even in a ROOT environment, you just need to locally get the APK of the same version as the app installed on your device. Because this screen is still displayed Selecting an app from the list of installed apps takes slightly longer to patch, so I recommend pulling the APK locally |
Im not sure I understand what you mean when you say "locally" Are you saying that as long as the installed app on your device is the same version as the one selected from storage you will be able to do a root install? So if you want to do a root install of YTM 6.17.52, you would install the YTM 6.17.52 apk, then open the manager and select a 6.17.52 apk from storage and then patch. And then when patching is complete the root install option will work
But the current version (on that screen) is the version that is selected, whether it was selected from the apps list or from storage. |
This means pressing the ‘Storage’ button to select the APK downloaded from APKMirror. If the user selects an incorrect version of the APK, this will appear: (Current version and Suggested version do not match) This is what my documentation says:
|
I had already tried it in the past and it never worked. It doesn't work now with latest versions either...
|
exclude MicroG support patch |
I always excluded it for root installation. It was excluded in the screenshots above. But it does nothing since the problem is RvX Manager refuses to install it as root at the end of patching. edit: in fact the when "MicroG support" patch is excluded Manager will refuse to install it as non root AND as root both at the same time |
Same issue here. Patched APK also refuses to install as root. |
I am not using RVX Manager as my main tool, and I am not good at handling flutter, so when I first released RVX Manager, I declared that I would not fix any issues that users encounter. But @oop7, thanks to you for providing very specific steps to reproduce the error, I was able to fix this issue. #1357 (comment) Fixed in RVX Manager v1.9.7 |
@inotia00, do you plan on changing step 5 in the RVX Manager doc that rooted installers should pick the YT application instead of from storage? |
Has selecting from storage ever worked with root installation? That being said I can confirm 1.9.7 is working as expected for me. Thank You for fixing this. |
Wiki needs to be updated |
Type
Other
Tools used
ReVanced Manager
Application
RvX Manager v1.9.5
Bug description
No apps appear on apps list selection in Patcher section.
This forces user to select .apk from storage, preventing use of root installation when patching is finished
Steps to reproduce
Relevant log output
Screenshots or videos
Solution
[troublesome workaround]
Additional context
API url is set to
api.revanced.app/
There is a similar bug opened at Revanced Manager. I'm not sure if it will reach proper conclusion since it "works right" when original revanced repos are selected.
Device Environment
OnePlus 8T Android 11 (not releavant it)
Acknowledgements
The text was updated successfully, but these errors were encountered: