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.
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
@ -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
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.