-
Notifications
You must be signed in to change notification settings - Fork 7
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
Install multiple packages with same name #42
Comments
This isn't possible due to the OS that the Quest Systems run, which is Android. On Android, each app has a unique package name that identifies it. When two packages have the exact same package name, Android sees them as the same app. This means you can’t install both separately, one will always overwrite the other or just straight up fail to install. |
@frxctura you're totally right, also Android always see the app signature fingerprint and version code, Android uses this to info to decide if the package will be replaced or trigger a install error. But, the feature witch @rKsanu2MMYvypWePtQWM is a existing feature that automatically unzip an APK and change de package name, this way you can install to version of the "same" app. Like @rKsanu2MMYvypWePtQWM said, it is used a lot on Beat Saber to have a official version and a modded version installed side-by-side. But @rKsanu2MMYvypWePtQWM, is not that simple and most applications ends up crashing on initialization. |
What I am asking for is not some new concept, but a feature parity with Windows Rookie sideloader, which allows this (and is required for things like explicit music enabling in beat saber). |
Rookie does not install multiple packages on your headset, what you may be talking about is a release that seems like its the entire game again, but contains an install.txt, which Rookie runs as custom instructions, therefore doing custom steps to sideload.
Other than that, Rookie doesn't allow installing the same game multiple times, it won't automatically rename packages to allow for it. |
oh, I'm sorry, didn't realize how it actually works. But this was what I meant - support for it would be very useful! |
i will close ir for now, if someone needs again, fell free to re-open it |
Certain packages (like beat saber) have addon packages like "explicit content unlocker" which has the same app name (because it changes the original package contents). However currently all such packages show up as "installed" and cannot be force installed.
The text was updated successfully, but these errors were encountered: