Issue #1197
closedCellular connection stops and wants PIN code again
0%
Description
Similar to issue 1173.
At some point the connection is lost and I am asked to enter the PIN Code. This happens once in something like three days.
Before entering the PIN I executed the following commands:
adb logcat -b main > crash-main_s2.txt
adb logcat -b radio > crash-radio_s2.txt
The device is running 4.2 0003
Files
Updated by Paul Kocialkowski over 9 years ago
Remember that the symptoms are the same, but the issue is actually quite different. In that case, we can see:
E/RIL-IPC ( 1849): Polling IPC FMT client failed
Which indicates a modem-side problem. Running
adb shell dmesg
should provide kernel logs that reflect this situation. Feel free to grab some next time it happens and attach them here to confirm.Ideally, Samsung-RIL should re-enter the PIN automatically so that this is transparent to the user, just like it is with the proprietary RIL (where those failures happen as well). In the meantime, you can simply disable the PIN code and it will get service back automatically.
In addition to that, Samsung-RIL does crash when flushing data, so this should be fixed. Perhaps a close/open cycle would have been enough to recovery from the issue. With the crash, a cold boot is triggered, leaving no chance of soft recovery.
Updated by Flo Debian over 9 years ago
- File dmesg_s2.txt dmesg_s2.txt added
Here is
adb shell dmesg > dmesg_s2.txt
from the last crash.
Thank you for your help.
Updated by Denis 'GNUtoo' Carikli almost 9 years ago
- Category changed from 81 to Telephony and mobile data
- Device Galaxy S 2 (I9100) added
Updated by Kurtis Hanna about 5 years ago
- Resolution set to wontfix
This issue has been closed because Replicant 4.2 is no longer supported or maintained.