mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 21:05:50 +03:00
[GH-ISSUE #25] The eUICC Firmware version information extracted from EUICCInfo2 is being incorrectly displayed on the EasyLPAC tool. #8
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BhushanPatil555 on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/25
When the euiccFirmwareVer[3].VersionType value is "83 03 42 90 00", the tool incorrectly interprets the "42 90 00" part as a hexadecimal number and converts it to a decimal value. This leads to an inaccurate display of the firmware version.
Expected behavior is 42.90.00
@creamlike1024 commented on GitHub (Nov 22, 2024):
Have you enabled debug output? EasyLPAC is just an LPAC GUI frontend, any issues related to eUICC interaction should be reported to lpac
@BhushanPatil555 commented on GitHub (Nov 25, 2024):
Yes. I will report it to lpac.
Thanks