Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

VoiceOver Installation Problems - ITunes unknown error (1701)

Is anyone having problems installing VoiceOver on their shuffle? I have set it up and restored a dozen times and after downloading VoiceOver, I get an unknown error (1701) that it cannot be installed on the shuffle.

I have had the shuffle for 2 says and no VoiceOver... 😟

Macbook Pro 17", Mac OS X (10.5.6)

Posted on Mar 14, 2009 7:10 AM

Reply
41 replies

Mar 14, 2009 7:57 PM in response to Jonozo

I was having the same trouble, and it seemed to be happening when it was looking for admin authentication.

I created a standard user account, ran iTunes, and told it to install VoiceOver. It prompted me for admin credentials, which I provided. It download and installed VoiceOver without issue. I logged back in with my normal account and it sees it enabled correctly.

Hope that helps

Mar 15, 2009 2:16 PM in response to CSM55

Hi CM,

This is a little involved, but if you're up for it, open Terminal, and paste in these three commands:

set +H

sudo mkdir -p "/Library/Application Support/iTunes/iPodVoiceOver.framework/Versions/A/Resources"

echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?><!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"><plist version=\"1.0\"><dict> <key>CFBundleShortVersionString</key><string>0.0</string></dict></plist>" | sudo tee "/Library/Application Support/iTunes/iPodVoiceOver.framework/Versions/A/Resources/version.plist" > /dev/null

You will be prompted for your password after the second command.

Then, paste in this command:

softwareupdate --list

And report back what you get in that list! (Copy and paste the output to your post?)

Mar 15, 2009 3:31 PM in response to CSM55

Good question! In order to install the VoiceOver Kit, iTunes writes a version.plist into /Library/Application Support/iTunes/iPodVoiceOver.framework/Versions/A/Resources/ which specifies that Apple Software Update should make the VoiceOver Kit available to install on your machine. But if there's an error, iTunes deletes that plist. The commands basically do the same thing iTunes does; it writes that plist back where iTunes had it. Then, when you run softwareupdate --list, we can check which updates are available for your machine, and the VoiceOver Kit should be listed. If it's not listed, that's why you're getting the 1701 error.

One command at a time, the "set +H" temporarily disables the "!-style history expansion" of the BASH shell. We need this because the third command has an exclamation point in it. When you open a new Terminal window, this setting will be back to your default.

The second command creates the directory we're going to write the version.plist into.

The third command writes the version.plist into the directory we created. The contents of this plist are the same as what iTunes writes when you first go to install the VoiceOver Kit.

If you're fast, you can actually see iTunes create that version.plist in /Library/Application Support/iTunes/iPodVoiceOver.framework/Versions/A/Resources/ when you click Enable VoiceOver in the iPod settings and Apply. And then when you get the 1701 error, you'll see that iTunes deletes that version.plist.

Finally, softwareupdate --list just lists the available software updates for your machine; it doesn't actually install any. We want to examine that list!

Mar 15, 2009 4:20 PM in response to toonz

Did as you said Toonz, Return text said "No new software available." After the process you listed, I Enable the "Enable VoiceOver" in the Voice Feedback section of the device summary in iTunes 8.01. It starts the download of the VoiceOver Kit again and stops ands displays the "iTunes was unable to install the VoiceOver Kit. An unknown error has occurred (1701)" message. Frustrating. I think I'll head to the Apple store brfore they close.

Thanks for trying!

CM

VoiceOver Installation Problems - ITunes unknown error (1701)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.