Skip to content
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

Some Android 11+ devices are experiencing issues after the August security patch update #12

Open
NoName1510 opened this issue Sep 5, 2024 · 9 comments

Comments

@NoName1510
Copy link

NoName1510 commented Sep 5, 2024

Device Manufacturer: INFINIX MOBILITY LIMITED
Device Model
: Infinix X6815B
Android Version : 12
Android SDK
: 31
App VersionName 2.0
App VersionCode :2
**** Crash Head
java.lang.UnsatisfiedLinkError: JNL_ERR returned from JNI OnLoad in "/data/app/~~jhVSK5B6s5FcdaJfQErhgQ==/
com.testCode-TbZh6_46qnRiCdzEml-YAQ==/lib/arm64/
libaliuhook.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1081) at java.lang.Runtime.loadLibrary0(Runtime.java:1003) at java.lang.System.loadLibrary(System.java:1765) at npdcc0.hidden.Hidden0.special_clinit_17_20(Native Method)
at de.roby.android.xposed.XposedBridge.<clinit>(Unknown Source:7)
at
de.robv.android.xposed.XposedHelpers.findAndHookMetho
d(Native Method)
at com.testCode.MainActivity$100000001.onClick(Native Method)
at android.view.View.performClick(View.java:7460)
at android.view.View.performClickInternal(View.java:7433) at android.view.View.access$3700(View.java:840)
at android.view.View$PerformClick.run(View.java:28894) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:241) at android.os.Looper.loop(Looper.java:342)
at
android.app.ActivityThread.main(ActivityThread.java:8118)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.r
un(RuntimeInit.java:583)
at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:104
@rushiiMachine
Copy link
Member

please provide a full unfiltered logcat

@NoName1510
Copy link
Author

What do I use to provide error log details, is logfox ok?

@rushiiMachine
Copy link
Member

adb logcat -d > log.txt also works

@NoName1510
Copy link
Author

log.txt
This Here is the log of another device with the same error

@Vendicated
Copy link
Member

from your log, it's because lsplant fails to initialise

09-06 08:26:44.031 10956 10956 E LSPlant : Hook Fails: _ZN3art11ClassLinker30ShouldUseInterpreterEntrypointEPNS_9ArtMethodEPKv
09-06 08:26:44.042 10956 10956 E LSPlant : Hook Fails: _ZN3art3jit12JitCodeCache19GarbageCollectCacheEPNS_6ThreadE
09-06 08:26:44.042 10956 10956 E LSPlant : Failed to init jit code cache
09-06 08:26:44.042 10956 10956 E AliuHook: lsplant init failed

could you try latest lsplant directly and see if it also happens there? just try running their tests

@NoName1510
Copy link
Author

Do you have apk available for testing, I don't have laptop to build now until 2 weeks later

@Juby210
Copy link
Member

Juby210 commented Sep 6, 2024

Aren't you just using Aliuhook before this commit? 86ec4a0
The commit updated lsplant version to fix some compatibility issues. I attached example apk so you can test (it is in the zip).
example-release.zip

@NoName1510
Copy link
Author

NoName1510 commented Sep 6, 2024

Yes I use the latest update(Got an error so updated and still got the error), the only difference is that I use lsplant-standalone and edit the gadget to build without libc++_shared.so

@HuynhNgoc2709
Copy link

Same error and what I changed here:

implementation("org.lsposed.lsplant:lsplant-standalone:+")

arguments += "-DANDROID_STL=c++_static"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants