<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OS X Daily &#187; iPad</title>
	<atom:link href="http://osxdaily.com/category/ipad/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sat, 11 Feb 2012 20:32:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Download Photo Stream Photos to a Folder in Mac OS X</title>
		<link>http://osxdaily.com/2012/02/11/save-photo-stream-photos-to-folder-mac-os-x/</link>
		<comments>http://osxdaily.com/2012/02/11/save-photo-stream-photos-to-folder-mac-os-x/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 20:32:15 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Photo Stream]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27113</guid>
		<description><![CDATA[Photo Stream is a nice feature of iCloud that pushes all of your pictures automatically to your other iOS devices and your Mac with iPhoto or Aperture. If you haven&#8217;t used it before, this means if you take a picture on your iPhone, it will automatically show up in the Photo Stream on your iPad, [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/save-photo-stream-images-mac.jpg" alt="Save Photo Stream Images to a folder in Mac OS X" title="save-photo-stream-images-mac" width="620" height="299" class="aligncenter size-full wp-image-27115" /></p>
<p>Photo Stream is a nice feature of iCloud that pushes all of your pictures automatically to your other iOS devices and your Mac with iPhoto or Aperture. If you haven&#8217;t used it before, this means if you take a picture on your iPhone, it will automatically show up in the Photo Stream on your iPad, and also in iPhoto on your Mac. Oddly, there isn&#8217;t an option to choose a destination other than iPhoto or Aperture in Mac OS X though, but this cool trick allows you to specify a folder and then download all the images from iCloud to your Mac, without using iPhoto or Aperture.</p>
<p>In order to use the following script, you will need iOS 5 and OS X 10.7.2 or later, as well as <a href="http://osxdaily.com/2011/10/12/how-to-setup-icloud/">iCloud set up and configured</a> and the Photo Stream option enabled in Mac OS X&#8217;s iCloud System Preferences.</p>
<h2 style="font-size:1.2em;">Save Photo Stream Images to a Folder in Mac OS X</h2>
<ul>
<li>Open AppleScript Editor, found at /Applications/Utilities/AppleScript Editor.app</li>
<li>In a new blank AppleScript window, paste in the following code, replacing &#8220;USERNAME&#8221; with the short user name of your Mac OS X home directory:</li>
<p><code>tell application "Finder"<br />
set this_folder to "Macintosh HD:Users:USERNAME:Library:Application Support:iLifeAssetManagement:assets" as alias<br />
set target_folder to "Macintosh HD:Users:USERNAME:Pictures:MyStream" as alias<br />
try<br />
duplicate (every file of the entire contents of this_folder whose name contains "IMG") to the target_folder with replacing<br />
end try<br />
end tell</code></p>
<li>This will look something like this in the AppleScript editor:</li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/download-photo-stream-images-script.jpg" alt="Download Photo Stream Images to a Folder in Mac OS X with an AppleScript" title="download-photo-stream-images-script" width="596" height="294" class="aligncenter size-full wp-image-27125" /></p>
<ul>
<li>Adjust the target_folder variables as appropriate &#8211; Change &#8220;Macintosh HD&#8221; if your hard drive is named something else, and change &#8220;MyStream&#8221; if you want the final directory to be something other than that name located in the user Pictures directory &#8211; remember with AppleScript, rather than slashes the colon is used instead to type and show file and folder paths</li>
<li>Run the script to verify that it works and then save the script with an appropriate name like &#8220;PhotoStreamDownloader&#8221;, and select &#8220;Application&#8221; as the file format for easy access and launching later</li>
</ul>
<p>Now anytime you want to download your Photo Stream to your Mac, just launch that saved script app and you will grab your latest Photo Stream images to the configure directory in Mac OS X. For best results, place the application into your /Applications directory and add it to Launchpad for easy future use.</p>
<p>AppleScript Editor is fairly intuitive, and if you entered a directory or path wrong when you attempt to run the script it will let you know with an &#8220;AppleScript Error&#8221; message. If you get a &#8220;iLifeAssetManagement:assets wasn&#8217;t found&#8221; message, then you haven&#8217;t enabled Photo Stream in iCloud&#8217;s System Preference panel. </p>
<p>Hopefully a future update to iCloud and Photo Stream will allow us to choose an image download destination directly, but until then this great trick from <a href="http://www.idownloadblog.com/2012/02/11/save-photo-stream-images/">iDownloadblog</a> works just fine.</p>
<p>Like this? Check out some <a href="http://osxdaily.com/tag/icloud/">more iCloud tips</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/11/save-photo-stream-photos-to-folder-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make an Active Console Log the Background Wallpaper of iPad or iPhone</title>
		<link>http://osxdaily.com/2012/02/11/make-an-active-console-log-the-background-wallpaper-of-ipad-or-iphone/</link>
		<comments>http://osxdaily.com/2012/02/11/make-an-active-console-log-the-background-wallpaper-of-ipad-or-iphone/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 19:51:09 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[interesting]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[WallpaperLog]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27104</guid>
		<description><![CDATA[A new free app will soon be available on the Cydia store that puts an active Console log as the background wallpaper of your iPhone, iPad, or iPod touch, giving you an overview of all low level events going on with iOS on the device. WallpaperLog will be a free download on Cydia. Of course, [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/wallpaperlog-ios.jpg" alt="WallpaperLog for iOS" title="wallpaperlog-ios" width="620" height="439" class="aligncenter size-full wp-image-27105" /></p>
<p>A new free app will soon be available on the Cydia store that puts an active Console log as the background wallpaper of your iPhone, iPad, or iPod touch, giving you an overview of all low level events going on with iOS on the device. </p>
<p>WallpaperLog will be a free download on Cydia. Of course, to use and access the Cydia store you will need to have a jailbroken iOS device. Nowadays that isn&#8217;t too hard to do and it&#8217;s easy to reverse, so if you don&#8217;t have jailbroken hardware and are interested in trying this out, backup your iOS device and then use either <a href="http://osxdaily.com/2012/01/20/jailbreak-iphone-4s-ios-5-0-1-absinthe/">Absinthe for iOS 5.01. on iPad 2 and iPhone 4S</a> or <a href="http://osxdaily.com/2011/12/27/how-to-jailbreak-ios-5-0-1-untethered-with-redsn0w/">redsn0w for iOS 5.0.1 on all other iDevices</a>. </p>
<p>It&#8217;s not known for certain yet, but it looks like this scrolls through /private/var/log/system.log, as you can see up top on an iPhone (left) and iPad (right), and larger full size screenshots below. Is this useful? Not necessarily for everyone. Is this cool? Yes, absolutely, and the geekier amongst us should get a kick out of it, much like a GeekTool script <a href="http://osxdaily.com/2011/07/11/display-a-list-of-open-network-connections-on-the-mac-os-x-desktop/">running atop</a> the background of a Mac OS X desktop,</p>
<p><span id="more-27104"></span><br />
Larger view of WallpaperLog on iPad:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/wallpaperlog-ipad.jpg" alt="WallpaperLog on iPad" title="wallpaperlog-ipad" width="620" height="827" class="aligncenter size-full wp-image-27106" /></p>
<p>Larger screen shot of WallpaperLog on iPhone:<br />
<img src="http://osxdaily.com/wp-content/uploads/2012/02/wallpaperlog-iphone.jpg" alt="WallpaperLog on iPhone" title="wallpaperlog-iphone" width="600" height="900" class="aligncenter size-full wp-image-27107" /></p>
<p>If you don&#8217;t see WallpaperLog yet it&#8217;s because it was just submitted, so look again shortly and it should be up. Hat tip to developer <a href="https://twitter.com/filippobiga/status/168399796686692354">@filippobiga</a> for screenshots and info.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/11/make-an-active-console-log-the-background-wallpaper-of-ipad-or-iphone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How iPad 3&#8242;s Retina Display Resolution Would Compare to Other Screens</title>
		<link>http://osxdaily.com/2012/02/10/how-ipad-3s-retina-display-resolution-would-compare-to-other-screens/</link>
		<comments>http://osxdaily.com/2012/02/10/how-ipad-3s-retina-display-resolution-would-compare-to-other-screens/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 07:02:29 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad 3]]></category>
		<category><![CDATA[Rumor]]></category>
		<category><![CDATA[rumors]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27051</guid>
		<description><![CDATA[Assuming iPad 3 (or whatever the next iPad is called) gets the much rumored and highly anticipated &#8216;retina&#8217; treatment, the screens resolution would come in at a whopping 2048&#215;1536 pixels. That&#8217;s an enormous amount of pixels for a screen that isn&#8217;t even 10&#8243;, and to help convey just how large that is comes an image [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/ipad-3-vs-other-resolutions.jpg" alt="iPad 3 vs other resolutions" title="ipad-3-vs-other-resolutions" width="620" height="465" class="aligncenter size-full wp-image-27052" style="border:1px solid #333;" /></p>
<p>Assuming iPad 3 (or whatever the next iPad is called) gets the <a href="http://osxdaily.com/2012/02/09/ipad-3-release-set-for-march/">much rumored</a> and highly anticipated &#8216;retina&#8217; treatment, the screens resolution would come in at a whopping 2048&#215;1536 pixels. That&#8217;s an enormous amount of pixels for a screen that isn&#8217;t even 10&#8243;, and to help convey just how large that is comes an image from <a href="http://clkoerner.com/2012/02/09/what-does-the-new-ipad-screen-look-like/">clkoerner</a> that compares the rumored iPad 3 resolution to other common resolutions, including the original iPhones, retina iPhones, prior iPads, and a Blu-ray full HD 1080p movie.</p>
<p><a href="http://clkoerner.com/wordpress/wp-content/uploads/2012/02/omgitsfullofpixels.png" target="_blank">Click here to see the full version</a>, be prepared to do a lot of horizontal and vertical scrolling. </p>
<p>As we&#8217;ve mentioned before, there is currently no Mac screen capable of displaying a resolution of that size natively, which will pose an interesting challenge for developers and designers to prepare artwork and apps for the next iPad. That fact combined with <a href="http://osxdaily.com/2012/02/07/high-dpi-cursors-found-in-os-x-10-7-3/">recent evidence</a> and rumors have led many to believe that Macs with high DPI displays may arrive soon after iPad 3 is announced, although this could be just wishful thinking. A refreshed Apple lineup complete with ultra high resolutions? Let&#8217;s hope so, we&#8217;ll be finding out soon enough.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/10/how-ipad-3s-retina-display-resolution-would-compare-to-other-screens/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>iPad 3 Release Set for March</title>
		<link>http://osxdaily.com/2012/02/09/ipad-3-release-set-for-march/</link>
		<comments>http://osxdaily.com/2012/02/09/ipad-3-release-set-for-march/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 17:57:04 +0000</pubDate>
		<dc:creator>Matt Chan</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Rumor]]></category>
		<category><![CDATA[iPad 3]]></category>
		<category><![CDATA[rumors]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=27017</guid>
		<description><![CDATA[The iPad 3 will be announced in the first week of March and likely go on sale soon after, according to a new report from the Wall Street Journal&#8217;s AllThingsD. Typically well connected and the source of most accurate leaks from Apple, AllThingsD says the event will probably be held at the Yerba Buena Center [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/ipad-3-looks-like-ipad-2.jpg" alt="iPad 3 looks like an iPad 2" title="ipad-3-looks-like-ipad-2" width="620" height="64" class="aligncenter size-full wp-image-27021" /></p>
<p>The <a href="http://osxdaily.com/tag/ipad-3/">iPad 3</a> will be announced in the first week of March and likely go on sale soon after, according to a new report from the <a href="http://allthingsd.com/20120209/apple-to-announce-ipad-3-first-week-in-march/">Wall Street Journal&#8217;s AllThingsD</a>. Typically well connected and the source of most accurate leaks from Apple, AllThingsD says the event will probably be held at the Yerba Buena Center for the Arts in San Francisco.</p>
<p>As for the device itself, AllThingsD reiterates existing rumors that iPad 3 will have a much faster processor and a high resolution &#8220;retina&#8221; display. Here is a roundup of the current rumors to paint a better picture of the device we&#8217;ll see in March:</p>
<ul>
<li>Quad-Core CPU</li>
<li>Improved graphics chip</li>
<li>2048&#215;1536 resolution retina display</li>
<li>Dual Mode CDMA-GSM Support for 3G devices</li>
<li>Improved rear and front cameras</li>
<li>Enclosure, size, and appearance practically identical to iPad 2</li>
<li>Siri integration</li>
<li>Likely to ship with iOS 5.1</li>
</ul>
<p>Most of these rumors have <a href="http://osxdaily.com/2011/11/22/ipad-3-with-retina-display-and-an-ipad-mini-7-8-to-be-released-in-2012/">been around a while</a> in some form or another. There is also some speculation that the next iPad won&#8217;t be called iPad 3 at all, but possibly iPad 2S, iPad HD, or something else entirely.</p>
<p>Regarding the physical appearance of the device, AllThingsD says the next iPad will be &#8220;similar in form factor to the iPad 2&#8243;. This is familiar wording to the final rumors leading up to the iPhone 4S&#8217;s release last year, which ended up looking almost identical to the prior generation iPhone 4. The idea of having a similar appearance is also backed up by recently leaked images from <a href="http://apple.pro/index.php?do=/blog/7/ipad3-%E5%BE%8C%E8%93%8B%E6%9B%9D%E5%85%89%E6%80%8E%E9%BA%BC%E9%80%99%E9%BA%BC%E5%A4%9A%E9%98%BF-xd/">Apple.pro</a> that are said to be of the third generation iPad rear shell:</p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/ipad-3-shell.jpg" alt="iPad 3 shell" title="ipad-3-shell" width="620" height="223" class="aligncenter size-full wp-image-27020" /></p>
<p>These pictures show what appears to be a rear enclosure for an iPad with a 3G antenna, and although it looks nearly the same as iPad 2 there are some minor differences in how the interior is laid out.</p>
<p><strong>Update:</strong> The <a href="http://bits.blogs.nytimes.com/2012/02/09/ipad-march-apple/">New York Times</a> is also chiming in with their own sources, confirming the early March timeframe and also reaffirming some of the hardware rumors:</p>
<blockquote><p>An Apple employee said that the version of the new iPad that is being tested inside the company is “essentially the same size and shape as the iPad 2,” with an improved and “truly amazing” screen. The tablet will include a faster processor, said the employee, who did not want to be identified because Apple is not fond of leaks.</p></blockquote>
<p>The NYT report also raises some questions on naming the next iPad, which may or may not be called iPad 3.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/09/ipad-3-release-set-for-march/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Restore an iPhone or iPad Using iTunes</title>
		<link>http://osxdaily.com/2012/02/09/restore-iphone-or-ipad-with-itunes/</link>
		<comments>http://osxdaily.com/2012/02/09/restore-iphone-or-ipad-with-itunes/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 12:12:32 +0000</pubDate>
		<dc:creator>Matt Chan</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26055</guid>
		<description><![CDATA[Restoring an iPhone or iPad to it&#8217;s default factory settings is easy whether you are restoring as a troubleshooting step or just preparing to transfer ownership of the hardware. You can reset the iPhone on the the device itself, but if the device is unresponsive, stuck on a boot loop, or otherwise needs to be [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/restore-iphone-or-ipad.jpg" alt="Restore an iPhone or iPad" title="restore-iphone-or-ipad" width="570" height="289" class="aligncenter size-full wp-image-26993" /></p>
<p>Restoring an iPhone or iPad to it&#8217;s default factory settings is easy whether you are restoring as a troubleshooting step or just preparing to transfer ownership of the hardware. You can <a href="http://osxdaily.com/2012/01/17/reset-iphone-factory-settings/">reset the iPhone on the the device itself</a>, but if the device is unresponsive, stuck on a boot loop, or otherwise needs to be restored directly, the next choice is to connect the iOS hardware to a computer and use iTunes.</p>
<p>Using iTunes is also typically faster than resetting through the iPhone or iPad itself, so keep this in mind if you tried the on-device method but it took forever.</p>
<h2 style="font-size:1.2em;">How to Restore an iPhone or iPad with iTunes</h2>
<p>If you want to restore to factory settings, <em>do not</em> restore from a backup during this process:</p>
<ol>
<li>Launch iTunes</li>
<li>Connect the iPhone, iPad, or iPod touch to the computer and select it within iTunes, if it&#8217;s <a href="http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/">not visible</a> check the &#8220;Show&#8221; button</li>
<li>Click on the &#8220;Summary&#8221; tab and click on the &#8220;Restore&#8221; button</li>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/restore-iphone-factory-settings.jpg" alt="Restore iPhone or iPad to factory settings" title="restore-iphone-factory-settings" width="620" height="153" class="aligncenter size-full wp-image-26991" /></p>
<li>iTunes will prompt you to back up the device, this is recommended but if you want factory settings only click &#8220;Don&#8217;t Back Up&#8221;</li>
<li>At the confirmation screen, click on &#8220;Restore&#8221; to begin restoring the device to factory settings</li>
</ol>
<p>When finished, iTunes will alert you the device has been restored, but restoring may take a while. When the device is done, the iPhone/iPad/iPod touch will boot up and be reset completely to factory settings. This means that pre-iOS 5 will require the device to be connected to iTunes to finish, or after iOS 5 you will be presented with the familiar set up screens.</p>
<p>As mentioned before, to maintain the factory settings do not select to <a href="http://osxdaily.com/2010/10/21/restore-iphone-from-backup/">restore from a backup</a> when this process is finished, otherwise you&#8217;ll simply be left with a device that has a freshly installed iOS but with the same data as when you started.</p>
<p>If you encounter <a href="http://osxdaily.com/2010/12/06/error-3194-fix-for-itunes/">error 3194</a> during this process, you probably jailbroke your device at some point and need to change the the hosts file.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/09/restore-iphone-or-ipad-with-itunes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Not in iTunes? Fixing It Is Probably Easier Than You Think</title>
		<link>http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/</link>
		<comments>http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:35:40 +0000</pubDate>
		<dc:creator>William Pearson</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26900</guid>
		<description><![CDATA[The iPhone is connected to a computer with it&#8217;s USB cable, you launch iTunes and&#8230; the iPhone isn&#8217;t shown in iTunes. What gives? Fixing this problem is probably a lot easier than you think, and after fielding a call about this I found the simplest explanation was the solution as to why someones iPhone wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/iphone-not-in-itunes.jpg" alt="iPhone not in iTunes" title="iphone-not-in-itunes" width="620" height="435" class="aligncenter size-full wp-image-26901" /></p>
<p>The iPhone is connected to a computer with it&#8217;s USB cable, you launch iTunes and&#8230; the iPhone isn&#8217;t shown in iTunes. What gives? Fixing this problem is probably a lot easier than you think, and after fielding a call about this I found the simplest explanation was the solution as to why someones iPhone wasn&#8217;t appearing in iTunes:</p>
<ul>
<li>Ensure the iPhone is connected to the computer with a functioning USB cable</li>
<li>Launch iTunes</li>
<li>Hover over the &#8220;DEVICES&#8221; item in the sidebar until the &#8220;Show&#8221; button appears and click on it</li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/02/show-iphone-itunes.jpg" alt="iPhone not in iTunes and now showing in iTunes" title="show-iphone-itunes" width="620" height="438" class="aligncenter size-full wp-image-26902" /></p>
<p>The iPhone will now be visible, as technically it was always in iTunes it was just hidden. It seems like the &#8220;Hide&#8221; button can be clicked accidentally, which can lead users to believe they have a more serious problem than there is. Save yourself some work and try this first the next time the iPhone isn&#8217;t in iTunes devices list.</p>
<p>If you attempted this and the iPhone (or iPad or iPod touch) still isn&#8217;t showing up in iTunes, you may need to reinstall iTunes itself.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/07/iphone-not-in-itunes-easy-fix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPad Split Keyboard Has 6 Hidden Keys to Make Typing Even Easier</title>
		<link>http://osxdaily.com/2012/02/05/ipad-split-keyboard-hidden-keys/</link>
		<comments>http://osxdaily.com/2012/02/05/ipad-split-keyboard-hidden-keys/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 17:35:35 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[split keyboard]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26878</guid>
		<description><![CDATA[Did you know the split iPad keyboard in iOS 5 includes six hidden &#8216;phantom&#8217; keys that make typing even easier? The hidden keys are Y, H, B, T, G, and V, and technically they&#8217;re just duplicates of the keys directly across from each other while the touch keyboard is split in two. This makes some [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/hidden-keys-ipad-split-keyboard.jpg" alt="Hidden Keys on iPad Split Keyboard" title="hidden-keys-ipad-split-keyboard" width="620" height="291" class="aligncenter size-full wp-image-26879" /></p>
<p>Did you know the <a href="http://osxdaily.com/2011/11/09/split-ipad-keyboard/">split iPad keyboard</a> in iOS 5 includes six hidden &#8216;phantom&#8217; keys that make typing even easier? </p>
<p>The hidden keys are Y, H, B, T, G, and V, and technically they&#8217;re just duplicates of the keys directly across from each other while the touch keyboard is split in two. This makes some of our quirkier and habitual typing gestures still work despite the fact that the user is technically typing onto nothing. Try it out yourself.</p>
<p>I had no idea this existed, but this great find from <a href="http://ios.finerthingsin.com/post/16982049392/ipad-keyboard-phantom-buttons">Finer Things</a> has made the rounds on the web and does a great job of emphasizing how Apple pays attention to even the littlest things in their quest to protect the user from their own error and frustration.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/05/ipad-split-keyboard-hidden-keys/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Absinthe Jailbreak Updated to 0.4 with Bug Fixes &amp; PPC Mac Support</title>
		<link>http://osxdaily.com/2012/02/01/absinthe-jailbreak-0-4/</link>
		<comments>http://osxdaily.com/2012/02/01/absinthe-jailbreak-0-4/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 03:09:15 +0000</pubDate>
		<dc:creator>Matt Chan</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Absinthe]]></category>
		<category><![CDATA[Absinthe A5]]></category>
		<category><![CDATA[greenpois0n]]></category>
		<category><![CDATA[greenpois0n download]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PPC]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26706</guid>
		<description><![CDATA[The Absinthe Greenpoison jailbreak utility for A5 based iOS hardware has been updated to version 0.4, fixing several bugs and adding support for PPC Mac users and those running Mac OS X 10.5 on either Intel or PPC platforms. This version is aimed at new users, and if you already have the jailbreak installed on [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/02/abinsthe-greenpoison.jpg" alt="Absinthe Greenpoison Jailbreak Tool for iOS 5.0.1" title="abinsthe-greenpoison" width="120" height="120" class="alignright size-full wp-image-26707" /> The Absinthe Greenpoison jailbreak utility for A5 based iOS hardware has been updated to version 0.4, fixing several bugs and adding support for PPC Mac users and those running Mac OS X 10.5 on either Intel or PPC platforms. </p>
<p>This version is aimed at new users, and if you already have the jailbreak installed on the iPad 2 or iPhone 4S there is no reason to re-do it with this version. However, a new version of the Corona tool was released as &#8220;corona 1.0-8&#8243; and can be found on Cydia to resolve some of the the bugs that have persisted for some iOS 5 jailbreakers. Older Mac users should be pleased the new Abinsthe version supports them, and  <a href="http://osxdaily.com/2012/01/20/jailbreak-iphone-4s-ios-5-0-1-absinthe/">instructions to jailbreak the iPhone 4S or iPad 2 with iOS 5.0.1</a> remain the same regardless of device or host operating system.</p>
<p>The official changelog for 0.4 is short:</p>
<blockquote><p>- Mac: added support for OSX 10.5, PPC and Intel CPU<br />
- added consistency check on startup to make sure required files are in place<br />
- Windows: fixed bug in payload generator that might cause a crash </p></blockquote>
<h2 style="font-size:1.2em">Download Absinthe 0.4</h2>
<ul>
<li><a href="http://cache.greenpois0n.com/dl/absinthe-mac-0.4.zip">Mac</a></li>
<li><a href="http://cache.greenpois0n.com/dl/absinthe-win-0.4.zip">Windows</a></li>
<li><a href="http://cache.greenpois0n.com/dl/absinthe-linux-0.4.tar.gz">Linux</a></li>
</ul>
<p>Again, this is for iPhone 4S with iOS 5.0 or iOS 5.0.1, or iPad 2 with iOS 5.0.1. Other hardware requires <a href="http://osxdaily.com/2011/12/27/how-to-jailbreak-ios-5-0-1-untethered-with-redsn0w/">the redsn0w jailbreak for iOS 5.0.1</a>. All 5.0.1 jailbreaks are untethered at this point.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/02/01/absinthe-jailbreak-0-4/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Animated Glowing iPhone &amp; iPad Charger is the Coolest USB Cable Ever</title>
		<link>http://osxdaily.com/2012/01/31/animated-glowing-iphone-ipad-charger-is-the-coolest-usb-cable-ever/</link>
		<comments>http://osxdaily.com/2012/01/31/animated-glowing-iphone-ipad-charger-is-the-coolest-usb-cable-ever/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:30:42 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26652</guid>
		<description><![CDATA[It&#8217;s pretty hard to get excited about a USB cable, but the Dexim Visible Smart chargers are ridiculously cool in a super geeky way. You need to watch the video below to see the effect, but basically the cable glows while it is charging or syncing to &#8220;visibly show the electrical current flowing through the [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/glowing-iphone-charger.jpg" alt="Glowing iPhone charger" title="glowing-iphone-charger" width="619" height="366" class="aligncenter size-full wp-image-26653" /></p>
<p>It&#8217;s pretty hard to get excited about a USB cable, but the <a target="_blank" href="http://www.amazon.com/mn/search/?_encoding=UTF8&#038;x=0&#038;tag=oxd-20&#038;linkCode=ur2&#038;y=0&#038;camp=1789&#038;creative=390957&#038;field-keywords=dexim%20visible%20green&#038;url=search-alias%3Dmobile">Dexim Visible Smart chargers</a><img src="https://www.assoc-amazon.com/e/ir?t=oxd-20&#038;l=ur2&#038;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> are ridiculously cool in a super geeky way. </p>
<p>You need to watch the video below to see the effect, but basically the cable glows while it is charging or syncing to &#8220;visibly show the electrical current flowing through the cable.&#8221; The lights actually change speed based on the battery capacity of the iPhone, iPod, or iPad, with the animated lights moving quicker the lower the battery charge is, and finally stopping motion once the battery is charged.</p>
<p><iframe width="620" height="345" src="http://www.youtube.com/embed/LHfXKYVQFjI?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://www.amazon.com/gp/product/B004TIW9B2/ref=as_li_ss_tl?ie=UTF8&#038;tag=oxd-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B004TIW9B2">You can buy the glowing Dexim charger on Amazon for about $30</a><img src="http://www.assoc-amazon.com/e/ir?t=oxd-20&#038;l=as2&#038;o=1&#038;a=B004TIW9B2" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  </p>
<p>Coolest USB cable ever? Yea, I think so. Heads up to <a href="http://gizmodo.com/5880893/resistance-is-futile-you-will-buy-this-animated-light-iphoneipad-charger-too">Gizmodo</a> for the find.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/01/31/animated-glowing-iphone-ipad-charger-is-the-coolest-usb-cable-ever/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Police Catch iPhone Thief Using iCloud, Have You Set Up Find My iPhone Yet?</title>
		<link>http://osxdaily.com/2012/01/30/set-up-find-my-iphone/</link>
		<comments>http://osxdaily.com/2012/01/30/set-up-find-my-iphone/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 19:01:59 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Find My iPad]]></category>
		<category><![CDATA[Find My iPhone]]></category>
		<category><![CDATA[Find My Mac]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26584</guid>
		<description><![CDATA[If you haven&#8217;t set up iCloud and Find My iPhone yet, now is a good time to do so. This friendly reminder comes to us from a recent New York Times article, which details the story of a police officer using iCloud to bust an iPhone thief and return the iPhone to its rightful owner [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/find-my-iphone-app.jpg" alt="Find My iPhone" title="find-my-iphone-app" width="620" height="165" class="aligncenter size-full wp-image-26587" /></p>
<p>If you haven&#8217;t <a href="http://osxdaily.com/2011/10/12/how-to-setup-icloud/">set up iCloud</a> and Find My iPhone yet, now is a good time to do so. This friendly reminder comes to us from a recent <a href="http://www.nytimes.com/2012/01/28/nyregion/pursuing-iphone-thief-officer-knew-buttons-to-push.html?_r=1">New York Times article</a>, which details the story of a police officer using iCloud to bust an iPhone thief and return the iPhone to its rightful owner using none other than the free Find My iPhone service:</p>
<blockquote><p>The ace up the sleeve of Officer Garland, an avid Apple consumer was something called “Find My iPhone,” a free 5.4-megabyte piece of software, or app, that he had on the iPhone in his pocket.</p>
<p>Punching in the victim’s Apple ID &#8230; he quickly determined by the location of a small gray phone icon on a digital map that the robber was near Eighth Avenue and 51st Street.</p>
<p>As Officer Garland and his partner drove there, the signal source shifted, closer to Eighth Avenue and 49th Street. There, a man later identified by the police as George Bradshaw, 40, of New Lots, Brooklyn, stepped outside a Food Emporium.</p>
<p>Officer Garland pushed the “Play Sound” button on his phone. Instantly, a pinging beep — not unlike the sound of a submarine’s sonar — began emitting from Mr. Bradshaw, 20 feet away.</p></blockquote>
<p>The victim later identified the robber and got her iPhone back. </p>
<p>So have you configured iCloud and Find My iPhone yet on all your Apple gear? It&#8217;s easy to do, read our guide on <a href="http://osxdaily.com/2011/10/12/how-to-setup-icloud/">setting up iCloud</a> and follow the instructions below to enable the specific Find My iPhone (or Find My iPad and Find My Mac) feature. You&#8217;ll need iOS 5 or later on the iPhone, iPad, or iPod touch, or OS X 10.7.2 or later on the Mac.</p>
<h2 style="font-size:1.3em;">Setting Up Find My iPhone (or iPad)</h2>
<p>You will need an Apple ID, iOS 5 or later on an iPad, iPhone, or iPod touch, and iCloud setup. </p>
<ul>
<li>Launch the Settings app</li>
<li>Locate and tap on &#8220;iCloud&#8221; &#8211; if you are asked for an Apple ID you haven&#8217;t setup iCloud yet</li>
<li>Near the bottom of iCloud settings, look for &#8220;Find My iPhone&#8221; and switch to &#8220;ON&#8221;, allow the app to use location services</li>
</ul>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/01/find-my-iphone.jpg" alt="Find My iPhone" title="find-my-iphone" width="620" height="223" class="aligncenter size-full wp-image-26585" /></p>
<p>It&#8217;s that easy to turn on, but you&#8217;re not quite finished yet because you will want to also install the Find My iPhone app for iOS. The Find My iPhone application is <a href="http://itunes.apple.com/us/app/find-my-iphone/id376101648?mt=8">a free download on the iOS App Store</a>, and lets you locate the iOS devices or Macs on a map, <a href="http://osxdaily.com/2011/11/18/send-a-message-to-an-iphone-ipad-or-mac-from-icloud/">send messages</a> and pings to the devices, and even remotely wipe them of their data.</p>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/01/find-my-iphone-map.jpg" alt="Find My iPhone map and options" title="find-my-iphone-map" width="620" height="439" class="aligncenter size-full wp-image-26588" /></p>
<h2 style="font-size:1.3em;">Setting Up Find My Mac</h2>
<p>Assuming you already have iCloud enabled in OS X 10.7.2, setting up Find My Mac is very easy:</p>
<ul>
<li>Launch System Preferences</li>
<li>Click on &#8220;iCloud&#8221;</li>
<li>Click the checkbox next to &#8220;Find My Mac&#8221; and then click &#8220;Allow&#8221;</li>
</ul>
<p>The Mac will now be accessible via the iOS Find My iPhone app in the device list, and can also be pinpointed on a map using the iCloud.com website.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/01/30/set-up-find-my-iphone/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fix Safari Crashing on iPad and iOS 5</title>
		<link>http://osxdaily.com/2012/01/29/fix-safari-crashing-on-ipad-and-ios-5/</link>
		<comments>http://osxdaily.com/2012/01/29/fix-safari-crashing-on-ipad-and-ios-5/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 21:02:53 +0000</pubDate>
		<dc:creator>Matt Chan</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[iOS 5.0.1]]></category>
		<category><![CDATA[iPad 2]]></category>
		<category><![CDATA[iPad crash]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26551</guid>
		<description><![CDATA[We&#8217;ve been made aware of some ongoing issues with apps crashing constantly on iPads running iOS 5, both iPad and iPad 2 are impacted with Safari being particularly sensitive and seemingly crashing anytime javascript or a video loads and sometimes with just general web browsing. At worst, Safari won&#8217;t even launch and crashes immediately, and [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/safari-crash-ipad.jpg.jpg" alt="Fix Safari and app crashing on iPad with iOS 5" title="safari-crash-ipad.jpg" width="620" height="376" class="aligncenter size-full wp-image-26556" /></p>
<p>We&#8217;ve been made aware of some ongoing issues with apps crashing constantly on iPads running iOS 5, both iPad and iPad 2 are impacted with Safari being particularly sensitive and seemingly crashing anytime javascript or a video loads and sometimes with just general web browsing. At worst, Safari won&#8217;t even launch and crashes immediately, and often the application instability goes beyond Safari and impacts nearly all applications as well. First we&#8217;ll focus on resolving the Safari crashes, but if you&#8217;re having issues with multiple apps crashing you may want to jump down and go straight for a clean reinstallation of iOS 5.</p>
<h2 style="font-size:1.3em;">Troubleshooting Tips for Safari Crashes on iPad &#038; iOS 5</h2>
<p>If the majority of crashes are centered around Safari, use these troubleshooting tips and see if the problem is resolved:</p>
<ul>
<li><strong>Update</strong> to <a href="http://osxdaily.com/2011/11/10/ios-5-0-1-released-download-links/">iOS 5.0.1</a> either manually, through iTunes, or <a href="http://osxdaily.com/2012/01/12/how-to-use-ota-update-ios/">using OTA</a></li>
<li><strong>Disable iCloud Bookmark Syncing</strong>: Tap on Settings > General > iCloud > switch Bookmark syncing to OFF</li>
<li><strong>Clear &#038; Disable Autofill</strong>: Settings > Safari > Autofill > Clear All and then turn everything to &#8220;OFF&#8221;</li>
<li><strong>Clear Safari history and cookies</strong>: Tap on Settings > Safari > Clear History, Clear Cookies and Data</li>
<li><strong>Clear Safari stored data</strong>: Tap Settings > Safari > Advanced > Website Data > Remova All Website Data</li>
</ul>
<p>Try using Safari again, for many users the above solutions help to prevent the crashing. If not, these secondary options may work as well:</p>
<ul>
<li><strong>Disable iCloud Completely</strong>: Tap on Settings > General > iCloud > switch all to OFF</li>
<li><strong>Disable Javascript</strong>: Tap on Settings > Safari > Javascript > OFF</li>
</ul>
<p>Yes, it&#8217;s annoying to not have iCloud or Javascript, but it&#8217;s more annoying to not be able to use Safari. If the above tips aren&#8217;t working, or if you need javascript, then the next idea is to manually <a href="http://osxdaily.com/2011/03/15/how-to-reformat-ipad/">erase and reinstall</a> iOS 5.0.1 on the iPad, but <em>not</em> restore from a backup.</p>
<h2 style="font-size:1.3em;">Performing a Clean iOS 5 Install on iPad</h2>
<p>This is the most drastic approach because it will remove all data from the iPad, and the key for this to work is to not restore from a backup. In other words, you will lose all data on the device and have to manually setup things like iMessage again and then re-download apps and content from the iOS App Store.</p>
<p>Update to iOS 5.0.1 before continuing, but you already did this in the first troubleshooting step though, right?</p>
<ol>
<li>Connect the iPad to a computer and launch iTunes</li>
<li>Find the iPad in iTunes device list and click on the &#8220;Summary&#8221; tab</li>
<li>Click on &#8220;Restore&#8221; under the Version section, and click &#8220;Don&#8217;t Back Up&#8221; when asked</li>
<p><img src="http://osxdaily.com/wp-content/uploads/2012/01/clean-install-ios-ipad.jpeg" alt="Clean Install iOS on iPad" title="clean-install-ios-ipad" width="280" height="136" class="aligncenter size-full wp-image-26555" /></p>
<li>Let iTunes restore the iPad, this will wipe all content and reinstall iOS 5.0.1</li>
<li>When finished, you will see the familiar &#8216;Connect to iTunes&#8217; screen, <strong>do not restore from a backup</strong>, instead choose to &#8220;Set Up As New&#8221;</li>
</ol>
<p><strong>Note:</strong> Some Apple Store Geniuses are performing the clean install of iOS 5 from <a href="http://osxdaily.com/2010/06/24/iphone-dfu-mode-explained-and-how-to-enter-dfu-mode-on-your-iphone/">DFU mode</a>. You are welcome to try that, although after reading through several <a href="https://discussions.apple.com/thread/3379861?start=0&#038;tstart=0">threads</a> on Apple&#8217;s Discussion Boards it does not seem to make a difference whether the device is restored from DFU or not, it&#8217;s more important to avoid the prior backup as it may contain corrupted data causing the crashes.</p>
<p>If you continue to have issues, there&#8217;s a slim chance of a hardware problem and contacting Apple may be the best bet. It&#8217;s also possible there are some lingering bugs in iOS 5 that impact only the iPad, and an update will resolve them with iOS 5.0.2 or iOS 5.1 whenever they come out. iOS 5.1 is currently available to developers <a href="http://osxdaily.com/tag/ios-5-1-beta/">as a beta</a>, and is expected to be released to the public alongside iPad 3 in March. </p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/01/29/fix-safari-crashing-on-ipad-and-ios-5/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Add Special Effects to iPhone Videos Easily with Action Movie FX</title>
		<link>http://osxdaily.com/2012/01/27/add-special-effects-to-iphone-videos-easily-with-action-movie-fx/</link>
		<comments>http://osxdaily.com/2012/01/27/add-special-effects-to-iphone-videos-easily-with-action-movie-fx/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:39:36 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Action Movie FX]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS apps]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26487</guid>
		<description><![CDATA[Action Movie FX is a really fun free app that adds high quality special effects to videos, and it&#8217;s all done on the iPhone in a surprisingly easy package. Created by Hollywood studio Bad Robot Productions (makers of movies like Cloverfield, Star Trek, Super 8, and the latest Mission Impossible), the app came out a [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/action-movie-fx.jpg" alt="Action Movie FX" title="action-movie-fx" width="620" height="233" class="aligncenter size-full wp-image-26490" /></p>
<p>Action Movie FX is a really fun free app that adds high quality special effects to videos, and it&#8217;s all done on the iPhone in a surprisingly easy package. Created by Hollywood studio Bad Robot Productions (makers of movies like  Cloverfield, Star Trek, Super 8, and the latest Mission Impossible), the app came out a little while ago but has been updated to include another free special effect, demolition ball, alongside a missile launcher and a car falling from the sky. These aren&#8217;t poor quality effects either, they&#8217;re impressively made as you can see in the videos posted below. Other special effects, like tornadoes, helicopter crashes, air strikes, and gun fire, can be bought as in-app purchases for an extra $0.99 to add more fun into the mix. </p>
<p><a href="http://itunes.apple.com/us/app/action-movie-fx/id489321253?mt=8&#038;ls=1">Download Action Movie FX for free from the App Store</a></p>
<p>The app is compatible with iPhone 3GS and onward, but realistically it&#8217;s best coupled with the iPhone 4, Phone 4S, iPod touch 4G, and iPad 2, because of the higher resolution cameras and faster processors. You&#8217;ll also need iOS 4.3 or later but you should be on iOS <a href="http://osxdaily.com/2011/11/10/ios-5-0-1-released-download-links/">5.0.1</a> by now.</p>
<p>Here are a three short sample videos from YouTube showing off the free special effects:</p>
<p>Missile Launcher: </p>
<p><iframe width="620" height="345" src="http://www.youtube.com/embed/eekKXgJpH6E?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Demolition Ball:<br />
<span id="more-26487"></span><br />
<iframe width="620" height="345" src="http://www.youtube.com/embed/KDM1c8U5JVc?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Car falling from sky:</p>
<p><iframe width="620" height="345" src="http://www.youtube.com/embed/YildQ9OQjoo?rel=0" frameborder="0" allowfullscreen></iframe></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/01/27/add-special-effects-to-iphone-videos-easily-with-action-movie-fx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You Can Install Siri on iPad 2 with Spire</title>
		<link>http://osxdaily.com/2012/01/26/install-siri-on-ipad-2-spire/</link>
		<comments>http://osxdaily.com/2012/01/26/install-siri-on-ipad-2-spire/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 02:20:34 +0000</pubDate>
		<dc:creator>Matt Chan</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad 2]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[Siri]]></category>
		<category><![CDATA[Siri port]]></category>
		<category><![CDATA[Spire]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26455</guid>
		<description><![CDATA[You can now run Siri directly on the iPad 2, thanks to the recent A5 jailbreak and a few third party tools. While Siri works as expected and will answer your questions and inquiries, getting this all put together isn&#8217;t exactly for the impatient and it&#8217;s a somewhat lengthy procedure with a fair amount of [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/siri-ipad-2.jpg" alt="Siri on iPad 2" title="siri-ipad-2" width="585" height="331" class="aligncenter size-full wp-image-26456" /></p>
<p>You can now run Siri directly on the iPad 2, thanks to the recent A5 jailbreak and a few third party tools. While Siri works as expected and will answer your questions and inquiries, getting this all put together isn&#8217;t exactly for the impatient and it&#8217;s a somewhat lengthy procedure with a fair amount of setup required. If you&#8217;re interested in this, here&#8217;s what you&#8217;ll need to get started:</p>
<ul>
<li><a href="http://osxdaily.com/2012/01/20/jailbreak-iphone-4s-ios-5-0-1-absinthe/">Jailbreak iPad 2 with Absinthe</a> &#8211; must be on iOS 5.0.1</li>
<li>Spire and iFile installed &#8211; free downloads via Cydia</li>
<li><a href="https://github.com/plamoni/SiriProxy">SiriProxy</a> running on a computer &#8211; Mac OS X, Windows, or Linux</li>
</ul>
<p>Jailbreaking and installing Spire are the easy parts, it&#8217;s really the SiriProxy aspect that requires the most work. It&#8217;s also not without risk, as iDB tells us:</p>
<blockquote><p>This could make your iPad kick into “iPhone mode” which makes your screen look funky, as everything is sized for iPhone. A quick respring should fix this, but you’ve been warned. I had no problems with it, but it’s worth noting</p></blockquote>
<p><a href="http://www.idownloadblog.com/2012/01/23/how-to-install-siri-on-ipad-2/">Read the full walkthrough on how to set it up at iDB</a> or check out their great video below to get an idea of what&#8217;s entailed in the process.</p>
<p><iframe width="620" height="345" src="http://www.youtube.com/embed/32FTOBy-68k?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>If you think it&#8217;s more trouble than it&#8217;s worth, there are <a href="http://osxdaily.com/tag/ipad-3/">rumors that the iPad 3 may</a> include Siri as well, but that won&#8217;t be known for certain one way or another until <a href="http://osxdaily.com/2012/01/13/ipad-3-to-be-released-in-march-with-sharper-screen-quad-core-cpu-and-4g-lte/">around March</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/01/26/install-siri-on-ipad-2-spire/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Access Photos by Swiping Left from iPhone Camera App</title>
		<link>http://osxdaily.com/2012/01/24/access-photos-by-swiping-left-from-iphone-camera-app/</link>
		<comments>http://osxdaily.com/2012/01/24/access-photos-by-swiping-left-from-iphone-camera-app/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 11:16:50 +0000</pubDate>
		<dc:creator>Paul Horowitz</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone camera]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26372</guid>
		<description><![CDATA[Rather than closing out of the Camera app to view pictures you have taken on the iPhone, just swipe left from within Camera to reveal all photos contained within the camera roll. You can continuously flip through, and the standard photo options are available too, from sending as MMS or email to deleting the image.]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/swipe-to-show-camera-photos.jpg" alt="Swipe left to show Photos" title="swipe-to-show-camera-photos" width="620" height="413" class="aligncenter size-full wp-image-26373" /></p>
<p>Rather than closing out of the Camera app to view pictures you have taken on the iPhone, just <strong>swipe left</strong> from within Camera to reveal all photos contained within the camera roll. You can continuously flip through, and the standard photo options are available too, from sending as MMS or email to deleting the image.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/01/24/access-photos-by-swiping-left-from-iphone-camera-app/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>iPhone 4S &amp; iPad 2 Jailbreak Tool Absinthe Updated to 0.3 [Download Links]</title>
		<link>http://osxdaily.com/2012/01/23/absinthe-jailbreak-0-3-download-links/</link>
		<comments>http://osxdaily.com/2012/01/23/absinthe-jailbreak-0-3-download-links/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:03:35 +0000</pubDate>
		<dc:creator>Matt Chan</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Absinthe]]></category>
		<category><![CDATA[Absinthe A5]]></category>
		<category><![CDATA[greenpois0n]]></category>
		<category><![CDATA[iPad 2]]></category>
		<category><![CDATA[iPhone 4S]]></category>
		<category><![CDATA[Jailbreak]]></category>

		<guid isPermaLink="false">http://osxdaily.com/?p=26362</guid>
		<description><![CDATA[The A5 jailbreak tool Greenpois0n Absinthe has been updated to version 0.3, the third release is relatively minor but includes a few bug fixes and adds support for Linux. As before and as the name implies, the app focuses on jailbreaking A5 based hardware only, meaning the iPhone 4S and iPad 2, both of which [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><img src="http://osxdaily.com/wp-content/uploads/2012/01/absinthe-a5.jpg" alt="Absinthe A5 Jailbreak" title="absinthe-a5" width="323" height="321" class="alignright size-full wp-image-26364" /> The A5 jailbreak tool Greenpois0n Absinthe has been updated to version 0.3, the third release is relatively minor but includes a few bug fixes and adds support for Linux. As before and as the name implies, the app focuses on jailbreaking A5 based hardware only, meaning the iPhone 4S and iPad 2, both of which must be running iOS 5.</p>
<p>If you already are jailbroken with the Abinsthe utility, v0.3 offers no advantages to you and does not need to be run again. If this is the first time you&#8217;ve run the tool, follow our <a href="http://osxdaily.com/2012/01/20/jailbreak-iphone-4s-ios-5-0-1-absinthe/">guide on how to jailbreak iPhone 4S or iPad 2 with Absinthe</a>.</p>
<h2 style="font-size:1.2em;">Download Absinthe 0.3</h2>
<ul>
<li><a href="http://cache.greenpois0n.com/dl/absinthe-mac-0.3.zip">Download for Mac</a></li>
<li><a href="http://cache.greenpois0n.com/dl/absinthe-win-0.3.zip">Download for Windows</a></li>
<li><a href="http://cache.greenpois0n.com/dl/absinthe-linux-0.3.tar.gz">Download for Linux</a></li>
</ul>
<p>If you don&#8217;t have an iPhone 4S or iPad 2, you can still use <a href="http://osxdaily.com/2011/12/27/how-to-jailbreak-ios-5-0-1-untethered-with-redsn0w/">redsn0w to jailbreak iOS 5.0.1</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://osxdaily.com/2012/01/23/absinthe-jailbreak-0-3-download-links/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>


<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Key:                category/ipad/feed/_index.html
Caching:            disabled
Reject reason:      user agent is rejected
Status:             not cached
Creation Time:      0.657s
Header info:
X-Pingback:         http://osxdaily.com/xmlrpc.php
Last-Modified:      Sat, 11 Feb 2012 20:32:15 GMT
ETag:               "3b7d002d28756264bddb1abb87ce6be5"
X-Powered-By:       W3 Total Cache/0.9.1.3
Content-Type:       text/xml; charset=UTF-8
-->
