-
Notifications
You must be signed in to change notification settings - Fork 68
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
CorePatch not fully functional on some devices #32
Comments
By the way, if you try the version in GitHub Release, will CorePatch fully function? |
Disabling the apk signature verification function using the release version also does not take effect |
@Keeperorowner Are you sure? I meant the version donwloaded from https://github.com/JingMatrix/LSPosed/releases/tag/v1.10.0 |
I misunderstood what you meant earlier, but I have just tested with your Release version and found that the problem still exists and applications with different signatures still cannot override the installation😭😭 |
Do you still need me to provide a log |
That shouldn't be, beacuse this version is basically the same with most popular forks. It was a relase version, so logs are less information. But anyway, please upload one (who knows ?). |
LSPosed_2024-09-16T09_34_30.346585.zip |
I just used my Android 9 virtual machine to test, using Alpha mask, previously using the official version of lsposed, the core path is working, just now I installed your release version of lsposed, found that the core path function is also not working |
Here's a copy of the virtual machine, Android 9 log |
Aha, this time the log is relevant and tells where the problem is. Interesting. |
Your OnePlus device is Android 14, but in the logs of
It is reported by Magisk that you are using Android 9 (Device API level: 28), which causes the failure of CorePatch. Please update your Magisk or disable some related modules that "change" the API level. |
This appears to be the content of my virtual machine log, and I can't seem to change the built-in magisk version of the virtual machine |
And the core path should be adapted to Android 9 to Android 15, it should not fail🤔 |
Then please upload the log from your devices with the GitHub Release version. I don't think that your virtual machine could prentend to be a OnePlus/PJE110. |
Then you can take a look at my real machine log |
I just submitted the issue under the core path and asked them to check the problem as well,Maybe it's a compatibility issue with the module itself |
This is the related part of CorePatch crash:
Please use the debug version of CorePatch and upload logs again. |
Same issue here, on android 13. Tried with magisk alpha, kitsune mask, the original magisk latest stable release. Corepatch works fine with lposedmod 1.9.3. I'll try to post a log later. |
There are other people who have the same problem as me and also upload a log using the debug version |
Could you please try the latest build: https://github.com/JingMatrix/LSPosed/actions/runs/10888090132 ? In case this isn't fixed, please upload logs, thanks. |
It doesn't seem to work.Attach the log |
@Keeperorowner Could you please also try the release build of CI? |
Update: So I tried the release build for lposed from the link you provided (7096) and that made downgrading applications possible with the release build of core patch. However, installing applications with different signatures, or applications with no signatures weren't possible. (both possible with lposed mod, but disable digest verify has to be enabled still for it to be possible to install applications with no signatures) Enabling "Disable digest Verify" in Core Patch settings made it possible to install applications with no signatures, but installing apps with different signatures is still not possible even with any combination of the settings toggled in core patch (also tried enabling all the settings on it) Here's the log with all the settings enabled in core patch. (nothing except for disable digest verify seemed to do anything though) |
After that, I tried the Debug build from the link you provided (7096), and same issue. The logs looked a little bit different though, but I don't know what that means. No idea if this would help but here's the file. |
Using the release version, the problem still exists, you look at the log |
I see an increasing number of people reporting this bug in the CorePatch Telegram, me included. Do you have any idea what would be causing a specific module not to work on your fork if your fork is based on the original Lsposed which reportedly this module works fine with? |
CorePatch always works well with JingMatrix/LSPosed on my device (Android 15) after my pull-request LSPosed/CorePatch#115 is merged, so I was ignorant of this issue. After some relevant logs are uploaded, I figured out the problem was related to my changes of the apache module From partial test results, it already worked for Android 9, 12 and 13 devices. |
I cannot install packages with different signatures currently - I see nothing in logs that would help debug this at all, there are no errors from CorePatch. |
Sorry, I made a mistake regarding the git commits. Some changed wasn't uploaded (due to some rebase error I guess). |
Still can't install apps with different signatures on the build you linked (7096) I tried the release version btw. |
@happypotter321 Your log was not uploaded sucessfully. Could you please upload it again? You may need to wait it a bit when you attach logs while editing your comments. |
Done (edited the comment and re-uploaded the file) sorry about that, didn't know it was a thing. |
@happypotter321 Could you please record logs while you failed to install apps with different signature ?
And then upload full.log file. |
For privacy reasons, I decided to delete the entries before what can be seen here. This is the part from where the package manager seemed to have initiated and stuff (although at the top I guess it's just google play protect, I mean I disabled it so, but I included it just in case cause I'm not sure), after that nothing was edited. I hope that's okay, if not I can try to change some stuff on my device later and upload an unedited log. But yeah the stuff before seemed to be unrelated. Somewhere around line 43 is where it happened I think. Edit: didn't realize lposed log archive already contained a "full.log" oof. |
I have added more logs to CorePatch. Please install the debug version from here: https://github.com/JingMatrix/CorePatch/actions/runs/10944123171 For the settings of CorePatch, please only enable If CorePatch didn't work as expected, please attach your logs. |
So I did those just now, and the results were the same unfortunately. |
@happypotter321 Sorry, I made a mistake about the instruction. I wanted to say that please enable only the |
No worries, thanks for still trying to sort it out. Same thing happened with just that setting enabled, and I rebooted before testing, here's the log. |
@happypotter321 I have found a bit clue in your last logs. Please use the debug version of LSPosed from the latest CI and upload logs after CorePatch failed so that I may find more details. |
LSPosed_2024-09-20T03_39_20.382240.zip This, right? Edit: Nevermind, I used the one before the latest above. This one is the latest, but I'll include both just in case. I need to sleep. |
@happypotter321 Thank you again for your participating. This is really a difficult issue. |
No problem. Well I couldn't download the debug versions of lposed mod, or the original lposed from github, but I managed to find a debug build of the original lposed (I think) on telegram, and it was possible to install apps with different signatures with only "disable compare signatures" enabled in core patch using that lposed version. Lposed mod worked too, the release build on github, but so far this was the only debug version I could download. Here's the log |
Very good, the latest version of ci construction, my device can use Corepath normally, thank you |
@Nimpip That latest is still working in progress. How about this one? |
I installed this version before, Corepath disable signature does not take effect,It should be the last few commits that have fixed the problem |
This comment was marked as outdated.
This comment was marked as outdated.
This version, the one you build locally works for me too: this one also doesn't work on me: I'm on Taoyao Evo X, Android 14.. build by dkpost3. |
Which build should I install to test? It seems Actions is just spitting out same 7096 build over and over. |
Steps to reproduce/复现步骤
Install CorePatch, enable functions, restart, and install applications with different signatures
Expected behaviour/预期行为
Disabling the apk signature verification function takes effect
Actual behaviour/实际行为
Disable The apk signature verification function is disabled
Xposed Module List/Xposed 模块列表
Magisk Module List/Magisk 模块列表
LSPosed version/LSPosed 版本
1.10.0
Android version/Android 版本
14
Magisk version/Magisk 版本
Apatch
Riru version/Riru 版本
N/A
Version requirement/版本要求
Logs/日志
All modules use the debug version, but there are no useful logs either,If anyone else has this bug, please post your log,I can basically confirm that it is the problem of this lsposed framework, because I will not have this problem when I use the official version and other modified versions.Maybe it's because I'm using the Apatch instead of magisk
The text was updated successfully, but these errors were encountered: