<?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>Aimful Wanderings</title>
	<atom:link href="http://appleguru.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://appleguru.org/blog</link>
	<description>Musings from Adam Urban&#039;s (Other)worldly Travels</description>
	<lastBuildDate>Thu, 19 Jan 2012 03:46:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Can&#8217;t connect to SSL Websites? Blame that WiFi login page&#8230;</title>
		<link>http://appleguru.org/blog/2012/01/18/cant-connect-to-ssl-websites-blame-that-wifi-login-page/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cant-connect-to-ssl-websites-blame-that-wifi-login-page</link>
		<comments>http://appleguru.org/blog/2012/01/18/cant-connect-to-ssl-websites-blame-that-wifi-login-page/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 03:44:34 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=686</guid>
		<description><![CDATA[My issues earlier with 1Password were more deeply rooting in a 10.7.2 bug that prevents users from establishing a connection over SSL (SSL connections would timeout) after an attempting to access the web via a connection that uses a captive portal (Like the one at the airport, a hotel, or your local coffee shop). More [...]]]></description>
			<content:encoded><![CDATA[<p>My issues earlier with 1Password were more deeply rooting in a 10.7.2 bug that prevents users from establishing a connection over SSL (SSL connections would timeout) after an attempting to access the web via a connection that uses a captive portal (Like the one at the airport, a hotel, or your local coffee shop).</p>
<p>More details on this one here: http://superuser.com/questions/349740/mac-os-x-lion-10-7-2-update-breaks-ssl</p>
<p>10.7.2 introduced a security patch that addressed the &#8220;Security Captive Portal Hijacking&#8221; hacks that were emerging. Part of the &#8220;fix&#8221; involves verifying certificate status using OCSP (Online Certificate Status Protocol) and/or a CRL (Certificate Revocation List). The problem there is that when you&#8217;re actually trying to access the web via a captive portal, typically all SSL requests are sent to the portal&#8217;s server, including those used to verify the SSL certificates. This results in a bit of an infinite loop;  you get a corrupted keychain, and cannot load SSL websites anymore even after ditching the &#8220;problematic&#8221; connection.</p>
<p>Until Apple provides an update, here&#8217;s he fix: Disable your web connection and reboot. This will repair your keychain. (I opened Keychain access and removed the &#8220;unknown&#8221; cert from my login keychain as well, after rebooting). Then re-enable your connection and you should be back in business (Ideally connect to a network that doesn&#8217;t use a portal now!)</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2012/01/18/cant-connect-to-ssl-websites-blame-that-wifi-login-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari Not Launching? Remove 1Password&#8230;</title>
		<link>http://appleguru.org/blog/2012/01/18/safari-not-launching-remove-1password/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=safari-not-launching-remove-1password</link>
		<comments>http://appleguru.org/blog/2012/01/18/safari-not-launching-remove-1password/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 02:04:16 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=680</guid>
		<description><![CDATA[I just ran into an issue on Mac OS X 10.7.2 running Safari 5.1.2. Safari would try to launch, but never succeed. Removing the preference files and the saved sate files did not help, the only thing that did was removing the 1Password extension I had been using, located in ~/Library/Safari/Extensions/ If you run into similar problems and [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran into an issue on Mac OS X 10.7.2 running Safari 5.1.2. Safari would try to launch, but never succeed. Removing the preference files and the saved sate files did not help, the only thing that did was removing the 1Password extension I had been using, located in ~/Library/Safari/Extensions/</p>
<p>If you run into similar problems and have 1Password installed, clear out that directory to remove it and try again! Hope this helps someone else&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2012/01/18/safari-not-launching-remove-1password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture Apple&#8217;s HTTP Streaming to File</title>
		<link>http://appleguru.org/blog/2011/10/23/capture-apples-http-streaming-to-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=capture-apples-http-streaming-to-file</link>
		<comments>http://appleguru.org/blog/2011/10/23/capture-apples-http-streaming-to-file/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 03:48:50 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=666</guid>
		<description><![CDATA[When Apple introduced HTTP streaming to the world on their iOS platform, I always wondered what would involved in capturing it. After all, it&#8217;s just http data, how hard can it be? Well, I&#8217;m flying out tomorrow morning for work, and decided it&#8217;d be nice to watch the hour+ Celebrating Steve video that Apple just [...]]]></description>
			<content:encoded><![CDATA[<p>When Apple introduced HTTP streaming to the world on their iOS platform, I always wondered what would involved in capturing it. After all, it&#8217;s just http data, how hard can it be? Well, I&#8217;m flying out tomorrow morning for work, and decided it&#8217;d be nice to watch the hour+ <a  href="http://www.apple.com/celebrating-steve/">Celebrating Steve</a> video that Apple just released on the plane ride. Only one problem: It was a streaming video, with no download link in sight.</p>
<p>I dove into the source, and found the &lt;video&gt; tag, and the source file, an HTTP Streaming .m3u8 playlist file. I downloaded the <a href="http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/sl_mvp.m3u8?expectingMovieJson= false">sl_mvp.m3u8</a> file it an opened it in TextEdit. Inside were the links to the various quality program stream playlists:</p>
<pre>#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1308077

http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/2540/prog_index.m3u8</pre>
<p>I figured the higher the bandwidth, the higher the quality, so I went with the highest. I then downloaded the prog_index.m3u8 file, which contained a sequential list of the transport stream chunks of the video. Each segment was about 10 seconds long. this file contained two important pieces of information: The base file name (fileSequenceXXX.ts), and the total number of chunks (486) for this stream. I figured this would be a perfect use for OS X&#8217;s built in curl utility and fired up the Terminal. I made a new folder for my video chunks, cd&#8217;d into it, and ran curl:</p>
<pre>curl -O http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/2540/fileSequence[0-486].ts</pre>
<p>hitting return went about downloading all 487 chunks. When all 1.6GB were done, I had to merge them together. Because these are transport streams, cat works well enough:</p>
<pre>cat * &gt; ~/output.ts</pre>
<p>That command makes a file called output.ts in my home folder by merging all the small chunks in the folder together (I did use Automator to rename the files to three digit numbers just in case my shell&#8217;s file ordering was different than the Finder).</p>
<p>QuickTime X has no problem playing back this H264 video, AAC audio transport stream file directly, which is great: Mission accomplished. But being the perfectionist I am, I felt the need to try and maximize compatibility and get the .ts into a .mov or .mp4 container. VLC did this for me no problem using its wonderful export wizard, but for whatever reason when I played back the resultant .mov (or .mp4) in QuickTime I got black video. VLC played it fine. I&#8217;ll look into this more later, but here&#8217;s to hoping this info can help someone else!</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/10/23/capture-apples-http-streaming-to-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/sl_mvp.m3u8?expectingMovieJson=" length="0" type="audio/x-mpegurl" />
<enclosure url="http://qthttp.apple.com.edgesuite.net/11ajdjnvkjnd10weoihf23ohfoihqw/2540/prog_index.m3u8" length="0" type="audio/x-mpegurl" />
		</item>
		<item>
		<title>Lawsuit Against Apple for Macbook Pro Charging Problems</title>
		<link>http://appleguru.org/blog/2011/10/22/lawsuit-against-apple-for-macbook-pro-charging-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lawsuit-against-apple-for-macbook-pro-charging-problems</link>
		<comments>http://appleguru.org/blog/2011/10/22/lawsuit-against-apple-for-macbook-pro-charging-problems/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 00:02:22 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=662</guid>
		<description><![CDATA[There is a pending Class Action lawsuit against Apple for allegedly providing inadequate power supplies to charge and use 2011 Macbook Pros (Tomek v Apple, FCS038512). See my earlier post for additional coverage of the actual issue, or click the link below for the full lawsuit. The plaintiff seeks unspecified damages and appropriate restitution for the class, [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://appleguru.org/blog/wp-content/uploads/2011/04/mbp.png" class="thickbox no_icon" rel="gallery-662" title="2011 Apple MacBook Pro"><img class="aligncenter size-medium wp-image-627" title="2011 Apple MacBook Pro" src="http://appleguru.org/blog/wp-content/uploads/2011/04/mbp-300x163.png" alt="2011 Apple MacBook Pro" width="300" height="163" /></a>There is a pending Class Action lawsuit against Apple for allegedly providing inadequate power supplies to charge and use 2011 Macbook Pros (Tomek v Apple, FCS038512). See my <a  href="http://appleguru.org/blog/2011/04/12/2011-macbook-pro-battery-not-charging-under-gpu-load/">earlier post</a> for additional coverage of the actual issue, or click the link below for the full lawsuit. The plaintiff seeks unspecified damages and appropriate restitution for the class, as deemed by the court.</p>
<p><a  href="http://appleguru.org/2011_Macbook_Pro_Battery_Lawsuit.pdf">Full Text: Tomek v Apple, FCS038512</a></p>
<p><strong>*Update* </strong>As is par for the course in Apple&#8217;s legal strategy, Apple has filed a Motion to Dismiss. Alex Tomek and his lawyer(s) have requested (and received) a continuance, delaying the hearing for the Motion to Dismiss until 2:00PM on February 23rd, 2012.</p>
<p><a  href="http://appleguru.org/TomekContinuance.pdf">Continuance Order Full Text: Alex Tomek v Apple, Case # 2:11-cv-02700-MCE-DAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/10/22/lawsuit-against-apple-for-macbook-pro-charging-problems/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Steve Jobs — 1955-2011— RIP</title>
		<link>http://appleguru.org/blog/2011/10/05/rip-steve-jobs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rip-steve-jobs</link>
		<comments>http://appleguru.org/blog/2011/10/05/rip-steve-jobs/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 01:11:00 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/2011/10/05/rip-steve-jobs/</guid>
		<description><![CDATA[&#160;]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 533px"><a  href="http://500px.com/photo/875827" target="_blank"><a href="http://appleguru.org/blog/wp-content/uploads/2011/10/20111005-211356.jpg" class="thickbox"><img class="size-full" src="http://appleguru.org/blog/wp-content/uploads/2011/10/20111005-211356.jpg" alt="RIP Steve Jobs" width="523" height="900" /> </a></a><p class="wp-caption-text">Image Credit Ryan Katsanes</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/10/05/rip-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4S &#8211; Freedom to Switch Carriers? Not Quite&#8230;</title>
		<link>http://appleguru.org/blog/2011/10/04/iphone-4s-freedom-to-switch-carriers-not-quite/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-4s-freedom-to-switch-carriers-not-quite</link>
		<comments>http://appleguru.org/blog/2011/10/04/iphone-4s-freedom-to-switch-carriers-not-quite/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 03:01:16 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=641</guid>
		<description><![CDATA[*Update 10/31/2011* Now that the 4S has been out for a few weeks, here is a summary of the handset&#8217;s unlock status by carrier (in the United States): AT&#38;T iPhone 4S handsets sold at subsidized prices are permanently carrier locked to AT&#38;T Handsets sold at full &#8220;no contract&#8221; price are carrier unlocked and can be used on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-642" title="iPhone 4S" src="http://appleguru.org/blog/wp-content/uploads/2011/10/iPhone_4S.png" alt="iPhone 4S" width="340" height="79" /></p>
<p><em><strong>*Update 10/31/2011*</strong></em> Now that the 4S has been out for a few weeks, here is a summary of the handset&#8217;s unlock status by carrier (in the United States):</p>
<p><strong>AT&amp;T</strong></p>
<ul>
<li>iPhone 4S handsets sold at subsidized prices are permanently carrier locked to AT&amp;T</li>
<li>Handsets sold at full &#8220;no contract&#8221; price are carrier unlocked and can be used on any GSM carrier worldwide</li>
<li>Phone can never be activated/used on a CDMA network</li>
</ul>
<div><strong>Verizon</strong></div>
<div>
<ul>
<li>iPhone 4S handsets are sold locked to Verizon/Vodaphone</li>
<li>The iPhone 4S is subject to Verizon&#8217;s standard unlock policy, which will let you unlock the handset once you&#8217;ve been a Verizon customer with an account in good standing for 60 days. You get one unlock per line per 10 months.</li>
<li>Verizon&#8217;s unlock does *not* allow other US GSM carriers&#8217; sim cards to work in the phone (AT&amp;T, T-Mobile), but should work with all other international carriers.</li>
<li>Verizon will not activate a CDMA-enabled iPhone 4S from Sprint.</li>
</ul>
<div><strong>Sprint</strong></div>
<div>
<ul>
<li>iPhone 4S comes with its sim card slot carrier unlocked.</li>
<li>Sprint claims they will issue an &#8220;update&#8221; that re-locks the sim slot at a later date to the included sprint branded sim card (As of today, this has not happened however).</li>
<li>Sprint claims that after this happens, customers in good standing can call and have the handset unlocked again.</li>
<li>Spring will not activate a CDMA-enabled iPhone 4S from Verizon.</li>
</ul>
<div><strong>Apple</strong></div>
<div>
<ul>
<li>Unlocked iPhone 4S handsets available in November</li>
<li>Will work on any GSM carrier worldwide, including T-Mobile (2G data only) and AT&amp;T in the US.</li>
<li>Will not work on CDMA networks.</li>
</ul>
</div>
</div>
</div>
<hr />
<p><strong><em>Original Post:</em></strong> As most of the mobile phone wielding world population knows already, the next generation iPhone 4S was announced earlier today. While the phone boasts many features, including a new processor and camera, the most exciting by far to me is its multi band radio, which supports just about every 3G frequency out there (Except for T-Mobile USA&#8217;s 1700MHz band):</p>
<p><em>UMTS/HSDPA/HSUPA (850, 900, 1900, 2100 MHz), GSM/EDGE (850, 900, 1800, 1900 MHz), CDMA EV-DO Rev. A (800, 1900 MHz)</em></p>
<p>While the question of subsidized vs unsubsidized pricing has been pretty much answered at this point (See table, after the break), the questions of unlocked phones, and the ability to switch/choose carriers at will have not. While this new phone presents a tremendous opportunity for the consumer, it would appear that Apple has made the change purely to optimize their supply chain and not to benefit the end user at all.</p>
<p>The footnotes on the new <a  href="http://www.apple.com/iphone/specs.html">tech spec page</a> do list the opportunity to switch carriers with such blurbs as <em>&#8220;When available, transferring your mobile number to a different service provider will terminate your service with your existing provider; termination fees and other charges may apply.&#8221;</em> It also includes this gem right after, <em>&#8220;The iPhone model you purchase is subject to your wireless service provider&#8217;s policies, which may include restrictions on switching service providers and roaming, even after conclusion of any required minimum service contract,&#8221;</em> which is unfortunately inline with AT&amp;T and Apple&#8217;s current ludicrous practices of not unlocking iPhones even after contracts are up. (Allowing AT&amp;T to force second hand iPhone buyers onto their network instead of switching to T-Mobile, for example).<span id="more-641"></span></p>
<p>The terms also state that purchasing an unlocked iPhone is <em>&#8220;for supported GSM wireless service provider networks only,&#8221;</em> alluding to the fact that it may be impossible to buy an unlocked CDMA phone that you could use on your choice of Verizon, Sprint, and China Telecom.</p>
<p>They also state that <em>&#8220;CDMA available only if iPhone 4S is sold and activated for use on a CDMA network,&#8221; </em>indicating if you buy your phone from Apple unlocked or through a GSM carrier like AT&amp;T, that your phone will never be able to use its CDMA frequencies. What remains to be seen is whether or not a phone purchased from Sprint or Verizon could be used on a GSM network like AT&amp;T or others worldwide. My best guess? If you buy a Verizon or Sprint iPhone, it will come with a Verizon/Vodaphone or Sprint sim card (Or you&#8217;ll be able to get one on request), and the phone will be locked to that sim.</p>
<p>Clearly the carriers&#8211;Apple&#8217;s primary customers&#8211;have a fiduciary interest in protecting their profits, covering subsidized phone costs and re-paying Apple for multi-year contracts. Unfortunately, phone locking helps them do this. And this leaves us consumers unable to reap the benefits that a free market fully unlocked iPhone would provide&#8211; true competition, better service, and lower prices.</p>
<p>If I&#8217;m paying an unsubsidized/unlocked price for an iPhone, I want to be able to use it on whatever carrier I choose. I want to be able to register it with Sprint or with Verizon, to put in a sim from AT&amp;T, T-Mobile, or any worldwide GSM carrier and have it just work.</p>
<p><img class="aligncenter size-full wp-image-643" title="iPhone 4S Pricing" src="http://appleguru.org/blog/wp-content/uploads/2011/10/iPhone_4S-Pricing.png" alt="iPhone 4S Pricing" width="560" height="404" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/10/04/iphone-4s-freedom-to-switch-carriers-not-quite/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Append a path to your $PATH in Snow Leopard</title>
		<link>http://appleguru.org/blog/2011/04/30/append-a-path-to-your-path-in-snow-leopard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=append-a-path-to-your-path-in-snow-leopard</link>
		<comments>http://appleguru.org/blog/2011/04/30/append-a-path-to-your-path-in-snow-leopard/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 23:08:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=634</guid>
		<description><![CDATA[This one is for the geeks out there&#8230; I always forget how to *append* a new path to your $PATH variable in OS X. For bash, just add export PATH=$PATH:/path/you/want/to/add to your ~/.bash_profile. If .bash_profile doesn&#8217;t exist in your home folder, you can make it. Remember, order in your path takes precedence (a binary found [...]]]></description>
			<content:encoded><![CDATA[<p>This one is for the geeks out there&#8230; I always forget how to *append* a new path to your $PATH variable in OS X. For bash, just add</p>
<pre>export PATH=$PATH:/path/you/want/to/add</pre>
<p>to your ~/.bash_profile. If .bash_profile doesn&#8217;t exist in your home folder, you can make it. Remember, order in your path takes precedence (a binary found in a folder listed first will get used over one found later), so if you want to override the system tools/etc you may want to *prepend* your new path to the existing one:</p>
<pre>export PATH=/path/you/want/to/add:$PATH</pre>
<p>Another one I always forget: Terminal colors (for showing directories, files, symlinks, etc color coded)! For those, just add</p>
<pre>export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad</pre>
<p>to your .bash_profile. Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/04/30/append-a-path-to-your-path-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2011 MacBook Pro Battery Not Charging Under GPU Load</title>
		<link>http://appleguru.org/blog/2011/04/12/2011-macbook-pro-battery-not-charging-under-gpu-load/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2011-macbook-pro-battery-not-charging-under-gpu-load</link>
		<comments>http://appleguru.org/blog/2011/04/12/2011-macbook-pro-battery-not-charging-under-gpu-load/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 15:25:48 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=622</guid>
		<description><![CDATA[I noticed recently that my new 15&#8243; 2011 MacBook Pro wasn&#8217;t charging while under certain kinds of high load. This seems to most commonly manifest itself when streaming Netflix movies in Google Chrome. In any case, something wasn&#8217;t right, so I decided to do a bit of digging. Googling &#8220;macbook pro 2011 battery not charging&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://appleguru.org/blog/wp-content/uploads/2011/04/mbp.png" class="thickbox no_icon" rel="gallery-622" title="2011 Apple MacBook Pro"><img class="aligncenter size-medium wp-image-627" title="2011 Apple MacBook Pro" src="http://appleguru.org/blog/wp-content/uploads/2011/04/mbp-300x163.png" alt="2011 Apple MacBook Pro" width="300" height="163" /></a>I noticed recently that my new 15&#8243; 2011 MacBook Pro wasn&#8217;t charging while under certain kinds of high load. This seems to most commonly manifest itself when streaming Netflix movies in Google Chrome. In any case, something wasn&#8217;t right, so I decided to do a bit of digging. <a  href="http://www.google.com/search?q=macbook+pro+2011+battery+not+charging">Googling</a> &#8220;macbook pro 2011 battery not charging&#8221; indicates I&#8217;m not alone in my experience. Some people report their battery actually *draining* while playing video games. Others report resetting the SMC fixes the problem (I did not find this the case). In any case, I decided to do some sleuthing and try and determine what exactly the problem was. I hooked my partially charged MacBook Pro to my Kill-A-Watt Meter and took some average readings using iStat Pro:</p>
<ul>
<li>36 watts while charging when sleeping or off</li>
<li>60 watts charging while on, CPU 105°F, GPU 100 °F</li>
<li>60 watts, watching netflix in chrome. Charging stops (&#8220;Not Charging&#8221; indicated in battery meter). Stopping playback, wattage drops down to 34watts before charging starts up again. CPU 176°F, GPU 160°F, 100% single CPU core usage.</li>
<li>70 watts watching Netflix in Safari. Battery remains charging. CPU 151°F, GPU 142°F, 44% single CPU core usage.</li>
<li>90 watts, 8 instances of yes &gt;/dev/null. CPU 182°F, GPU 151°F, all cores 100% with CPU usage.</li>
<li>65 watts, Playing Portal. CPU 184°F, GPU 164°F. Charging stops.</li>
</ul>
<p>The enclosure temperature was relatively constant at around ~80°F</p>
<p>Clearly there is in fact a real problem. The data suggests that it is not a heat or a CPU load problem, as the computer stays charging even under full CPU load. It would seem that high GPU load is what causes the problem (perhaps high GPU load coupled with high CPU load, though it seems the GPU is the main cause here), and that problem is that the 85watt power supply Apple provided with the machine appears to not be able to deliver enough current to run the machine and charge the battery under full load.</p>
<p>My machine is a quad 2.2GHz Core i7, 1GB AMD Radeon HD 6750M, with 8GB Ram running 10.6.7. I have yet to bring this problem to Apple, but I will, as the mere fact that I&#8217;m unnecessarily increasing my battery cycle count is disconcerting, and it is incredibly annoying to have charging time vary wildly based on machine load (and in some cases, never have the battery charge at all if the machine is used to watch Netflix movies in Chrome, for example).</p>
<p><strong>*Update*</strong> Reported this as a bug to Apple via radar, ID # 9271122</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/04/12/2011-macbook-pro-battery-not-charging-under-gpu-load/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>Zediva, Movie Studios and Copyright</title>
		<link>http://appleguru.org/blog/2011/04/05/zediva-movie-studios-and-copyright/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zediva-movie-studios-and-copyright</link>
		<comments>http://appleguru.org/blog/2011/04/05/zediva-movie-studios-and-copyright/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 17:16:06 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=611</guid>
		<description><![CDATA[Today, the MPAA announced it has filed a lawsuit against the new movie rental and streaming service, Zediva. Zediva&#8217;s business model is to buy physical DVD copies of new release DVDs and rent the physical disc, along with a DVD player in their data centers, to the customer. The idea being to cleverly skirt around needing to [...]]]></description>
			<content:encoded><![CDATA[<p><a  href="http://appleguru.org/blog/wp-content/uploads/2011/04/zediva.png" class="thickbox no_icon" rel="gallery-611" title="zediva"><img class="aligncenter size-full wp-image-613" title="zediva" src="http://appleguru.org/blog/wp-content/uploads/2011/04/zediva.png" alt="" width="273" height="78" /></a></p>
<p>Today, the MPAA announced it has filed a lawsuit against the new movie rental and streaming service, Zediva. Zediva&#8217;s business model is to buy physical DVD copies of new release DVDs and rent the physical disc, along with a DVD player in their data centers, to the customer. The idea being to cleverly skirt around needing to license performance rights for digital streaming, as the end user is participating in a private, not public performance of the film. Because of this, they are able to get new releases into the hands of consumers as soon as the DVD is released, often many weeks sooner than the big boys like Netflix can get them out under their restrictive license agreements.</p>
<p>You can read the MPAA&#8217;s PR <a  href="http://www.mpaa.org/resources/28d62a3f-c146-44a6-920a-29fe6bb29dc9.pdf">here</a>, and the actual lawsuit filed <a  href="http://www.mpaa.org/Resources/2146a1b0-20bd-48ce-a473-f5f27812ba29.pdf">here</a>.</p>
<p>The MPAA is arguing that Zediva is being disingenuous in calling itself a brick and mortar DVD store, and that Zediva is in fact publicly performing the movies, violating the Copyright holders&#8217; exclusive right to do so: &#8220;[the d]efendants&#8217; transmissions of the performances of Plaintiffs&#8217; works are to the public.&#8221;</p>
<p>A few weeks ago, James Grimmelmann predicted the lawsuit, citing several existing cases, including one about a movie rental store renting movies to customers to view in private rental booths: <a  href="http://laboratorium.net/archive/2011/03/16/that_zediva_thing_its_so_not_going_to_work">http://laboratorium.net/archive/2011/03/16/that_zediva_thing_its_so_not_going_to_work</a></p>
<p>That <a  href="http://www.law.cornell.edu/copyright/cases/749_F2d_154.htm">Redd Horne</a> case is certainly an interesting one, and the court found Redd Horne in violation of copyright law, arguing that the service they provided was no different in spirit to one that a movie theater provides, and therefore constitutes a public performance: &#8220;Simply because the cassettes can be viewed in private does not mitigate the essential fact that Maxwell&#8217;s is unquestionably open to the public.&#8221;</p>
<p>And then there&#8217;s this particular gem of a quote, from that same case: &#8220;Professor Nimmer&#8217;s examination of this definition is particularly pertinent: &#8216;<em>if the same copy</em> . . . of a given work is repeatedly played (<em>i.e.,</em> &#8216;performed&#8217;) by different members of the public, albeit at different times, this constitutes a &#8216;public&#8217; performance.&#8217;&#8221;</p>
<p>Here&#8217;s my problem with that ruling, and with any negative judgment that goes against Zediva: It is established that both the sale and resale, as well as rentals to consumers are in fact legal under current copyright law. And each of these (resale, rental) represents the exact case where a single copy of a movie is repeatedly played by different members of the public, &#8220;albeit at different times&#8221;. And unlike Professor Nimmer, I don&#8217;t think you&#8217;ll find a single person to agree that renting and reselling DVDs constitutes a public performance, especially when those DVDs are played in a customer&#8217;s private residence.</p>
<p>And this is where the precedence differs. Unlike the Redd Horne case, Zediva is not &#8220;performing&#8221; the works in a public place like a movie theater or a video rental store. Movies streamed via Zediva are in fact being performed in the <em>privacy</em> of one&#8217;s own home. I would even go one step further, however, and argue that Zediva isn&#8217;t performing the works at all, given the fact that it is renting both the player and the disc to the consumer. The consumer is the one pressing play. Therefore, the one &#8220;performing&#8221; the work is the end user, and not Zediva (in the Redd Horne  case, the store clerks were pushing play). In Zediva&#8217;s case, the consumer is the one playing a movie that they have rented, on a player that they have rented, to a display in their own homes. It&#8217;s no different then renting a movie at a rental store indeed, except the video cable going from the back of your DVD player to your TV is now hundreds of miles of internet data cable, instead of a few feet of composite, component, or HDMI cable. And last I checked, there were no legal restrictions on the length or type of video cables!</p>
<p>This is all rather silly of course, and highlights perfectly how broken the copyright system in the United States really is, and how it does indeed stifle progress and innovation. Kudos to Zediva for their innovation; I do hope the MPAA wisens up, drops the lawsuit, and opens the floodgates for future innovation and profit utilizing new and exciting technology and delivering content *when and how* the consumer&#8217;s want. This is going to be a great case to follow, and I&#8217;ll be keeping a close eye on it indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/04/05/zediva-movie-studios-and-copyright/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>April Fools! iPhone RickRolling, and more!</title>
		<link>http://appleguru.org/blog/2011/04/01/april-fools-iphone-rickrolling-and-more/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=april-fools-iphone-rickrolling-and-more</link>
		<comments>http://appleguru.org/blog/2011/04/01/april-fools-iphone-rickrolling-and-more/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 18:31:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://appleguru.org/blog/?p=601</guid>
		<description><![CDATA[Sorry for the late post, but hopefully this helps some of you prank your friends on this the most glorious of holidays. This prank is most useful on the iPhone, as I chose the SMS app as the target. It can easily be modified for other apps though, let me know in the comments if [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_605" class="wp-caption aligncenter" style="width: 310px"><a  href="http://appleguru.org/blog/wp-content/uploads/2011/04/messages.jpeg"><a href="http://appleguru.org/blog/wp-content/uploads/2011/04/messages-300x293.jpg" class="thickbox"><img class="size-medium wp-image-605" title="SMS Icon" src="http://appleguru.org/blog/wp-content/uploads/2011/04/messages-300x293.jpg" alt="" width="300" height="293" /> </a></a><p class="wp-caption-text">April Fools!</p></div>
<p>Sorry for the late post, but hopefully this helps some of you prank your friends on this the most glorious of holidays.</p>
<p>This prank is most useful on the iPhone, as I chose the SMS app as the target. It can easily be modified for other apps though, let me know in the comments if you&#8217;d like a version with a different icon!</p>
<p>1) Get ahold of the iPhone of an unsuspecting victim</p>
<p>2) Navigate to <a  href="http://appleguru.org/af/" target="_blank">http://appleguru.org/af</a> in Safari on the iPhone.</p>
<p>3) Tap the &#8220;Share&#8221; button to add a bookmark to the homescreen (There will be nice onscreen instructions showing you how).</p>
<p>4) Tap &#8220;Add to Home Screen&#8221; and click Add to confirm.</p>
<p>5) Drag the new fake &#8220;Messages&#8221; app to the current location of the victim&#8217;s real Messages app and, hide the real one my moving it elsewhere (the Utilities folder works well for this).</p>
<p>6) Make sure the volume is all the way up</p>
<p>7) Laugh as they get RickRolled when they go to check their text messages!</p>
<p>This was a fun one to figure out, since in most cases Apple does not allow a video to Autoplay. However, linking to the actual video source causes this to happen. Some modification to Google&#8217;s mobile bookmark bubble to add a javascript redirect worked wonders.</p>
<p>Another prank that worked well today, much to the displeasure of my girlfriend, was filling an M&amp;Ms bag up partially with red and blue Skittles. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://appleguru.org/blog/2011/04/01/april-fools-iphone-rickrolling-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div id="test_map" style="display:none" ></div></channel>
</rss>

