AutoNFC icon indicating copy to clipboard operation
AutoNFC copied to clipboard

v1.5 crash on miui12

Open buffcow opened this issue 1 year ago • 5 comments

miui12,when opening NFC , it crash. this is the log:

java.lang.NoClassDefFoundError: Can't find this Class in [dalvik.system.PathClassLoader[DexPathList[[zip file "/system/app/TSMClient/TSMClient.apk"],nativeLibraryDirectories=[/system/app/TSMClient/lib/arm64, /system/app/TSMClient/TSMClient.apk!/lib/arm64-v8a, /system/lib64, /product/lib64, /system/priv-app/RtMiCloudSDK/RtMiCloudSDK.apk!/lib/arm64-v8a, /system/lib64, /product/lib64]]]]:
                                -> name:[com.miui.tsmclient.entity.CTAHelper]
Generated by YukiHookAPI#ReflectionTool
	at q.a.c(Unknown Source:184)
	at q.a.e(Unknown Source:137)
	at s.b.d(Unknown Source:17)
	at a.a.d(Unknown Source:61)
	at j0.a.o(Unknown Source:8)
	at v0.y.u(Unknown Source:48)
	at v0.f.n(Unknown Source:139)
	at v0.f.v(Unknown Source:90)
	at v0.f.c(Unknown Source:21)
	at w0.c.run(Unknown Source:6)
	at android.os.Handler.handleCallback(Unknown Source:2)
	at android.os.Handler.dispatchMessage(Unknown Source:4)
	at android.os.Looper.loop(Unknown Source:242)
	at android.app.ActivityThread.main(Unknown Source:101)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
	at com.android.internal.os.ZygoteInit.main(Unknown Source:275)
	Suppressed: v0.c0: [b1{Cancelling}@dc1d6a9, Dispatchers.Main]

buffcow avatar May 19 '23 08:05 buffcow