Crash clicking on the LSPosed drop-down activity after install #463
-
|
Device: Pixel 9 Pro with latest patches from Google (Android 16 with Magisk v29.0). As I said in the title, after I install LSPosed and click the action menu drop-down, LSPosed crashes immediately (I think the Android Shell/System APK is crashing actually). This is not my first time installing LSPosed, and it has always (mostly) worked fine until now. I've looked all over the net trying to find a solution, I've even extracted everything from the module and installed just the manager.apk file. That gets me into LSPosed itself, but it says LSPosed is not installed, so I'm back to square one. I have log files that I recorded during a crash that I'll post here. It's easy to see in the logs something is wrong, but I'm not familiar enough with the code to make sense of all the memory addresses it records. Thanks if you can offer any help. If you need more information than I provided, let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Any update as to if it got fixed or switched? |
Beta Was this translation helpful? Give feedback.
-
|
@adbhdev Are you using the latest CI build? |
Beta Was this translation helpful? Give feedback.
-
|
@JingMatrix I believe I am experiencing the same issue. This is what happens when I click "Action" (seems to crash)
I have a Pixel 9 Pro as well. Here is my build info: BP4A.251205.006
As I believe @adbhdev indicated, I am using the latest public build from the releases page. I tried to get the CI, but under Actions I only see Dependabot/Crowdin workflows and no Android CI or artifacts. |
Beta Was this translation helpful? Give feedback.
-
|
You need to filter out the latest successful build from the master branch. For example, please try this one: https://github.com/JingMatrix/LSPosed/actions/runs/19946718397 |
Beta Was this translation helpful? Give feedback.


You need to filter out the latest successful build from the master branch.
Indeed, such a filter url: https://github.com/JingMatrix/LSPosed/actions/workflows/core.yml?query=is%3Asuccess is given in the REAMDE. When you click on it, it show you the latest build to use.
For example, please try this one: https://github.com/JingMatrix/LSPosed/actions/runs/19946718397