[Question] eUICC cannot be read even using the TelephonyManager #33

Closed
opened 2024-07-04 04:11:33 +02:00 by rapdodge · 2 comments

Hello there,

I have a removable eUICC (89049) from SYC. My phone on this test is POCO X3 NFC (surya), which is using Qualcomm SDM732G.

So, SYC said very clear that the eUICC itself doesn't have ARA-M. Which is no OMAPI support. But, since OpenEUICC are privileged and can using TelephonyManager, it's still can't read the eUICC.

Are there any ways to make the card are recognized by the TelephonyManager? Are there any solutions like Magisk Module, Xposed, etc?

*The card is still readable by card reader. But I want to make it readable by the OpenEUICC to make it hassle-free to not open & closing the sim tray.

Here's the log

07-03 20:22:54.836 15794 15831 I OMAPI.SEService: bindService successful
07-03 20:22:54.837 15794 15794 I OMAPI.SEService: Service onServiceConnected
07-03 20:22:54.837 15794 15831 I EuiccChannelManager: Trying OMAPI for physical slot 0
07-03 20:22:54.871 15794 15831 W EuiccChannelManager: OMAPI APDU interface unavailable for physical slot 0.
07-03 20:22:54.871 15794 15831 I EuiccChannelManager: Trying TelephonyManager for slot 0 port 0
07-03 20:22:54.901 15794 15831 W EuiccChannelManager: TelephonyManager APDU interface unavailable for slot 0 port 0, falling back
07-03 20:22:54.901 15794 15831 I EuiccChannelManager: Trying OMAPI for physical slot 0
07-03 20:22:54.916 15794 15831 W EuiccChannelManager: OMAPI APDU interface unavailable for physical slot 0.

And here's the full log
https://pastebin.com/raw/293DvP7Y
*I'm editing the EID of my another card.

Best regards,

Hello there, I have a removable eUICC (89049) from SYC. My phone on this test is POCO X3 NFC (surya), which is using Qualcomm SDM732G. So, SYC said very clear that the eUICC itself doesn't have ARA-M. Which is no OMAPI support. But, since OpenEUICC are privileged and can using TelephonyManager, it's still can't read the eUICC. Are there any ways to make the card are recognized by the TelephonyManager? Are there any solutions like Magisk Module, Xposed, etc? *The card is still readable by card reader. But I want to make it readable by the OpenEUICC to make it hassle-free to not open & closing the sim tray. Here's the log ``` 07-03 20:22:54.836 15794 15831 I OMAPI.SEService: bindService successful 07-03 20:22:54.837 15794 15794 I OMAPI.SEService: Service onServiceConnected 07-03 20:22:54.837 15794 15831 I EuiccChannelManager: Trying OMAPI for physical slot 0 07-03 20:22:54.871 15794 15831 W EuiccChannelManager: OMAPI APDU interface unavailable for physical slot 0. 07-03 20:22:54.871 15794 15831 I EuiccChannelManager: Trying TelephonyManager for slot 0 port 0 07-03 20:22:54.901 15794 15831 W EuiccChannelManager: TelephonyManager APDU interface unavailable for slot 0 port 0, falling back 07-03 20:22:54.901 15794 15831 I EuiccChannelManager: Trying OMAPI for physical slot 0 07-03 20:22:54.916 15794 15831 W EuiccChannelManager: OMAPI APDU interface unavailable for physical slot 0. ``` And here's the full log https://pastebin.com/raw/293DvP7Y *I'm editing the EID of my another card. Best regards,
Owner

There is nothing that can be done from OpenEUICC side if neither TM nor OMAPI ever returns a valid handle.

There is nothing that can be done from OpenEUICC side if neither TM nor OMAPI ever returns a valid handle.
Author

There is nothing that can be done from OpenEUICC side if neither TM nor OMAPI ever returns a valid handle.

I see, so, I could say that the card isn't recognized by my phone (modem or something else)?

> There is nothing that can be done from OpenEUICC side if neither TM nor OMAPI ever returns a valid handle. I see, so, I could say that the card isn't recognized by my phone (modem or something else)?
Sign in to join this conversation.
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#33
No description provided.