Peter Cai PeterCxy
  • 猫である。

  • Joined on 2021-08-16
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-29 23:37:20 +02:00
2721f91277 Make foreground notifications much more reliable
653123939c Set notifications to ongoing
48b5f8ce06 Impose timeout on waiting for foreground start
31c06470c6 Move profile deletion to new flow
Compare 4 commits »
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-29 22:33:34 +02:00
cf5704be42 Move profile download to the new foreground flow
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-29 21:32:58 +02:00
f71da0e4ff Update documentation
fe1319537a Make foreground tasks block UI reloads
Compare 2 commits »
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-29 21:15:02 +02:00
8de0d86895 ProfileDownloadFragment: Wait for euiccChannelManager to load
64a350d271 lpac-jni: Force reduce connect/read timeout for notification requests
Compare 2 commits »
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-29 20:40:33 +02:00
9a77824f79 Enforce updateForegroundNotification to run in the main thread
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-29 20:10:26 +02:00
3add3ffa90 refactor: Launch profile download task inside EuiccChannelManagerService
PeterCxy commented on issue PeterCxy/OpenEUICC#38 2024-09-28 22:25:42 +02:00
[Question & Request]

This doesn't look like an OpenEUICC problem. Attempting to open OMAPI always seem to fail for one of your slots. I'll keep this open for the OM/TM indicator request.

PeterCxy commented on issue PeterCxy/OpenEUICC#39 2024-09-28 22:23:54 +02:00
Commercial eSIM profile download works, but activation not

There will be a way to show test profiles going forward. In addition, I'll also implement disabling current profiles just in case this is required in some cases.

PeterCxy commented on issue PeterCxy/OpenEUICC#42 2024-09-28 22:21:41 +02:00
EasyEUICC crashed and frozen

It looks like the eUICC chip / card itself has frozen instead of the app itself. Or your phone's modem is frozen. Or the card is stuck in some sort of weird state -- I'm afraid there isn't much…

PeterCxy closed issue PeterCxy/OpenEUICC#43 2024-09-28 22:20:14 +02:00
Some special way support "Broken Device"
PeterCxy commented on issue PeterCxy/OpenEUICC#43 2024-09-28 22:20:10 +02:00
Some special way support "Broken Device"

OpenEUICC already does send iccCloseLogicalChannel for channels 0 through 10 when running privileged. If you are talking about EasyEUICC, this is impossible because you can't close an…

PeterCxy commented on issue PeterCxy/OpenEUICC#44 2024-09-28 22:18:33 +02:00
Reduce the minimum compatible version of the SDK

If you wonder why: OMAPI is only supported on Android 8 and above. I am not going to import weird third-party jars just to enable this on the 5 phones before Android 8 that included some sort of…

PeterCxy closed issue PeterCxy/OpenEUICC#44 2024-09-28 22:17:51 +02:00
Reduce the minimum compatible version of the SDK
PeterCxy commented on issue PeterCxy/OpenEUICC#44 2024-09-28 22:17:47 +02:00
Reduce the minimum compatible version of the SDK

No.

PeterCxy closed issue PeterCxy/OpenEUICC#45 2024-09-28 22:17:26 +02:00
AOSP Compile Error
PeterCxy commented on issue PeterCxy/OpenEUICC#45 2024-09-28 22:17:20 +02:00
AOSP Compile Error

The README explicitly mentions submodules. I don't know how hard it is to read the README before attempting compilation.

PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-28 22:15:57 +02:00
324dcdc563 EuiccManagementFragment: prevent crashes on configuration change
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-28 17:16:14 +02:00
b94eedac0a All LPA methods should be synchronized
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-28 17:05:42 +02:00
a6777d1d17 Apply layout insets to more activities
dc70f7ca46 Fix toolbar id in app-unpriv
77d95e4d02 Remove unused log
Compare 3 commits »
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-09-28 16:28:41 +02:00
4a32f53c06 Commonize activity toolbar layouts