client icon indicating copy to clipboard operation
client copied to clipboard

Allow installing apps built for old api's by using `--bypass-low-target-sdk-block` when installer set to Shizuku

Open soredake opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Right now on android 14 and later apks built for android 5 and earlier version can be only installed with adb using --bypass-low-target-sdk-block option.

Describe the solution you'd like Using --bypass-low-target-sdk-block when installer set to Shizuku.

Describe alternatives you've considered Installing such apks manually with adb, which i want to avoid.

Additional context https://github.com/NeoApplications/Neo-Store/commit/32fc4ce4ddb937b2482cfad43fd83db01b1fda64 https://github.com/zacharee/InstallWithOptions

soredake avatar Jun 08 '24 19:06 soredake

--bypass-low-target-sdk-block should also be used (optionally?) when root is chosen for installation. as for now it downloads the app, tries to install it but simply does not succeed without any indication of what went wrong... hence the user can only guess what's the issue.

DJCrashdummy avatar Jul 06 '24 11:07 DJCrashdummy

although this issue is IMHO much more important, it seems to me somehow related to #723.

DJCrashdummy avatar Jul 06 '24 11:07 DJCrashdummy