Posts Tagged ‘tutorial’

Simple iPhone voicemail backup

Saturday, January 2nd, 2010

A great article from Strangely Dim on how to backup voicemail messages from the iPhone simply, with no additional apps, and no Jailbreaking.

1) Backup your phone in iTunes
2) Run a simple Terminal script (copy and paste)
3) Wait a few seconds and all of your voicemails are converted to .amr files. The one trick is giving the script a minute or so to run, I kept running it over and over without waiting for it to terminate on its own. Patience!

The script you need to run is here:

pushd ~/Library/Application\ Support/MobileSync/Backup ; \
for I in `find . -name *.mddata -exec grep -la “#\!AMR” {} +` ; \
do cp $I $OLDPWD/`basename -s mddata $I`amr ; \
done ; \
popd

And make sure to click through to Eric’s original article. Thanks for the hint!

Smashing Magazine design lists

Sunday, January 18th, 2009

Smashing Apps had a list of lists last year (if you dig deep you can waste hours) and I’ve pulled out some of my favorite lists below. If you are feeling brave, or you have a lot of time on your hands, the full set can be found at Smashing Apps Best of the Web

Top Brand SItes.

40 layouts.

100 Blog Designs.

40 good retouching lessons.