<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
The backup script(s) I posted are:<br>
<br>
root@nibbly-bits:~# cat backup_messages.sh<br>
#!/bin/sh<br>
<br>
d=$(date +%Y.%m.%d-%H%M)<br>
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device
org.freesmartphone.GSM.SIM.RetrieveMessagebook 'all' &gt;
messages-$d.txt<br>
<br>
root@nibbly-bits:~# cat backup_contacts.sh<br>
#!/bin/sh<br>
<br>
d=$(date +%Y.%m.%d-%H%M)<br>
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device
org.freesmartphone.GSM.SIM.RetrievePhonebook 'contacts' &gt;
contacts-$d.txt<br>
<br>
<br>
<br>
Mind the line wrapping - the mdbus line is all on one line and ends at
the .txt<br>
<br>
I also had this problem for a few weeks, it was rather frustrating.&nbsp; My
FR -thought- the sim was empty and had no messages in it, but in
reality it was chock full.&nbsp; I had to pull my sim and put it in another
phone about five times before the problem got fixed and deleting them
actually did delete.<br>
<br>
-david<br>
<br>
On 05/17/09 05:16, Chaosspawn23 wrote:
<blockquote cite="mid:4A0FD5D7.70500@gmx.net" type="cite">
  <pre wrap="">ivvmm schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello list.

My friend's been having this problem for a long time(since I installed
her SHR, before that it was FDOM). And I experience it myself.

The message 'Your storage is full' is being displayed for me each time
the distribution boots and nothing could be done with it. Cannot see
_ANY_ sms in the messages app. There is _nothing_ displayed.

My friend says she's been able to delete them by inserting the sim into
her Motorola and deleting them by hand there.

What's the problem here? What app works with the sim card? Does the gsm
modem work with it so it is broken or is it just a modem?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I *think* I had the same problem some time ago with shr testing. I was able to
fix them by deleting all (!) messages on the SIM via SHR-Settings (the option
for that is under "phone" IIRC). Not a nice fix, but it works. If you want to
keep your messages, you could run the backup script somebody posted here some
time ago to copy your messages into a file in advance.

Regards,
Konstantin

_______________________________________________
Openmoko community mailing list
<a class="moz-txt-link-abbreviated" href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</a>

  </pre>
</blockquote>
<br>
</body>
</html>