-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
feat: When trying to patch a bundled/split apk the manager should refuse to patch with a message #273
Comments
Split apks do work but only for root. And we can not add apkmirror as source as it's third party. |
Just an after thought inspired by this issue but, can we add a button with a customizable url to open next to each apps' update available panel? Or something? |
What about making it so that the app mentions split apk's require root to patch and have it stop patching with an error saying "root not detected - split apk unable to be patched. Verify you have a non-bundled apk to patch with non-root" |
I second this. Actually many people got confused when they patched over bundled APK but they force quit upon launch. That's a very odd UX because they won't directly learn which step is wrong before consulting at GitHub or discord. Btw, I got insulted when bring up and discussing this suggestion at discord. |
Yupp already working on redoing dialog. |
Thing is we check root when they click on install as root. This helps to mount only individual apps while non root for others. |
Yea after they spent several minutes patching the apk lol. |
There is no other way though. We can't have a universal settings toggle because you would have to change settings for every app. |
Hm actually what if there's a change where the root check is done when enabling an option in settings called "Use root access" and if the option isn't checked the install with root option is hidden after patch completed and a message is shown saying "Root access is required to patch bundled apk files. Download another apk file that is not bundled" |
Please give some love to this issue :)) I ignored the warning prompt, my apps started crashing... but turns out it should've been a strict error prompt for nonroot. |
Isn't this achieved with #973 ? |
Type
Functionality
Manager Branch
Flutter
Issue
Bundle apk files don't work. I confirmed through testing and found the notice isn't helpful and should be reworked.
Feature
The manager should deny patching the apk with a message saying: "Bundle APK's are not supported. Make sure the apk you download is not a bundle. apkmirror.com is a good source of apk files and clearly states if the file you download is a bundle or not"
Motivation
It clears up confusion i've noticed on reddit especially. Someone on r/revancedapp asked me how to find the correct apk.
Additional context
No response
The text was updated successfully, but these errors were encountered: