Peter Cai PeterCxy
  • 猫である。

  • Joined on 2021-08-16
PeterCxy closed issue PeterCxy/OpenEUICC#27 2024-05-18 23:10:54 +02:00
What are system requirements to install/run this?
PeterCxy commented on issue PeterCxy/OpenEUICC#27 2024-05-18 23:10:52 +02:00
What are system requirements to install/run this?

OpenEUICC is not a standalone app and is not supposed to be "installed" but rather incorporated into the system image. If you can build OpenEUICC from source inside of your AOSP source tree, you…

PeterCxy closed issue jmp-sim/jmp-sim-manager#1 2024-05-18 23:09:36 +02:00
Where is the JMP eSIM Adapter?
PeterCxy commented on issue jmp-sim/jmp-sim-manager#1 2024-05-18 23:09:34 +02:00
Where is the JMP eSIM Adapter?

The app is released before full product roll-out just to be ready. See https://jmp.chat/esim-adapter for details.

PeterCxy pushed to main at PeterCxy/dobu 2024-05-17 00:13:19 +02:00
d5543eeb1b Add support for per-app extra bind mounts
PeterCxy pushed to master at PeterCxy/dotfiles 2024-05-16 17:55:46 +02:00
846a7d1c1b Add tri-monitor preconfig for sway
3f09dc68bf sway: Switch back to alacritty
Compare 2 commits »
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-05-09 22:09:17 +02:00
1a22854d05 refactor: Remove all usage of knownChannels
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-05-07 16:08:01 +02:00
5785fe2e7c EuiccChannelManager: Check for channel validity before returning
PeterCxy commented on issue PeterCxy/OpenEUICC#26 2024-05-07 16:07:56 +02:00
Handling invalid/zero EID

Could you try out the latest commit? I added a check for validity across the board during the enumeration stage.

PeterCxy commented on issue PeterCxy/OpenEUICC#26 2024-05-07 14:58:41 +02:00
Handling invalid/zero EID

Ah wait, I just realized maybe we are missing a valid check when we first open the channel...

PeterCxy commented on issue PeterCxy/OpenEUICC#26 2024-05-07 14:54:45 +02:00
Handling invalid/zero EID

Could you please check whether this first call to eID results in null or just an all-zero string?

PeterCxy commented on issue PeterCxy/OpenEUICC#26 2024-05-07 14:54:17 +02:00
Handling invalid/zero EID

Also, for this to even happen, this slot needs to first pass this check:

043dff0f0a/libs/lpac-jni/src/main/java

PeterCxy commented on issue PeterCxy/OpenEUICC#26 2024-05-07 14:51:18 +02:00
Handling invalid/zero EID

How does this even happen? Does this "traditional SIM" present itself as an eSIM somehow? Does the system UiccPortInfo for that slot show as isEuicc = true?

PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-05-05 04:02:41 +02:00
043dff0f0a lpac: bump upstream
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-05-04 23:31:39 +02:00
59f3597874 refactor: Wrap EuiccChannelManager in an Android Service instance
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-04-30 01:22:50 +02:00
0f655f1f1f workflows: Save debug symbols for releases
1f6bad4222 app-unpriv: Set ndkVersion as well for stripping
03e6380570 Ditch REPRODUCIBLE_BUILD flag and set all prefix maps unconditionally
bf121e07a4 workflows: Correct build reproducibility
Compare 4 commits »
PeterCxy closed issue PeterCxy/OpenEUICC#24 2024-04-28 23:26:06 +02:00
OpenEUICC app crash when installed to /system_ext/priv-app/ using magisk module
PeterCxy commented on issue PeterCxy/OpenEUICC#24 2024-04-28 23:26:03 +02:00
OpenEUICC app crash when installed to /system_ext/priv-app/ using magisk module

This is not an OpenEUICC bug. You have not triggered the system update process properly.

PeterCxy pushed to main at PeterCxy/dobu 2024-04-28 21:28:57 +02:00
881a755ba4 README: Update upstream check docs
PeterCxy pushed to main at PeterCxy/dobu 2024-04-28 21:24:12 +02:00
f4027a05dc README: Also mention Pipewire at the beginning