zacharee / InstallWithOptions

Simple-ish app using Shizuku to install APKs on-device with advanced options
MIT License
1.02k stars 46 forks source link

Signature error? #24

Closed HyperFire16 closed 6 months ago

HyperFire16 commented 7 months ago

I do apologise in advance, but I'm not experts in this stuff. So it'd be much appreciated if anyone could explain what's wrong here. Screenshot_20240416-193019

drogga commented 7 months ago

@HyperFire16 It complains that the package is not signed with Scheme v2 or at all. You can easily see the signature schemes with MT Manager and even resign with v1+v2+v3, but keep in mind that there might be a protection, so the app might crash because of this. There's no attribute/flag/param/command that can bypass this as far as I'm aware. This is yet another limitation/restriction BS in modern android vers., along with the targetSdkVersion and architecture (app needing to have arm64-v8a natives, if it uses any).

drogga commented 7 months ago

BTW, is this something you've built (looking at the package name: com.open.source) ?

HyperFire16 commented 7 months ago

No it's a modified version of counter strike portable.

Thanks for the info though. :)