Thread: Talking alerts
View Single Post
  #5 (permalink)  
Old 07-20-2008, 02:01 PM
CyberGreg's Avatar
CyberGreg CyberGreg is offline
Retired Moderator
 
Join Date: Jul 2007
Device + Firmware: iPhone 3G/Touch 2.0
Operating System: OS 10.6
Posts: 1,096
Thanks: 58
Thanked 205 Times in 137 Posts

You can download them from my google.code page LINKAGE

It would be GREAT if someone ported the install to Cydia, MMi, anyone, anyone...


Code:
		<dict>
			<key>bundleIdentifier</key>
			<string>com.cybergreg.talkingsounds</string>
			<key>category</key>
			<string>Tweaks</string>
			<key>contact</key>
			<string>gregmeach@gmail.com</string>
			<key>date</key>
			<string>1201287600</string>
			<key>description</key>
			<string>Talking Alerts for new Mail, SMS and Voicemail. Use on version 1.1.1 and up</string>
			<key>hash</key>
			<string>8e871716b82b5437663164d9632ab8ae</string>
			<key>location</key>
			<string>http://applauncher.googlecode.com/files/TalkingSounds_v1.1.zip</string>
			<key>maintainer</key>
			<string>Greg Meach</string>
			<key>name</key>
			<string>Talking Alerts</string>
			<key>scripts</key>
			<dict>
				<key>install</key>
				<array>
					<array>
						<string>CopyPath</string>
						<string>uisounds/</string>
						<string>/System/Library/Audio/UISounds/</string>
					</array>
					<array>
						<string>CopyPath</string>
						<string>talkback/</string>
						<string>/System/Library/Audio/UISounds/talkback/</string>
					</array>
					<array>
						<string>Notice</string>
						<string>You MUST set new SMS to HORN</string>
					</array>
				</array>
				<key>uninstall</key>
				<array>
					<array>
						<string>CopyPath</string>
						<string>/System/Library/Audio/UISounds/talkback/</string>
						<string>/System/Library/Audio/UISounds/</string>
					</array>
				</array>
			</dict>
			<key>size</key>
			<string>876789</string>
			<key>url</key>
			<string>http://code.google.com/p/iswitcher/wiki/TalkingAlertsv10</string>
			<key>version</key>
			<string>1.1</string>
		</dict>
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote