decipher3114 / Revancify

The only revancify
Apache License 2.0
722 stars 52 forks source link

Package Installer Never Opens #53

Closed pressRtowin closed 4 months ago

pressRtowin commented 4 months ago

When trying to install a patched app, the package installer never opens. The apk file is successfully moved to the /revancify directory in internal storage, but then revancify immediately moves onto the next screen as if the app as been installed, without the package installer ever opening and giving me the option to install. All necessary permissions are granted as far as I'm aware.

Android 14 & Termux monet

decipher3114 commented 4 months ago

Device specific issue. Revancify isn't responsible for this behaviour. It just executes a command to launch the installer, if it doesn't launches then it is termux issue.

pressRtowin commented 3 months ago

Device specific issue. Revancify isn't responsible for this behaviour. It just executes a command to launch the installer, if it doesn't launches then it is termux issue.

Thanks, you were right. In case anyone else experiencing this finds this, just run a pkg update & pkg upgrade in termux. Looks like the update to Android 14 caused some kind of incompatibility with an older version of a package within termux and updating it fixed it.