We have moved to a new Sailfish OS Forum. Please start new discussions there.
77

SIM card removed issue with SailfishX

Tracked by Jolla

asked 2018-03-26 23:44:47 +0300

richie gravatar image

updated 2019-08-06 10:20:29 +0300

jovirkku gravatar image

Hi

Since upgrading to 2.1.4.14, it maybe a coincidence, but I keep on getting this message on Sony X, official SailfishX

SIM card removed

You need to restart the device to activate the inserted SIM OK

Yet I have not taken the SIM card out. I have a cover on the X, so to fix it I reboot. Considering I do not touch the SIM at all and a reboot gets the SIM recognised again, I'm wondering if it is a bug, as I have only noticed it since upgrading. It doesn't happen that frequently, 3 occasions since updating.

Is anyone else seeing this as an issue?

*Update: Bug still present in SFOS release 3.1.0.11, even after editing /etc/ofono/ril_subscription.conf

edit retag flag offensive close delete

Comments

4

Hi

I have remarked that behaviour. At first I thought of a bad contact and cleaned up my SIM contacts but I am now sure there is a bug or similar making the system believe the SIM was removed.

I eventually use a F5122.

Regards

ddelamarre ( 2018-03-28 15:19:02 +0300 )edit
1

The frequency of this happening has increased for me, so I too have removed the SIM card and cleaned it. I'll see how it goes.

richie ( 2018-03-31 12:00:42 +0300 )edit
2

Hi Same for me. The frequency is, however, not regular at all.

I realize the phenomenon is exacerbated by an intensive WIFI or IO like updating maps for OSMscoutServer. Also it occurs only from 2.1.4.14 upgrade, it occurs irrespective of my phone moving, or staying stable on a table i.e. exposed or not to vibrations. Therefore definitely not a hardware issue.

Regards

ddelamarre ( 2018-04-13 14:33:35 +0300 )edit
1

Hi

I had an answer from Jolla support saying this is probably due to the fact I use a F5122 i.e. dual SIM that is not formally supported in 2.1.4 worked with 2.1.3 by chance. Release 2.2.0 will support F5122 and is due in May.

I hope that helps being patient and avoid smashing the phone against a wall like I feel sometimes like an itching when it tells me the SIM was removed too often ...

Regards

ddelamarre ( 2018-04-18 22:59:13 +0300 )edit
1

Hi

just for information, I did the community recommended changes for dual SIM like in https://talk.maemo.org/showpost.php?p=1534540&postcount=1061 and few other places.

I have not got any new incident. However, I cannot swear this is the reason and a solution ...

Regards

ddelamarre ( 2018-05-01 00:11:54 +0300 )edit

18 Answers

Sort by » oldest newest most voted
6

answered 2019-11-20 15:22:29 +0300

jovirkku gravatar image

updated 2019-11-20 15:52:37 +0300

This was the first attempt to eliminate the problem:
https://together.jolla.com/question/182073/sim-card-removed-issue-with-sailfishx/?answer=209909#post-id-209909

Using the command line is not convenient for everyone. Therefore, the next step was to automate the same:

On Sailfish 3.2.0, SIM Toolkit is automatically disabled if event "SIM reset" is observed.

  • No need to use the command line or do anything else. It is done for you in the background. Some details:
  • "SIM reset" is the way ofono reacts to "UICC Reset" command received from the STK app (running on the SIM card). It looks like SIM removal (and re-insertion) to the rest of the system. This false information was causing that "SIM removed" dialog to appear. Under normal circumstances, ofono never enters this internal "SIM reset" state.
  • Crossing a state border apparently triggers the false "UICC reset" in case of some SIM cards while most cards work ok.
  • STK will stay disabled till the next restart of the device.
  • All other SIM functions (except for the interactive STK menu) keep working normally.

Please report here if this issue keeps persisting after you have updated your phone to OS version 3.2.0.

edit flag offensive delete publish link more

Comments

2

Yes, it is still present. (My physical mod only reduced the frequency.) How is "STK will stay disabled till the next restart of the device" supposed to help if restart is the only recovery path?

attah ( 2019-11-20 15:50:35 +0300 )edit
1

Some logs... Simkit stuff seems to happen after "no sim"?

Nov 20 20:06:56 Sailfish ofonod[2952]: data reg changed 1 -> 0 (unregistered), attached 1
Nov 20 20:06:56 Sailfish ofonod[2952]: Deactivating context: 1
Nov 20 20:06:56 Sailfish statefs[2823]: "/net/connman/service/cellular_240017145612580_context1"  status -> "configuration"
Nov 20 20:06:56 Sailfish ofonod[2952]: Deactivating context: 1
Nov 20 20:06:56 Sailfish ofonod[2952]: Clearing active context
Nov 20 20:06:56 Sailfish ofonod[2952]: Deactivated data call
Nov 20 20:06:56 Sailfish ofonod[2952]: No SIM card
Nov 20 20:06:56 Sailfish statefs[2823]: Ofono: no sim
Nov 20 20:06:56 Sailfish statefs[2823]: Cellular status Registered -> Offline
Nov 20 20:06:56 Sailfish statefs[2823]: Unregistered
Nov 20 20:06:56 Sailfish ofonod[2952]: SMS History Remove for modem: 0x222838
Nov 20 20:06:56 Sailfish statefs[2823]: Technology (type= "wifi" ) tethering is  ""
Nov 20 20:06:56 Sailfish simkit[4648]: [D] unknown:0 - /simkitagent/ril_0 - Release
Nov 20 20:06:56 Sailfish simkit[4648]: [D] unknown:0 - updating .desktop 0
Nov 20 20:06:56 Sailfish statefs[2823]: Technology (type= "bluetooth" ) tethering is  ""
Nov 20 20:06:56 Sailfish statefs[2823]: Technology (type= "gps" ) tethering is  ""
Nov 20 20:06:56 Sailfish simkit[4648]: [D] unknown:0 - updating .desktop 0
Nov 20 20:06:56 Sailfish simkit[4648]: [D] unknown:0 - /simkitagent/ril_0 - Object unregistered
Nov 20 20:06:56 Sailfish statefs[2823]: Cellular_interfaces=( SimManager , VoiceCallManager , ExtSimInfo , )
Nov 20 20:06:56 Sailfish statefs[2823]: Reset cellular network properties
Nov 20 20:06:56 Sailfish statefs[2823]: Cellular status Offline -> Disabled
Nov 20 20:06:56 Sailfish statefs[2823]: Reset properties
Nov 20 20:06:56 Sailfish statefs[2823]: Reset sim toolkit properties
Nov 20 20:06:56 Sailfish statefs[2823]: Reset connection manager
attah ( 2019-11-20 21:21:40 +0300 )edit

Still present in 3.2.0 with Xperia X 5122, and it is started when I added the second SIM card. Before I had an SD card.

cocof2001 ( 2019-11-24 00:42:06 +0300 )edit
1

Indeed while traveling last week and crossing borders it popped up (Xperia X 3.2), but compared to previous versions, when I pressed OK it disappeared and never showed up again. Previously I had to stop somewhere and reboot the device, so perhaps this now is working as designed.

A notification with one time click "OK" and reconnecting automatically when cell is available is acceptable for me.

deloptes ( 2019-11-24 04:11:06 +0300 )edit

Hi all, it is worse then ever before, occuring a dozen times a day. Xperia X F5121 and 3.2.1

dhura ( 2020-01-08 23:16:09 +0300 )edit
1

answered 2019-11-19 13:47:36 +0300

omtose gravatar image

I can confirm that this issue is _still_ happening on 3.2.0.12, although not as frequently as it did before. I've also tried the enableSimToolkit=false fix, but that did not work either.

This is really disappointing.

edit flag offensive delete publish link more

Comments

Please open a ticket with Jolla support - the sooner the better. If you can, open a terminal or connect via ssh over WiFi or a USB connection, do 'devel-su', capture the output of the 'dmesg' and 'journalctl' commands and send them to Jolla. It will be several weeks before I will have a chance to test this out myself.

pakman ( 2019-11-20 18:21:00 +0300 )edit

Still unusable to an absurd level, would be nice to get some form of communication on this.

omtose ( 2020-01-20 19:13:19 +0300 )edit

I had the issue several times over the past years. Sometimes it worked fine for weeks, sometimes i had the problem multiple times a day, but that was not often. Lately it's multiple times every day, and it's making my phone unusable. please fix this Jolla, Xperia X, T-mobile NL.

yomark ( 2020-01-22 23:14:49 +0300 )edit
3

answered 2019-11-06 15:54:01 +0300

pakman gravatar image

I've just had an e-mail from Jolla support implying that the problem should have been fixed in 3.2.0, even though this particular issue is not in the T.J.C: Issues reported by the community and fixed in this update section of the release notes.

It will be several weeks before I have a chance to verify roaming behaviour myself, and unlike some others I have only experienced this problem once while in my home country. I suggest that if anyone gets hit by this issue after updating to 3.2.0, they open a ticket with Jolla support and reference this TJC thread.

(I know that this isn't a real answer, but I want to bump the thread)

edit flag offensive delete publish link more

Comments

1

Recently we had an user group meeting in Munich and there were reports that's indeed gone for roaming, since the update to 3.2.0.12

jollajo ( 2019-11-06 16:14:39 +0300 )edit
1

Sounds promising, since I was facing this issue again many times last weekend while travelling through three countries. Next possibility for testing will be in December... crossing fingers (and my wife finally will be happy as well).

vision ( 2019-11-06 18:23:16 +0300 )edit

Thanks for letting us know. I wonder if it really has been fixed - unfortunately I also don't have the possibility to test it anytime soon. Weird that Jolla didn't mention it in the changelog...

molan ( 2019-11-13 14:12:58 +0300 )edit
0

answered 2019-09-17 22:14:50 +0300

attah gravatar image

I had this issue on my XA2, but it turned out to be a simple physical issue. I have added a piece of tape to the backside of the SIM to increase thickness ever so slightly, and that solved the issue. I of course take no responsibility for your success, but it works great for me

edit flag offensive delete publish link more

Comments

Funny, there were little pieces of paper in both slots (sim and memory card) when I bought the device and yet I had this problem. I just removed the paper, but nothing has changed. The weird thing is that I can make a call in the UK most of the time (not always) while the network on my Jolla says it still is on BenNL. My husband has an iphone and he doesn't have problems with mobile connection. His is on O2. That is as it should be. Something is not right, Jolla !

Kea ( 2019-09-17 22:33:39 +0300 )edit

This problem suddenly stopped, no message 'sim removed' popped up anymore. The phone worked well. But still there was no mentioning of the foreign network while I was in the UK. It should have mentioned 'O2', yet it said BenNL while I was abroad.

Kea ( 2019-09-23 13:05:45 +0300 )edit

February 2020 this problem with 'sim removed ' happened again while I was in the UK. Yesterday (March) I was in Belgium and there it happened too. So it is not yet solved.

Kea ( 2020-03-07 15:48:07 +0300 )edit
1

answered 2019-09-17 22:02:38 +0300

Kea gravatar image

I have an XA2 Plus Dual sim (4413) , with only one sim in it (Sim1). All the time I get the message 'remove simcard and restart the device', like many others here. Yet it doesn't make any difference if I do that. It is very annoying. "use sim card 1" is grey. 'Network' is grey. When abroad my device has problems with finding a mobile connection with the local network (UK). It stays on the network of my country (NL). Sending an sms when abroad is not possible. I tried 4G and 3G but that doesn't make any difference. This is a bug and I hope Jolla will fix it soon.

edit flag offensive delete publish link more

Comments

@Kea: There will be a better fix in the upcoming OS release. It does not require any terminal commands. Hopefully, it stops those messages form appearing also in your case.

jovirkku ( 2019-09-25 15:25:31 +0300 )edit
14

answered 2019-07-23 11:34:30 +0300

jovirkku gravatar image

updated 2019-08-09 09:46:22 +0300

Sailfish OS update 3.1.0 (available for early access subscribers now, and to all users in a couple of weeks) contains the following workaround for those who suffer from this SIM related issue and don't really need the SIM application toolkit (STK), i.e. services running in the SIM card provided by your cellular operator.

On 3.1.0 it is possible to disable the STK completely which hopefully eliminates those incorrect "SIM card removed" messages.

NOTE: The following requires that you have solid experience in using Linux commands and files. Otherwise your attempt might cause more problems than bring benefit. Do not try it if you feel unsure.

This can be tested in the following way - you will need the developer mode and a text editor for it:

devel-su
cd /etc/ofono
cp ril_subscription.conf original_ril_subscription.conf  ## save it, just in case...
vi ril_subscription.conf

Add the following line to section [Settings] :

enableSimToolkit=false

Save the file. Restart the device.

Please report if this help in your case or does not help.

NOTE: The SIM-based services will not run on your phone, now, until you remove the line you added to the .conf file.

edit flag offensive delete publish link more

Comments

1

Traveliing from NL to FR this issue rendered my XA2 (Single SIM H3113, 3.1.0.11 EA) useless. Applied the suggested change ~8 hours ago and haven't seen the issue since, fingers crossed :)

misja ( 2019-07-23 21:44:15 +0300 )edit
1

Currently 2 days in since the change and still have a stable mobile connection. Whilst traveling around in FR the SIM card removed message did pop up at times though, possibly because of access point switching?

misja ( 2019-07-25 23:49:03 +0300 )edit
1

I've edited the file as mentioned above three days ago and no issues since then. I hope the problem is solved for me. Thanks a lot and kiitos. Edit: Convert to answer accidently and posted as comment new.

silta ( 2019-07-27 01:48:51 +0300 )edit

Applied this setting and I didn't even get 24hours before I got the sim card removed message. So I'm afraid this hasn't fixed it for me, I still have to reboot to regain mobile network.

richie ( 2019-08-02 22:16:00 +0300 )edit
1

Now I'm back in Germany from my journey to Italy via Switzerland and the problem occurred only once in Italy. When I clicked OK in the popup „SIM card removed. You need to restart the device to activate the inserted SIM”, the message disappeared immediately and doesn't come back. No reboot needed. My configuration are SFOS 3.1.0.11 EA on Xperia X single sim with german telekom simcard (it includes EU roaming also in Switzerland).

silta ( 2019-08-06 18:59:51 +0300 )edit
2

answered 2019-06-17 23:20:19 +0300

daneos gravatar image

I got the same issue on Xperia XA2+, but until recently only on SIM2 (which is set to "Always 2G") and only when crossing borders. My SIM1 slot was set to 4G, but was using 3G, because the SIM card wasn't capable of 4G.

However, recently I got a new SIM card, with 4G support, and the issue started appearing on SIM1, nowhere near the border. I think it's also worth noting, that the provider for my SIM2 uses national roaming (uses other network's BTSes), and there is no problem with it, while the provider for SIM1 does not.

The problem is always present on 2G-only SIM2 when crossing borders, and is random on 4G SIM1 (actually I have not yet tested if roaming on SIM1 will also always trigger the problem).

So, to summarize:
Device: Xperia XA2 Plus dual-sim H4413
SIM1: No problem for 3G-only SIM card (even with roaming), problem not related to crossing borders on 4G
SIM2: only 2G, problem appears only with international roaming, no problem with national one
Sailfish versions affected for sure: 3.0.1.14, 3.0.3.9

edit flag offensive delete publish link more

Comments

1

I am able to reliably deactivate my SIM card by disabling wifi -> cross a border and get on a roaming network -> activate and connect wifi -> et voila, my sim is deactivated and I need to reboot phone, which triggers same behaviour, as long as wifi still connects.

Kobold ( 2019-06-19 00:03:40 +0300 )edit

I can confirm @Kobold's observation.

jollajo ( 2019-06-26 16:39:31 +0300 )edit
5

answered 2019-06-13 14:34:20 +0300

wb1000000 gravatar image

updated 2019-06-24 22:02:05 +0300

I've experienced the same issue with my Xperia XA2 Ultra Dual SIM with 3.0.3.9. Once roaming in NL my DE SIM (congstar) in slot 2 started generating the "SIM card removed" message. The phone was unusable until I disabled this SIM.

What appears to have helped for me so far (2 days without the message, still roaming) is to set "Prefer 3G" instead of "Prefer 4G".

UPDATE: After crossing the border from NL back to DE, the issue started again. Changing from 3G back to 4G on my DE SIM solved it again.

However this weekend I was in the Basel area and both my NL and DE SIM suffered from this issue. The phone was basically useless for the whole weekend. Changing between 2G/3G/4G seemed to alleviate the issue sometimes for an hour or so but after that it started again. Not too happy about that :-|

Best regards,

Jasper

edit flag offensive delete publish link more
5

answered 2019-06-10 14:56:49 +0300

pakman gravatar image

updated 2019-10-04 01:05:11 +0300

I get this with my F5122 as well, almost always when entering a new country, although it has happened once or twice at home. It has happened both when coming out of flight mode after landing in another country, and when crossing a border by train. Usually a reboot is enough to fix the problem, and now I normally reboot when starting to roam or crossing a border. However, around last Christmas/New Year in France (Marseille) it got so bad that my phone became unusable. Luckily, it mostly affected one SIM, so I was able to disable it and buy a data pack for the other one. That saw me through the rest of my stay, with only the occasional reboot.

As @slowcyclist pointed out, part of what makes this really serious is the impact that this has on other people who are trying to get in touch with you. They won't cut you any slack because you have been let down by the weird phone that you insist on using, and that can't do half of the things that theirs can.

EDIT 2019-07-18: I have just come back from another short trip to France and Spain, and phone-wise it was a nightmare. I will never go abroad again without my trusty old Wileyfox Swift (now running Lineage) as a backup. The problems started when I arrived in France, and found that SIM 1 couldn't send or receive SMS messages, although it could still make calls. I called the SIM issuer, who couldn't see any problem from their end. After a day or two, that SIM started showing the "SIM card removed" message repeatedly. I had to disable it. When I crossed into Spain, SIM 1 was OK, but SIM 2 started giving the same problem. I know it is frustrating for devs to read reports about these kinds of things without detailed logs or diagnostics, however when these problems hit me, I am usually in the company of people who don't have much tolerance with me taking time out to fiddle with my phone rather than getting one that works (like theirs). I am going abroad again in a few weeks, and the people that I will be with are less bothered by this kind of thing: I will try to get some more detailed diagnostics if it happens again.

I know that reflashing to Android and back to SFOS might fix the problem, but:

  1. OTOH it might not fix it
  2. this is not something that I expect to have to do with a daily driver. I already have another device that needs to be reflashed and set up again from scratch, and I am waiting for the free evening that I will need for that.

EDIT 2019-08-21: I have managed to capture the output of "dmesg" and "journalctl" when I was hit by this problem recently, and I have sent them to Jolla support. Here is a relevant-looking extract from journalctl which appears to show a SIM switching off (I am not an expert on mobile communications though, so someone else may have more insight):

Aug 13 18:05:10 Sailfish statefs[654]: Ofono status  "roaming"
Aug 13 18:05:10 Sailfish statefs[654]: Cellular status Denied -> Roaming
Aug 13 18:05:10 Sailfish statefs[654]: Registered
Aug 13 18:05:10 Sailfish statefs[654]: Operator  QVariant(QString, "I TIM")
Aug 13 18:05:10 Sailfish statefs[654]: Setup current operator properties
Aug 13 18:05:11 Sailfish encsfa-fpd[706]: Code check in 479063
Aug 13 18:05:11 Sailfish encsfa-fpd[706]: Code check in 50937
Aug 13 18:05:12 Sailfish ofonod[712]: export_entries_one_storage_cb with ME failed
Aug 13 18:05:14 Sailfish tracker-extract[3423]: No seccomp support compiled-in.
Aug 13 18:05:14 Sailfish statefs[654]: Ofono status  "searching"
Aug 13 18:05:14 Sailfish statefs[654]: Cellular status Roaming -> Searching
Aug 13 18:05:14 Sailfish ofonod[712]: data reg changed 2 -> 0 (unregistered), attached 0
Aug 13 18:05:14 Sailfish statefs[654]: Unregistered
Aug 13 18:05:15 Sailfish ofonod[712]: SMS History Probe for modem: 0x21acd8
Aug 13 18:05:15 Sailfish ofonod[712]: Registered interface org.ofono.NetworkTime, path /ril_0
Aug 13 18:05:15 Sailfish simkit[3412]: [D] unknown:0 - /ril_0 - Registering services
Aug 13 18:05:15 Sailfish statefs[654]: Cellular_interfaces=( MessageWaiting , SimManager , SimToolkit , VoiceCallManager , ExtSimInfo , )
Aug 13 18:05:15 Sailfish statefs[654]: Get SimToolkit properties
Aug 13 18:05:15 Sailfish ofonod[712]: nw select automatic
Aug 13 18:05:15 Sailfish tart[3208]: [D] unknown:0 - (dial) GetAll() failed: "org.freedesktop.DBus.Error.UnknownObject" "Method \"GetAll\" with signature \"\" on interface \"org.sailfishos.ofono.mdm.VoiceCallFilter\" doesn't exist\n"
Aug 13 18:05:15 Sailfish tart[3208]: [D] unknown:0 - (incoming) GetAll() failed: "org.freedesktop.DBus.Error.UnknownObject" "Method \"GetAll\" with signature \"\" on interface \"org.sailfishos.ofono.mdm.VoiceCallFilter\" doesn't exist\n"
Aug 13 18:05:15 Sailfish statefs[654]: Cellular_interfaces=( CallBarring , CallForwarding , CallSettings , CallVolume , ConnectionManager , MessageManager , MessageWaiting , NetworkRegistration , Phonebook , PushNotification , RadioSettings , SimManager , SmartMessaging , SimToolkit , SupplementaryServices , VoiceCallManager , ExtSimInfo , )
Aug 13 18:05:15 Sailfish statefs[654]: Cellular NetworkRegistration w/o SimManager!
Aug 13 18:05:15 Sailfish statefs[654]: Get cellular network properties
Aug 13 18:05:15 Sailfish simkit[3412]: [D] unknown:0 - /ril_0 - QMap(("IdleModeIcon", QVariant(uchar, 0))("IdleModeText", QVariant(QString, ""))("MainMenu", QVariant(QDBusArgument, ))("MainMenuIcon", QVariant(uchar, 0))("MainMenuTitle", QVariant(QString, "")))
Aug 13 18:05:15 Sailfish simkit[3412]: [D] unknown:0 - updating .desktop 0
Aug 13 18:05:15 Sailfish simkit[3412]: [D] unknown:0 - /simkitagent/ril_0 - Object registered
Aug 13 18:05:15 Sailfish statefs[654]: Setup connection manager "/ril_0"
Aug 13 18:05:15 Sailfish statefs[654]: Ofono status  "searching"
Aug 13 18:05:15 Sailfish statefs[654]: Cellular status Offline -> Searching
Aug 13 18:05:16 Sailfish alien_bridge_server[3525]: QThread::wait: Thread tried to wait on itself
Aug 13 18:05:16 Sailfish statefs[654]: Cellular_interfaces=( CallBarring , CallForwarding , CallSettings , CallVolume , CellBroadcast , ConnectionManager , MessageManager , MessageWaiting , NetworkRegistration , Phonebook , PushNotification , RadioSettings , SimManager , SmartMessaging , SimToolkit , SupplementaryServices , VoiceCallManager , ExtSimInfo , )
Aug 13 18:05:16 Sailfish statefs[654]: Ofono status  "roaming"
Aug 13 18:05:16 Sailfish statefs[654]: Cellular status Searching -> Roaming
Aug 13 18:05:16 Sailfish statefs[654]: Registered
Aug 13 18:05:16 Sailfish ofonod[712]: Requested file structure differs from SIM: 6fb7
Aug 13 18:05:18 Sailfish ofonod[712]: export_entries_one_storage_cb with ME failed
Aug 13 18:05:18 Sailfish statefs[654]: Ofono status  "roaming"
Aug 13 18:05:18 Sailfish statefs[654]: Cellular status Searching -> Roaming
Aug 13 18:05:18 Sailfish statefs[654]: Registered
Aug 13 18:05:18 Sailfish ofonod[712]: data reg changed 0 -> 2 (searching), attached 1
Aug 13 18:05:18 Sailfish statefs[654]: Operator  QVariant(QString, "I TIM")
Aug 13 18:05:18 Sailfish statefs[654]: Setup current operator properties
Aug 13 18:05:20 Sailfish statefs[654]: Ofono status  "searching"
Aug 13 18:05:20 Sailfish statefs[654]: Cellular status Roaming -> Searching
Aug 13 18:05:20 Sailfish statefs[654]: Unregistered
Aug 13 18:05:26 Sailfish ofonod[712]: SMS History Remove for modem: 0x217e00
Aug 13 18:05:26 Sailfish simkit[3412]: [D] unknown:0 - /simkitagent/ril_1 - Release
Aug 13 18:05:26 Sailfish simkit[3412]: [D] unknown:0 - updating .desktop 0
Aug 13 18:05:26 Sailfish simkit[3412]: [D] unknown:0 - updating .desktop 0
Aug 13 18:05:26 Sailfish simkit[3412]: [D] unknown:0 - /simkitagent/ril_1 - Object unregistered
Aug 13 18:05:26 Sailfish ofonod[712]: No SIM card
Aug 13 18:05:26 Sailfish statefs[654]: Ofono: no sim
Aug 13 18:05:26 Sailfish statefs[654]: Cellular status Roaming -> Offline
Aug 13 18:05:26 Sailfish statefs[654]: Unregistered
Aug 13 18:05:26 Sailfish ofonod[712]: SIM card OK
Aug 13 18:05:26 Sailfish ofonod[712]: Requested file structure differs from SIM: 6fb7
Aug 13 18:05:26 Sailfish statefs[654]: Technology (type= "wifi" ) tethering is  ""
Aug 13 18:05:26 Sailfish tart[3208]: [D] unknown:0 - (dial) GetAll() failed: "org.freedesktop.DBus.Error.UnknownObject" "Method \"GetAll\" with signature \"\" on interface \"org.sailfishos.ofono.mdm.VoiceCallFilter\" doesn't exist\n"
Aug 13 18:05:26 Sailfish tart[3208]: [D] unknown:0 - (incoming) GetAll() failed: "org.freedesktop.DBus.Error.UnknownObject" "Method \"GetAll\" with signature \"\" on interface \"org.sailfishos.ofono.mdm.VoiceCallFilter\" doesn't exist\n"

EDIT 2019-10-03: I received an e-mail from Jolla Support telling me that they think that they have fixed the issue in 3.2.0 -- fingers crossed! I'll be going abroad again for a few days at the end of October, if the release is out by then it will be interesting to see how well it works

edit flag offensive delete publish link more

Comments

1

I've reinstalled Android and Sailfish X several times. It never fixed the issue. What might help is to manually chose a roaming network (and stay with that network). Also chosing 'prefer 3G' in settings might help a bit. But even then, the device doesn't work 100% reliable.

molan ( 2019-09-01 09:32:56 +0300 )edit
1

I have also tried various combinations of the options under "Mobile Networks", but none of them ever helped. When I am abroad, once the problem starts it only ever goes away when I return home. One thing that I have never tried is to buy a local SIM, although I was on the point of doing that during my Christmas/New Year trip.

Jolla have acknowledged the diagnostics that I sent to them, hopefully they will find the solution soon.

pakman ( 2019-09-01 14:07:10 +0300 )edit
5

answered 2019-06-08 23:22:33 +0300

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2019-06-25 08:37:33 +0300

Raymaen gravatar image

Maybe a list of affected devices and the exact versions would be helpful:

  • Xperia X F5121 since the 2.1.14 release
  • Xperia X Dual SIM F5122 since ?
  • Xperia XA2 H3113 since 3.0.2.x or 3.0.3.x? (no occurrence under the 3.0.1.14 beta release)
  • Xperia XA2 Dual SIM H4213 since ?
  • Xperia XA2 single SIM (always when roaming) 3.0.3.10!
edit flag offensive delete publish link more

Comments

XA2 H4213 Dual Sim, same issue. I have two of these phones, one running SFOS (Hossa), the other one Android. Sim card works fine on Android, but gets disconnected on SFOS, as such I would suspect an OS issue.

This is the one bug stopping me from using SFOS as a daily carry.

Kobold ( 2019-06-09 11:54:52 +0300 )edit

@Kobold Do you know in which version this error occurred for the first time?

Epicuri ( 2019-06-09 13:02:17 +0300 )edit

It started with the first realease of SFOS 3, which was the main reason to go xa2. The only delta being the frequency with which it happens.

Kobold ( 2019-06-10 11:19:47 +0300 )edit

i have it on the Xperia X F5122 since 3.0.3.9, most of the time when i cross a boarder.

BlaeX ( 2019-06-13 18:06:57 +0300 )edit
Login/Signup to Answer

Question tools

Follow
31 followers

Stats

Asked: 2018-03-26 23:44:47 +0300

Seen: 5,167 times

Last updated: Nov 20 '19