<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Saving Voicemail on a non-Jailbroken iPhone</title>
	<atom:link href="http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/</link>
	<description>&#34;…there is madness in their hearts while they live…&#34;</description>
	<lastBuildDate>Fri, 26 Aug 2011 03:40:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ericb</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-344</link>
		<dc:creator>ericb</dc:creator>
		<pubDate>Fri, 26 Aug 2011 03:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-344</guid>
		<description>Ack - sorry, Richard - your very helpful comment got lost in the moderation queue until I found it just now.  Apologies!</description>
		<content:encoded><![CDATA[<p>Ack &#8211; sorry, Richard &#8211; your very helpful comment got lost in the moderation queue until I found it just now.  Apologies!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Owen</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-257</link>
		<dc:creator>Richard Owen</dc:creator>
		<pubDate>Fri, 24 Jun 2011 16:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-257</guid>
		<description>See my later post for doing this on Windows:
http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-255</description>
		<content:encoded><![CDATA[<p>See my later post for doing this on Windows:<br />
<a href="http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-255" rel="nofollow">http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-255</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Owen</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-256</link>
		<dc:creator>Richard Owen</dc:creator>
		<pubDate>Fri, 24 Jun 2011 15:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-256</guid>
		<description>See my later post:
http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-255</description>
		<content:encoded><![CDATA[<p>See my later post:<br />
<a href="http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-255" rel="nofollow">http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-255</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Owen</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-255</link>
		<dc:creator>Richard Owen</dc:creator>
		<pubDate>Fri, 24 Jun 2011 15:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-255</guid>
		<description>For Windows:

Get the free &#039;file&#039; command:
http://gnuwin32.sourceforge.net/packages/file.htm

For Windows XP go to: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\

For Windows Vista and Windows 7 I&#039;ve heard it is this, but have not confirmed:
\Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\

The voicemails (I did this on XP) are in files with no extension. The file command can figure out which files are audio files and the following command line (you will need to modify it to include it in a batch file) uses the file command to copy off the audio files (they are all voicemails it seems) to .amr files which can be read by QuickTime or maybe the Real Player:
@for %f in (*.) do @(for /F &quot;usebackq tokens=1,2* delims=; &quot; %g in (`file %f`) do @(if %h==Adaptive copy %g %g.amr))

I also learned from this post, so credit due:
http://www.instructables.com/id/How-to-Download-Voicemail-from-an-iPhone/</description>
		<content:encoded><![CDATA[<p>For Windows:</p>
<p>Get the free &#039;file&#039; command:<br />
<a href="http://gnuwin32.sourceforge.net/packages/file.htm" rel="nofollow">http://gnuwin32.sourceforge.net/packages/file.htm</a></p>
<p>For Windows XP go to: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\</p>
<p>For Windows Vista and Windows 7 I&#039;ve heard it is this, but have not confirmed:<br />
\Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\</p>
<p>The voicemails (I did this on XP) are in files with no extension. The file command can figure out which files are audio files and the following command line (you will need to modify it to include it in a batch file) uses the file command to copy off the audio files (they are all voicemails it seems) to .amr files which can be read by QuickTime or maybe the Real Player:<br />
@for %f in (*.) do @(for /F &#034;usebackq tokens=1,2* delims=; &#034; %g in (`file %f`) do @(if %h==Adaptive copy %g %g.amr))</p>
<p>I also learned from this post, so credit due:<br />
<a href="http://www.instructables.com/id/How-to-Download-Voicemail-from-an-iPhone/" rel="nofollow">http://www.instructables.com/id/How-to-Download-Voicemail-from-an-iPhone/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darlene Wong</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-132</link>
		<dc:creator>Darlene Wong</dc:creator>
		<pubDate>Fri, 28 Jan 2011 10:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-132</guid>
		<description>Thanks for sharing this tip.  I am running iOS 4.2.1 on an iPhone 3G.  The following modification works for me:

pushd ~/Library/Application\ Support/MobileSync/Backup ; for I in `find . -name &quot;*&quot; -exec  grep -la &#039;#\!AMR&#039; {} \;` ; do cp $I $OLDPWD/$I.amr; done ; popd</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this tip.  I am running iOS 4.2.1 on an iPhone 3G.  The following modification works for me:</p>
<p>pushd ~/Library/Application\ Support/MobileSync/Backup ; for I in `find . -name &#034;*&#034; -exec  grep -la &#039;#\!AMR&#039; {} \;` ; do cp $I $OLDPWD/$I.amr; done ; popd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericb</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-120</link>
		<dc:creator>ericb</dc:creator>
		<pubDate>Wed, 05 Jan 2011 20:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-120</guid>
		<description>Yikes - I hope you&#039;re able to recover the voicemail!  I still don&#039;t have an iPhone 4, so I still can&#039;t help directly, but if you&#039;re on a Mac, I&#039;d try Justin Smith&#039;s suggestion (above) for &lt;a href=&quot;http://decipher-media.com/iphone-tools/&quot; rel=&quot;nofollow&quot;&gt;Decipher VoiceMail&lt;/a&gt;.  It supposedly works on later versions of iOS, and is probably more tested than my hack method.  I haven&#039;t tried it personally, but it&#039;s probably worth a shot.

If you&#039;re on Windows, you might be stuck with the much more expensive &lt;a href=&quot;http://www.markspace.com/products/iphone/missing-sync-iphone-windows.html&quot; rel=&quot;nofollow&quot;&gt;The Missing Sync&lt;/a&gt;.  In either case, I&#039;d say one of those two is going to be your best bet - hopefully you have a backup that was made recently enough to have the voicemails.  I would probably avoid creating any new backups for the time being just in case a newer backup might overwrite an older one.</description>
		<content:encoded><![CDATA[<p>Yikes &#8211; I hope you&#039;re able to recover the voicemail!  I still don&#039;t have an iPhone 4, so I still can&#039;t help directly, but if you&#039;re on a Mac, I&#039;d try Justin Smith&#039;s suggestion (above) for <a href="http://decipher-media.com/iphone-tools/" rel="nofollow">Decipher VoiceMail</a>.  It supposedly works on later versions of iOS, and is probably more tested than my hack method.  I haven&#039;t tried it personally, but it&#039;s probably worth a shot.</p>
<p>If you&#039;re on Windows, you might be stuck with the much more expensive <a href="http://www.markspace.com/products/iphone/missing-sync-iphone-windows.html" rel="nofollow">The Missing Sync</a>.  In either case, I&#039;d say one of those two is going to be your best bet &#8211; hopefully you have a backup that was made recently enough to have the voicemails.  I would probably avoid creating any new backups for the time being just in case a newer backup might overwrite an older one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward H</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-119</link>
		<dc:creator>Edward H</dc:creator>
		<pubDate>Wed, 05 Jan 2011 18:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-119</guid>
		<description>Hello Eric,

I am desperate for your assistance. Somehow AT&amp;T wiped out all of my saved voicemails during an upgrade on my iPhone 4 from the original OS (4.0) to the current OS (4.2.1). The voicemails wiped out were only saved ones (about 20 or so), new, unlistened to messages (2 from October), were retained and accessible. I contacted AT&amp;T and after a couple hours between different departments, i was told my messages are gone!

My hope is that I can retrieve the messages from a backup file. The reason for the dire need of the files is that I have messages from my mother (she unexpectantly  passed away in October) to my kids, singing happy birthday and other fond memories. 

If you have any suggestions I would be highly appreciative and grateful for your efforts. Thank you!</description>
		<content:encoded><![CDATA[<p>Hello Eric,</p>
<p>I am desperate for your assistance. Somehow AT&amp;T wiped out all of my saved voicemails during an upgrade on my iPhone 4 from the original OS (4.0) to the current OS (4.2.1). The voicemails wiped out were only saved ones (about 20 or so), new, unlistened to messages (2 from October), were retained and accessible. I contacted AT&amp;T and after a couple hours between different departments, i was told my messages are gone!</p>
<p>My hope is that I can retrieve the messages from a backup file. The reason for the dire need of the files is that I have messages from my mother (she unexpectantly  passed away in October) to my kids, singing happy birthday and other fond memories. </p>
<p>If you have any suggestions I would be highly appreciative and grateful for your efforts. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericb</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-87</link>
		<dc:creator>ericb</dc:creator>
		<pubDate>Sun, 24 Oct 2010 18:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-87</guid>
		<description>Hi Raj,

The script was just for OS X users, though it sounds like you must have Cygwin installed to be getting as far as getting an error from bash.  I don&#039;t have a Windows 7 machine to try something similar on, with or without Cygwin... and according to Fred above, there are no more .mddata files with iOS 4.x.  Soon as I get an iPhone 4 (hopefully on Verizon), I&#039;ll update the script.</description>
		<content:encoded><![CDATA[<p>Hi Raj,</p>
<p>The script was just for OS X users, though it sounds like you must have Cygwin installed to be getting as far as getting an error from bash.  I don&#039;t have a Windows 7 machine to try something similar on, with or without Cygwin&#8230; and according to Fred above, there are no more .mddata files with iOS 4.x.  Soon as I get an iPhone 4 (hopefully on Verizon), I&#039;ll update the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj More</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-86</link>
		<dc:creator>Raj More</dc:creator>
		<pubDate>Sun, 24 Oct 2010 18:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-86</guid>
		<description>I have Windows 7, iTunes 10.0.1.22 and iPhone 4G with OS 4.1

This script does not work for me. I get an error saying 

bash: pushd: /home/Raj.More/Library/Application Support/MobileSync/Backup: No such file or directory
bash: popd: directory stack empty</description>
		<content:encoded><![CDATA[<p>I have Windows 7, iTunes 10.0.1.22 and iPhone 4G with OS 4.1</p>
<p>This script does not work for me. I get an error saying </p>
<p>bash: pushd: /home/Raj.More/Library/Application Support/MobileSync/Backup: No such file or directory<br />
bash: popd: directory stack empty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericb</title>
		<link>http://strangelydim.com/2009/11/24/saving-voicemail-on-a-non-jailbroken-iphone/comment-page-1/#comment-73</link>
		<dc:creator>ericb</dc:creator>
		<pubDate>Mon, 04 Oct 2010 02:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://strangelydim.com/?p=34#comment-73</guid>
		<description>Nuts - I&#039;m still on an original iPhone, so no iOS 4.x for me.  I&#039;m still foolishly holding out hope that AT&amp;T won&#039;t be the only carrier option in the U.S. come January.  A man can dream.</description>
		<content:encoded><![CDATA[<p>Nuts &#8211; I&#039;m still on an original iPhone, so no iOS 4.x for me.  I&#039;m still foolishly holding out hope that AT&#038;T won&#039;t be the only carrier option in the U.S. come January.  A man can dream.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 372/384 objects using disk: basic

Served from: strangelydim.com @ 2012-02-22 20:48:26 -->
