-
Notifications
You must be signed in to change notification settings - Fork 177
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
Add shitty Signature V2 hack. #70
base: main
Are you sure you want to change the base?
Conversation
eebssk1
commented
Nov 4, 2022
- Tested only on AOSP 11
what is it for and how to test it? I have to make sure it works for other Android versions. |
It's for allow installation of V2 verify only content modified apk Try install patched google play from lucky patcher(works for me,no longer require deduct to V1) or anything similar. This is really shitty copy-modify hack for android 11 so it may not work on other android version.Maybe we should add a version check for this. |
Now It only use our response if no problem is throw(normally occurs if target android version not support inbuilt solution) |
Tested on android 13 recently, works without problems. |
|
|
Unfortunely it didn't work either on my phone. =( |