
Originally Posted by
cryptyk
After some investigation, I found a fix that works for me. Use this at your own
risk. First, the summary: The file /data/misc/rild_ril.clip is a single byte,
either ASCII '1' or ASCII '0'. Somehow this value is being flipped from '1' to '0'
during low storage space conditions and causes the problem. The solution is to
either edit the file, or just delete it and let it be rebuilt.
The steps to fix this problem on your device without losing any data are as follows:
REQUIREMENTS:
ADB or a terminal/console application
STEPS:
1) Get to a shell prompt. If you're using ADB, it's "adb shell". If you're using a
terminal/console app, just launch it.
2) Type "rm /data/misc/rild_ril.clip"
3) Reboot the phone.
That's it. Please let me know if it works/doesn't work for you.
Bookmarks