The backup script(s) I posted are:

r...@nibbly-bits:~# cat backup_messages.sh
#!/bin/sh

d=$(date +%Y.%m.%d-%H%M)
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.RetrieveMessagebook 'all' > messages-$d.txt

r...@nibbly-bits:~# cat backup_contacts.sh
#!/bin/sh

d=$(date +%Y.%m.%d-%H%M)
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.RetrievePhonebook 'contacts' > contacts-$d.txt



Mind the line wrapping - the mdbus line is all on one line and ends at the .txt

I also had this problem for a few weeks, it was rather frustrating. My FR -thought- the sim was empty and had no messages in it, but in reality it was chock full. 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.

-david

On 05/17/09 05:16, Chaosspawn23 wrote:
ivvmm schrieb:
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?

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
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to