feat: es10x mss as preference #213

Open
septs wants to merge 4 commits from septs/OpenEUICC:es10x-mss into master
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
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u es10x-mss:septs-es10x-mss
git checkout septs-es10x-mss

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff septs-es10x-mss
git checkout septs-es10x-mss
git rebase master
git checkout master
git merge --ff-only septs-es10x-mss
git checkout septs-es10x-mss
git rebase master
git checkout master
git merge --no-ff septs-es10x-mss
git checkout master
git merge --squash septs-es10x-mss
git checkout master
git merge --ff-only septs-es10x-mss
git checkout master
git merge septs-es10x-mss
git push origin master
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.