Peter Cai PeterCxy
  • 猫である。

  • Joined on 2021-08-16
PeterCxy merged pull request PeterCxy/OpenEUICC#60 2024-11-12 02:42:28 +01:00
fix: crash with disable com.android.stk app
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-12 02:42:28 +01:00
071304349a fix: crash with disable com.android.stk app (#60)
PeterCxy closed issue PeterCxy/OpenEUICC#52 2024-11-11 04:18:52 +01:00
using physical sim card as imei 2
PeterCxy commented on issue PeterCxy/OpenEUICC#52 2024-11-11 04:18:49 +01:00
using physical sim card as imei 2

No, and this is unrelated to OpenEUICC.

PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:57:11 +01:00
6f8aef8ea8 EuiccChannelManager: Remove last trace of blocking methods
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:55:34 +01:00
8e806c3ae5 EuiccChannelManager: slot -> logicalSlot
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:54:01 +01:00
42c870192c Remove last trace of findEuiccChannelBySlotBlocking() public usage
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:46:01 +01:00
9201ee416e OpenEuiccService: Remove more useless stuff
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:42:46 +01:00
7105c43ae4 EuiccChannelManager: Remove findEuiccChannelByPort() as public method
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:40:22 +01:00
d846f0cdc4 LPAUtils: Remove usage of findEuiccChannelByPort()
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:35:17 +01:00
5dacb75717 EuiccChannelManager: Remove some unused methods
f28867ef2e OpenEuiccService: Remove traces of EuiccChannel usage
Compare 2 commits »
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-11 02:29:52 +01:00
7215a2351b OpenEuiccService: Switch onSwitchToSubscriptionWithPort() to use the new service
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-10 23:12:14 +01:00
837c34ba70 Add convience "Done" subscriber method for Flow<ForegroundTaskState>
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-10 23:00:59 +01:00
fe6d4264e3 OpenEuiccService: switch onDeleteSubscription to use
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-10 21:57:51 +01:00
13085ec202 Add findAvailablePorts() to EuiccChannelManager
PeterCxy commented on issue PeterCxy/OpenEUICC#55 2024-11-09 01:13:59 +01:00
Request to Add EID Notification Feature to EasyEUICC

The problem with eSIM discovery is that I have no way to test this properly. If anyone has a way to test, contributions are welcome.

PeterCxy commented on issue PeterCxy/OpenEUICC#59 2024-11-09 01:12:39 +01:00
it is recommended to support ePIN input.

There's nothing called the ePIN in the eUICC standard. If ePIN just means confirmation code, then something else must have caused the download failure. In that case logs are required to diagnose why.

PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-09 01:11:00 +01:00
9d8e58a95d refactor: open sim toolkit logical (#58)
PeterCxy merged pull request PeterCxy/OpenEUICC#58 2024-11-09 01:10:59 +01:00
refactor: open sim toolkit logical
PeterCxy pushed to master at PeterCxy/OpenEUICC 2024-11-03 16:53:51 +01:00
22ec3e3baf OpenEuiccService: Start migrating to withEuiccChannel()