Infinitive Reboot #23

Closed
opened 2024-04-18 09:07:16 +02:00 by bogdanspbm · 1 comment

Hello, thank you for your contribution into android developing.

I encountered a problem with infinitively falling into BIOS with crash, after enabling ESIM.
If ESIM is disabled, crashes stop.

adb returned me next crash log:

04-18 09:38:33.601  2246  3536 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1
04-18 09:38:33.601  2246  3536 E AndroidRuntime: Process: com.shannon.imsservice, PID: 2246
04-18 09:38:33.601  2246  3536 E AndroidRuntime: java.lang.RuntimeException: failed to set system property (check logcat for reason)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at android.os.SystemProperties.native_set(Native Method)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at android.os.SystemProperties.set(SystemProperties.java:235)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at com.shannon.imsservice.ut.ImsUt.setCallWaitingSyncProperty(ImsUt.java:1358)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at com.shannon.imsservice.ut.ImsUt.refreshCallWaiting(ImsUt.java:1207)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at com.shannon.imsservice.ut.ImsUt.lambda$refreshCallWaitingAsync$27(ImsUt.java:1120)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at com.shannon.imsservice.ut.ImsUt.$r8$lambda$V3-4-1Ak7OCWx7C1l3QhRu_06mA(ImsUt.java:0)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at com.shannon.imsservice.ut.ImsUt$$ExternalSyntheticLambda15.run(R8$$SyntheticClass:0)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-18 09:38:33.601  2246  3536 E AndroidRuntime:  at java.lang.Thread.run(Thread.java:1012)

Have you met this problem, and do you have some advice how to solve it?

Hello, thank you for your contribution into android developing. I encountered a problem with infinitively falling into BIOS with crash, after enabling ESIM. If ESIM is disabled, crashes stop. **adb** returned me next crash log: ``` 04-18 09:38:33.601 2246 3536 E AndroidRuntime: FATAL EXCEPTION: pool-19-thread-1 04-18 09:38:33.601 2246 3536 E AndroidRuntime: Process: com.shannon.imsservice, PID: 2246 04-18 09:38:33.601 2246 3536 E AndroidRuntime: java.lang.RuntimeException: failed to set system property (check logcat for reason) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at android.os.SystemProperties.native_set(Native Method) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at android.os.SystemProperties.set(SystemProperties.java:235) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at com.shannon.imsservice.ut.ImsUt.setCallWaitingSyncProperty(ImsUt.java:1358) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at com.shannon.imsservice.ut.ImsUt.refreshCallWaiting(ImsUt.java:1207) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at com.shannon.imsservice.ut.ImsUt.lambda$refreshCallWaitingAsync$27(ImsUt.java:1120) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at com.shannon.imsservice.ut.ImsUt.$r8$lambda$V3-4-1Ak7OCWx7C1l3QhRu_06mA(ImsUt.java:0) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at com.shannon.imsservice.ut.ImsUt$$ExternalSyntheticLambda15.run(R8$$SyntheticClass:0) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) 04-18 09:38:33.601 2246 3536 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1012) ``` Have you met this problem, and do you have some advice how to solve it?
Author

Okey, it's a problem of AOSP 14 for any enabled SIM

Okey, it's a problem of AOSP 14 for any enabled SIM
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PeterCxy/OpenEUICC#23
No description provided.