feat: es10x mss as preference #213

Merged
PeterCxy merged 4 commits from septs/OpenEUICC:es10x-mss into master 2025-08-17 02:45:48 +02:00
Contributor
No description provided.
septs added 1 commit 2025-08-02 07:46:53 +02:00
septs added 1 commit 2025-08-04 05:51:20 +02:00
Author
Contributor

Plans offer two options in settings (developer options)

  • High Speed (255)
  • Compatibility Mode (63)

The user is not allowed to set any value, the default selected is low speed

Plans offer two options in settings (developer options) - High Speed (255) - Compatibility Mode (63) The user is not allowed to set any value, the default selected is low speed
septs added 1 commit 2025-08-04 11:15:01 +02:00
septs force-pushed es10x-mss from e8a0a994ad to d8ef0415b2 2025-08-04 11:18:38 +02:00 Compare
PeterCxy reviewed 2025-08-10 22:06:16 +02:00
@ -102,0 +102,4 @@
if (channel != null) {
val mss = context.preferenceRepository.es10xMssFlow.first()
Log.i(TAG, "Set ${channel.type} channel, ES10x MSS to $mss")
channel.lpa.setEs10xMss(mss.toByte())
Owner

Please don't do this. Pass the MSS value down to the EuiccChannelFactory function instead.

Please don't do this. Pass the MSS value down to the EuiccChannelFactory function instead.
septs marked this conversation as resolved
septs force-pushed es10x-mss from d8ef0415b2 to ee40a5ec57 2025-08-11 04:27:48 +02:00 Compare
septs added 1 commit 2025-08-11 04:45:44 +02:00
septs force-pushed es10x-mss from e7fb7ed2b8 to 678a4e70ab 2025-08-11 04:57:01 +02:00 Compare
PeterCxy merged commit 9e40232ed0 into master 2025-08-17 02:45:48 +02:00
PeterCxy deleted branch es10x-mss 2025-08-17 02:45:49 +02:00
PeterCxy referenced this pull request from a commit 2025-08-17 02:45:51 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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#213
No description provided.