Compare commits
3 commits
154ac77203
...
7b605fd44a
Author | SHA1 | Date | |
---|---|---|---|
7b605fd44a | |||
323c6a5bc0 | |||
e1877f5d3a |
3 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ open class MainActivity : BaseEuiccAccessActivity(), OpenEuiccContextMarker {
|
|||
viewPager.visibility = View.GONE
|
||||
tabs.visibility = View.GONE
|
||||
|
||||
var knownChannels = withContext(Dispatchers.IO) {
|
||||
val knownChannels = withContext(Dispatchers.IO) {
|
||||
euiccChannelManager.enumerateEuiccChannels().onEach {
|
||||
Log.d(TAG, "slot ${it.slotId} port ${it.portId}")
|
||||
Log.d(TAG, it.lpa.eID)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="no_euicc">No removable eUICC card accessible by this app is detected on this device.</string>
|
||||
<string name="no_euicc">No removable eUICC card accessible by this app is detected on this device. Insert a compatible card or a USB reader.</string>
|
||||
<string name="no_profile">No profiles (yet) on this eSIM.</string>
|
||||
<string name="unknown">Unknown</string>
|
||||
<string name="help">Help</string>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<string name="compatibility_check_known_broken_fail">Oops, your device is known to have bugs when accessing removable eSIMs. This does not necessarily mean that it will not work at all, but you will have to proceed with caution.</string>
|
||||
<string name="compatibility_check_usb">USB Card Reader Support</string>
|
||||
<string name="compatibility_check_usb_desc">Does your device support managing eSIMs via USB card readers?</string>
|
||||
<string name="compatibility_check_usb_ok">You can manage eSIMs through USB card readers on this device (even if you had any other check items fail here). Insert the card reader and then open this app to manage eSIMs in this way.</string>
|
||||
<string name="compatibility_check_usb_ok">You can manage eSIMs through standard USB CCID readers on this device (even if you had any other check items fail here). Insert the card reader and then open this app to manage eSIMs in this way.</string>
|
||||
<string name="compatibility_check_usb_fail">Your device does not support acting as a USB host.</string>
|
||||
<string name="compatibility_check_verdict">Verdict (non-USB)</string>
|
||||
<string name="compatibility_check_verdict_desc">Based on all previous checks, how likely is your device to be compatible with managing inserted removable eSIMs?</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue