Compare commits

...

3 commits

Author SHA1 Message Date
7b605fd44a Remove unnecessary var
Some checks failed
/ build-debug (push) Failing after 10m30s
2024-07-14 21:20:11 -04:00
323c6a5bc0 Update wording to include USB readers when no card found 2024-07-14 21:19:27 -04:00
e1877f5d3a Update wording to stress "standard CCID readers" 2024-07-14 21:18:00 -04:00
3 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ open class MainActivity : BaseEuiccAccessActivity(), OpenEuiccContextMarker {
viewPager.visibility = View.GONE viewPager.visibility = View.GONE
tabs.visibility = View.GONE tabs.visibility = View.GONE
var knownChannels = withContext(Dispatchers.IO) { val knownChannels = withContext(Dispatchers.IO) {
euiccChannelManager.enumerateEuiccChannels().onEach { euiccChannelManager.enumerateEuiccChannels().onEach {
Log.d(TAG, "slot ${it.slotId} port ${it.portId}") Log.d(TAG, "slot ${it.slotId} port ${it.portId}")
Log.d(TAG, it.lpa.eID) Log.d(TAG, it.lpa.eID)

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <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="no_profile">No profiles (yet) on this eSIM.</string>
<string name="unknown">Unknown</string> <string name="unknown">Unknown</string>
<string name="help">Help</string> <string name="help">Help</string>

View file

@ -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_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">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_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_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">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> <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>