How to Download Voicemail from an iPhone by Alan Nishioka
voicemail.png
You can copy voicemail and other files from an iTunes backup just by renaming some files.

No jailbreaking or re-recording required!

This does require some familiarity with the command prompt (aka. command shell).

I was thinking of writing a small program or script to automate this but I am not sure what language to write it in.

I also don't really know how to illustrate this.

 
Remove these adsRemove these ads by Signing Up

Step 1: When you sync your iPhone, iTunes backs up your files

itunes-backup.png
When you sync your iPhone, iTunes backs up your files in:
Mac: ~/Library/Application Support/MobileSync/Backup/
Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
Windows Vista and Windows 7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\

Apple has some more information about iPhone and iTouch backups here.
It doesn't mention voicemail, but voicemail files are indeed included.

Flocke says: Sep 19, 2012. 2:38 AM
I've got a problem with saving the SMS files in an arranged way since the extensions are gone. The only way to see the SMS chats (without jailbreaking my iPhone or buying any software) seems to open the backup file with editor, which is nonsense.
Could you help me?


I am using an iPhone 3GS and a Windows Vista PC.
Richard Owen says: Jun 24, 2011. 8:48 AM
This really helped me. Thanks.
On Windows, I find that all the files have no extension (i.e. no .mddata extension). Here's the command line I used to copy all the voicemails to .amr files:
@for %f in (*.) do @(for /F "usebackq tokens=1,2* delims=; " %g in (`file %f`) do @(if %h==Adaptive copy %g %g.amr))
If you put it in a batch file, you'll need to double up some of the % signs.
The backups seem to include deleted or old voicemails. Next time, I will explore ways to zero in on the ones I want to save.
Alan Nishioka (author) says: Jun 26, 2011. 11:16 AM
I'm glad you found it useful.
Looks like Apple has changed how it saves files. My latest backups don't have an extension either.
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!