Is a FreeRunner sufficient for me?

David Ford david at blue-labs.org
Sat Jun 20 09:02:08 CEST 2009


Here they are, please note if this email gets munged, the mdbus line 
ending in the .txt is one one line:

root at 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

root at 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

-david



More information about the community mailing list