aidlearning / AidLearning-FrameWork

🔥🔥🔥AidLearning is a powerful AIOT development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports CPU+GPU+NPU for inference with high performance acceleration...Linux on Android or HarmonyOS
https://docs.aidlux.com
Other
5.57k stars 706 forks source link

force close in android 13 #229

Closed kyzsuukii closed 1 year ago

kyzsuukii commented 1 year ago

i have issue same with #224

Screenshot_20230910-140105_LogFox.png

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/lavender/lavender:13/TQ2A.230505.002.A1/1828:userdebug/release-keys'
Revision: '0'
ABI: 'arm64'
Timestamp: 2023-09-10 14:00:53.072757575+0800
Process uptime: 2s
Cmdline: com.aidlux
pid: 7431, tid: 7508, name: com.aidlux  >>> com.aidlux <<<
uid: 10361
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x00000000000007a0
Cause: null pointer dereference
    x0  0000000000000000  x1  0000007cd1b0f116  x2  0000000000000000  x3  0000000000000000
    x4  0000007cd0859cc0  x5  0000007de390612c  x6  0000007cd0859cb0  x7  00000000acd979ce
    x8  00000000b6a287f2  x9  00000000000007a0  x10 00000000b6a287f2  x11 00000000000007a0
    x12 0000000000000000  x13 0000000000004100  x14 fffffffffc000000  x15 0000000000000000
    x16 0000007de3917d10  x17 0000007de3899a60  x18 0000007cd097c000  x19 0000007cd1b3bd58
    x20 0000007cd1b3b558  x21 0000000000000045  x22 0000007cd1a56000  x23 0000000000001d07
    x24 0000007cd1a55cb0  x25 0000007cd1a55cb0  x26 0000007cd1a55ff8  x27 00000000000fc000
    x28 00000000000fe000  x29 0000007cd1a55c10
    lr  0000000000000000  sp  0000000000000000  pc  00000000000007a0  pst 0000000000000000
backtrace:
      #00 pc 00000000000007a0  <unknown>
      #01 pc 0000000000000000  <unknown>
tangzeyu7 commented 1 year ago

Is the device rooted?

kyzsuukii commented 1 year ago

Is the device rooted?

yes is rooted

tangzeyu7 commented 1 year ago

Is the device rooted?

yes is rooted

AidLux 1.4.0 is no longer supported on rooted devices.

kyzsuukii commented 1 year ago

Is the device rooted?

yes is rooted

AidLux 1.4.0 is no longer supported on rooted devices.

any alternative??

M1saka10010 commented 1 year ago

Is the device rooted?

yes is rooted

AidLux 1.4.0 is no longer supported on rooted devices.

Why?

tangzeyu7 commented 1 year ago

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

Is the device rooted?

yes is rooted

AidLux 1.4.0 is no longer supported on rooted devices.

Why?

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

kyzsuukii commented 1 year ago

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

Is the device rooted?

yes is rooted

AidLux 1.4.0 is no longer supported on rooted devices.

Why?

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

what about hidden root like using shamiko its will work??

tangzeyu7 commented 1 year ago

It won't work. Even if it's hidden, it'll be detected.

kyzsuukii commented 1 year ago

It won't work. Even if it's hidden, it'll be detected.

i see. i will switch to kernelSU now

M1saka10010 commented 1 year ago

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

Is the device rooted?

yes is rooted

AidLux 1.4.0 is no longer supported on rooted devices.

Why?

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

what about hidden root like using shamiko its will work??

In my case open zygisk and exclude Aidlux can work

kyzsuukii commented 1 year ago

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

Is the device rooted?

yes is rooted

AidLux 1.4.0 is no longer supported on rooted devices.

Why?

In order to avoid additional security problems, AidLux is root-proofed by its security hardening service provider.

what about hidden root like using shamiko its will work??

In my case open zygisk and exclude Aidlux can work

thanks, i will try

tangzeyu7 commented 1 year ago

In my case open zygisk and exclude Aidlux can work

Good, you can use it! Can you tell me the version of AidLux you are using? When 1.4.0 was first released, it was tested that versions before 1.4.0 could be used with zygisk to hide the root, but since 1.4.0 it doesn't work anymore.

M1saka10010 commented 1 year ago

In my case open zygisk and exclude Aidlux can work

Good, you can use it! Can you tell me the version of AidLux you are using? When 1.4.0 was first released, it was tested that versions before 1.4.0 could be used with zygisk to hide the root, but since 1.4.0 it doesn't work anymore.

1.4.0

tangzeyu7 commented 1 year ago

1.4.0

Well, that may have been improved with the zygisk update. That's good.

kyzsuukii commented 1 year ago

Screenshot_20230920-113915_AidLux.png

well shamiko working fine to hidden root

tangzeyu7 commented 1 year ago

well shamiko working fine to hidden root

Great!