<?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>BerryReview &#187; Rant</title>
	<atom:link href="http://www.berryreview.com/category/rant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.berryreview.com</link>
	<description>BlackBerry News and Reviews You Can Use</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:32:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>RIM Details Their Roadmap for Code Signing &#8211; Still Seems Relatively Useless</title>
		<link>http://www.berryreview.com/2012/01/26/rim-details-their-roadmap-for-code-signing-still-seems-relatively-useless/</link>
		<comments>http://www.berryreview.com/2012/01/26/rim-details-their-roadmap-for-code-signing-still-seems-relatively-useless/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 22:42:04 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[Signing]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=88265</guid>
		<description><![CDATA[  I have always had a huge issue with code signing for BlackBerry applications. For almost a decade code signing has been a hugely frustrating and annoying barrier to entry for new BlackBerry developers while providing marginal security improvements. Hell it used to cost $200 for code signing keys. As far as I have been...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/02/24/rim-processing-free-code-signing-key-requests-faster/' rel='bookmark' title='RIM Processing Free Code Signing Key Requests Faster?'>RIM Processing Free Code Signing Key Requests Faster?</a></li>
<li><a href='http://www.berryreview.com/2011/02/23/blackberry-developer-code-signing-keys-now-free/' rel='bookmark' title='BlackBerry Developer Code Signing Keys Now FREE!!!'>BlackBerry Developer Code Signing Keys Now FREE!!!</a></li>
<li><a href='http://www.berryreview.com/2011/07/18/rim-apologizes-for-code-signing-server-outage/' rel='bookmark' title='RIM Apologizes for Code Signing Server Outage'>RIM Apologizes for Code Signing Server Outage</a></li>
<li><a href='http://www.berryreview.com/2011/07/12/ongoing-blackberry-code-signing-servers-issues-outage/' rel='bookmark' title='Ongoing BlackBerry Code Signing Servers Issues &amp; Outage'>Ongoing BlackBerry Code Signing Servers Issues &amp; Outage</a></li>
<li><a href='http://www.berryreview.com/2011/04/11/rim-simplifies-requests-for-replacement-code-signing-keys/' rel='bookmark' title='RIM Simplifies Requests for Replacement Code Signing Keys'>RIM Simplifies Requests for Replacement Code Signing Keys</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"> <a href="http://cdn3.berryreview.com/wp-content/uploads/2012/01/IsTheCodeSigningServerDown.jpg"><img style="display: inline; border: 0px;" title="IsTheCodeSigningServerDown" src="http://cdn3.berryreview.com/wp-content/uploads/2012/01/IsTheCodeSigningServerDown_thumb.jpg" alt="IsTheCodeSigningServerDown" width="304" height="354" border="0" /></a></p>
<p>I have always had a huge issue with code signing for BlackBerry applications. For almost a decade code signing has been a hugely frustrating and annoying barrier to entry for new BlackBerry developers while providing marginal security improvements. Hell it used to cost $200 for code signing keys. As far as I have been able to research all code signing does, at least until the BlackBerry PlayBook, is prove that the code you are installing has not been modified since the developer signed it. In other words it provides trust (aka Integrity) though even RIM can see how laughable of a security model that is all by itself. I am not necessarily against code signing but the benefits have to outweigh the cost. More on that later.</p>
<p>One of RIM’s devs, Mark, was kind enough to detail the current past and present of code signing for all BlackBerry <a href="http://devblog.blackberry.com/2012/01/code-signing/" target="_blank">devices on the RIM DevBlog</a>. He even tries to explain why it is of value especially on the BlackBerry PlayBook. The two major additions RIM did with code signing on the BlackBerry PlayBook is use part of the code signing key to protect the data your application can access and another was to add debug tokens to allow you to test unsigned code on an actual BlackBerry PlayBook. It is nice to see that code signing is getting easier and I truly hope it becomes as simple as pie without 14 different steps no matter how easy the wizard. I just want to stress how important it is for RIM to streamline this process until there are no longer flooded in their support forums with developers frustrated with the code signing process. (Just take a look to <a href="http://supportforums.blackberry.com/t5/forums/searchpage/tab/message?filter=location&amp;location=Board%3Atablet&amp;q=code+signing#/?q=code+signing&amp;search_type=thread" target="_blank">see what I mean</a>)</p>
<p>Code signing certificates mainly provide the ability to verify that the application you installed is coming from the developer without any modifications. It does not tell you if the developer is somebody you <strong>should</strong> trust or if they just plan on stealing all your data. Hell all RIM even does is just verify a developers information with their credit card company. This is semi-redundant on the BlackBerry PlayBook since RIM plans on restricting PlayBook app installations to App World only unless you sideload your app. That means RIM already authenticates that the application you are installing comes from that developer. They do this by making developers jump through hoops to register for App World and verify their identity. So why do we need to double verify that fact? Also it is laughably easy to get a code signing key from RIM so it does not stop you from trusting bad developers since they can just as easily sign their code with another key.</p>
<p>The code signing keys also provide little value to developers especially PlayBook developers. It does not protect your application code or make sure that another developer cannot simply unzip your .BAR install file (for WebWorks and Flash apps) compile the app again and sign it with their key. That sort of makes the whole Debug Token security model another painful step that does not add as much value as the painful setup scheme it requires. It gets even worse if you lose your key and can no longer update your app until it is reinstated or want to share your key with other developers you are working with.</p>
<p>This model is even more flawed on BlackBerry smartphones where code signing is not even required for apps to run unless they need access to protected APIs. Also they can be installed from any source which is probably why RIM started with the code signing model. It allows RIM to centrally revoke a developers ability to sign new code. The thing is that developer could have many more code signing keys that they could just as easily sign malicious code with. If anything part of RIM’s improvements to streamline code signing has been to make it easy for ANYBODY to get a code signing key.</p>
<p>All in all it seems like code signing is simply maid to deter lazy crooks instead of providing the level of benefit that would justify the high toll it takes on BlackBerry developers. The question is if RIM can simplify this process to make it less painful or at least justify the cost by adding actual benefits. I understand that RIM wants to protect users from imposters signing code or impersonating another company but the security it offers against that is not that hard to bypass. All it does is make sure the code signer cannot be anonymous but a malicious dev could easily obtain a stolen credit card number and purchase a code signing key especially since nobody would notice the $1 code signing authorization charge.</p>
<p>My dream is that RIM finds a way to create a 3 step wizard that within 10 minutes sets up your development environment, requests and installs your code signing keys, and sets up your App World vendor account. I am truly hoping Mark and his team can make that a reality ASAP… Since right now that process is measured in hours-days instead of minutes. You can see the advancements RIM has made in the last year below but hopefully RIM overhauls the whole system so we don’t need <a href="http://www.isthesigningserverdown.com">www.isthesigningserverdown.com</a> anymore:</p>
<ul>
<li>Made code signing keys easier to obtain by removing the credit card requirement for ordering them</li>
<li>Reduced the order time for code signing keys from 7-10 days to approximately 1-2 hours so you can start building right away!</li>
<li>Created <a href="https://bdsc.webapps.blackberry.com/native/beta/documentation/com.qnx.doc.native_sdk.devguide/com.qnx.doc.native_sdk.devguide/topic/configure_app_signing_from_ide.html">Configuration Wizards</a> to walk you through configuring and backing up your keys</li>
<li>Automated many previously manual steps by integrating Debug Tokens into the SDKs</li>
<li>Updated the hardware for our code signing servers</li>
<li>Created the Code Signing Support site to walk through the ordering, configuration and signing process</li>
</ul>
<p>Let me know what you think! I would love to be proven wrong…</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/02/24/rim-processing-free-code-signing-key-requests-faster/' rel='bookmark' title='RIM Processing Free Code Signing Key Requests Faster?'>RIM Processing Free Code Signing Key Requests Faster?</a></li>
<li><a href='http://www.berryreview.com/2011/02/23/blackberry-developer-code-signing-keys-now-free/' rel='bookmark' title='BlackBerry Developer Code Signing Keys Now FREE!!!'>BlackBerry Developer Code Signing Keys Now FREE!!!</a></li>
<li><a href='http://www.berryreview.com/2011/07/18/rim-apologizes-for-code-signing-server-outage/' rel='bookmark' title='RIM Apologizes for Code Signing Server Outage'>RIM Apologizes for Code Signing Server Outage</a></li>
<li><a href='http://www.berryreview.com/2011/07/12/ongoing-blackberry-code-signing-servers-issues-outage/' rel='bookmark' title='Ongoing BlackBerry Code Signing Servers Issues &amp; Outage'>Ongoing BlackBerry Code Signing Servers Issues &amp; Outage</a></li>
<li><a href='http://www.berryreview.com/2011/04/11/rim-simplifies-requests-for-replacement-code-signing-keys/' rel='bookmark' title='RIM Simplifies Requests for Replacement Code Signing Keys'>RIM Simplifies Requests for Replacement Code Signing Keys</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, January 26, 2012, 5:42 pm. |
<a href="http://www.berryreview.com/2012/01/26/rim-details-their-roadmap-for-code-signing-still-seems-relatively-useless/">RIM Details Their Roadmap for Code Signing &ndash; Still Seems Relatively Useless</a> |
<a href="http://www.berryreview.com/2012/01/26/rim-details-their-roadmap-for-code-signing-still-seems-relatively-useless/#comments">8 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2012/01/26/rim-details-their-roadmap-for-code-signing-still-seems-relatively-useless/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What RIM is Up Against? (In Vino Veritas)</title>
		<link>http://www.berryreview.com/2012/01/11/what-rim-is-up-against-in-vino-veritas/</link>
		<comments>http://www.berryreview.com/2012/01/11/what-rim-is-up-against-in-vino-veritas/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 06:54:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[CES]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=87298</guid>
		<description><![CDATA[&#160; I hate to categorize TechCrunch as “The Media” but RIM definitely has a perception problem/bias with some media outlets. Its almost like anything RIM does whether good or bad gets a negative spin. This was clearly made apparent in a live Ustream by Andrew Keen and Jordan Crook from TechCrunch at CES yesterday. As...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/06/24/jibe-mobile-private-beta-chat-share-with-friends/' rel='bookmark' title='Jibe Mobile Private Beta &#8211; Chat &amp; Share With Friends'>Jibe Mobile Private Beta &#8211; Chat &#038; Share With Friends</a></li>
<li><a href='http://www.berryreview.com/2008/07/03/anyvite-evite-with-a-mobile-practical-twist/' rel='bookmark' title='Anyvite &#8211; Evite With A Mobile &amp; Practical Twist'>Anyvite &#8211; Evite With A Mobile &#038; Practical Twist</a></li>
<li><a href='http://www.berryreview.com/2008/06/06/eric-carr-of-loopt-explains-gps-location-technologies/' rel='bookmark' title='Eric Carr Of Loopt Explains GPS &amp; Location Technologies'>Eric Carr Of Loopt Explains GPS &#038; Location Technologies</a></li>
<li><a href='http://www.berryreview.com/2009/09/09/canadian-carriers-kill-cellphone-cost-calculator-surprised/' rel='bookmark' title='Canadian Carriers Kill Cellphone Cost Calculator… Surprised?'>Canadian Carriers Kill Cellphone Cost Calculator… Surprised?</a></li>
<li><a href='http://www.berryreview.com/2009/04/30/zoho-mobilizes-their-website-document-calendar-email-tools/' rel='bookmark' title='Zoho Mobilizes Their Website &#8211; Document, Calendar, &amp; Email Tools'>Zoho Mobilizes Their Website &#8211; Document, Calendar, &amp; Email Tools</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center">&#160;<a href="http://cdn3.berryreview.com/wp-content/uploads/2012/01/EnvinoVeritas.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="En vino Veritas" border="0" alt="En vino Veritas" src="http://cdn3.berryreview.com/wp-content/uploads/2012/01/EnvinoVeritas_thumb.jpg" width="454" height="253" /></a> </p>
<p>I hate to categorize TechCrunch as “The Media” but RIM definitely has a perception problem/bias with some media outlets. Its almost like anything RIM does whether good or bad gets a negative spin. This was clearly made apparent in a live Ustream by Andrew Keen and Jordan Crook from <a href="http://techcrunch.com/2012/01/09/ready-for-more-on-the-fly-fun-were-live-at-the-pre-ces-press-event-pepcom/" target="_blank">TechCrunch</a> at CES yesterday. As the old Latin phrase says <em>In vino veritas (<i>“in wine there is the truth&quot;</i>). </em>You can clearly see what I mean if you skip to the 40 or 41 minute mark in the video below.</p>
<p> <iframe style="border-bottom: transparent 0px; border-left: transparent 0px; border-top: transparent 0px; border-right: transparent 0px" height="368" src="http://www.ustream.tv/embed/recorded/19675337" frameborder="0" width="608" scrolling="no"></iframe>
<p>Personally I think this stems from RIM’s Canadian roots where they are just too damn nice. They need to start kicking ass and taking names with back to back launches starting with PlayBook OS 2.0 to BB10. They need both actions and words to turn the tide.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/06/24/jibe-mobile-private-beta-chat-share-with-friends/' rel='bookmark' title='Jibe Mobile Private Beta &#8211; Chat &amp; Share With Friends'>Jibe Mobile Private Beta &#8211; Chat &#038; Share With Friends</a></li>
<li><a href='http://www.berryreview.com/2008/07/03/anyvite-evite-with-a-mobile-practical-twist/' rel='bookmark' title='Anyvite &#8211; Evite With A Mobile &amp; Practical Twist'>Anyvite &#8211; Evite With A Mobile &#038; Practical Twist</a></li>
<li><a href='http://www.berryreview.com/2008/06/06/eric-carr-of-loopt-explains-gps-location-technologies/' rel='bookmark' title='Eric Carr Of Loopt Explains GPS &amp; Location Technologies'>Eric Carr Of Loopt Explains GPS &#038; Location Technologies</a></li>
<li><a href='http://www.berryreview.com/2009/09/09/canadian-carriers-kill-cellphone-cost-calculator-surprised/' rel='bookmark' title='Canadian Carriers Kill Cellphone Cost Calculator… Surprised?'>Canadian Carriers Kill Cellphone Cost Calculator… Surprised?</a></li>
<li><a href='http://www.berryreview.com/2009/04/30/zoho-mobilizes-their-website-document-calendar-email-tools/' rel='bookmark' title='Zoho Mobilizes Their Website &#8211; Document, Calendar, &amp; Email Tools'>Zoho Mobilizes Their Website &#8211; Document, Calendar, &amp; Email Tools</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, January 11, 2012, 1:54 am. |
<a href="http://www.berryreview.com/2012/01/11/what-rim-is-up-against-in-vino-veritas/">What RIM is Up Against? (In Vino Veritas)</a> |
<a href="http://www.berryreview.com/2012/01/11/what-rim-is-up-against-in-vino-veritas/#comments">65 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2012/01/11/what-rim-is-up-against-in-vino-veritas/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>Are You a Brusque Emailer? Let Us Know Your Email Etiquette!</title>
		<link>http://www.berryreview.com/2011/12/29/are-you-a-brusque-emailer-let-us-know-your-email-etiquette/</link>
		<comments>http://www.berryreview.com/2011/12/29/are-you-a-brusque-emailer-let-us-know-your-email-etiquette/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 15:06:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Etiquette]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=86710</guid>
		<description><![CDATA[People tell me that I am pretty blunt via email but I consider it a form of efficiency. That is why I was pleasantly surprised when a friend sent me an article from Entrepreneur by Ross Mccammon that seemed to mirror my sentiments about email etiquette. I absolutely love his philosophy of brusque emailing and...
No related posts.]]></description>
			<content:encoded><![CDATA[<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Email Etiquette fun" border="0" alt="Email Etiquette fun" src="http://cdn3.berryreview.com/wp-content/uploads/2011/12/EmailEtiquettefun.jpg" width="604" height="276" /> </p>
<p>People tell me that I am pretty blunt via email but I consider it a form of efficiency. That is why I was pleasantly surprised when a friend sent me an article from <a href="http://www.entrepreneur.com/article/222455" target="_blank">Entrepreneur</a> by Ross Mccammon that seemed to mirror my sentiments about email etiquette. I absolutely love his philosophy of brusque emailing and making a call when email is impractical. </p>
<p>I highly recommend reading the whole article over at the <a href="http://www.entrepreneur.com/article/222455" target="_blank">Entrepreneur</a> but here are a few highlights:</p>
<ul>
<li>&quot;What Would Robert De Niro Type?&quot; Here&#8217;s how it works: You get an e-mail. You read that e-mail. You respond to the e-mail as if you were Robert De Niro. You will find that your e-mail responses will involve messages like &quot;Sure&quot; and &quot;Great&quot; and &quot;Yes&quot; and &quot;No&quot; and &quot;Perfect&quot; and &quot;Come on&quot; and &quot;Sorry.&quot;</li>
<li>&quot;Just because you receive an e-mail doesn&#8217;t mean you need to reply by e-mail,&quot;</li>
<li>You might not receive a 500-word e-mail that ends with the worst question of all time: &quot;Thoughts?&quot;</li>
<li>Ask yourself if you would CC yourself. Easy with the CC.</li>
<li>If your message is less than seven words, put it in the subject line.</li>
</ul>
<p>I plan on forwarding this one to quite a few contacts… <img src='http://cdn3.berryreview.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>No related posts.</p><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, December 29, 2011, 10:06 am. |
<a href="http://www.berryreview.com/2011/12/29/are-you-a-brusque-emailer-let-us-know-your-email-etiquette/">Are You a Brusque Emailer? Let Us Know Your Email Etiquette!</a> |
<a href="http://www.berryreview.com/2011/12/29/are-you-a-brusque-emailer-let-us-know-your-email-etiquette/#comments">5 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/12/29/are-you-a-brusque-emailer-let-us-know-your-email-etiquette/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Love in the Time of &#8220;Anonymous High-level RIM Employees&#8221;</title>
		<link>http://www.berryreview.com/2011/12/22/love-in-the-time-of-anonymous-high-level-rim-employees/</link>
		<comments>http://www.berryreview.com/2011/12/22/love-in-the-time-of-anonymous-high-level-rim-employees/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 17:09:44 +0000</pubDate>
		<dc:creator>Luis Merlos</dc:creator>
				<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=86485</guid>
		<description><![CDATA[Every few months another “Anonymous High Level RIM Employee” seems to pick up the phone and call the BGR to share some doom or gloom. The latest entertainment comes from one of BGR’s “most trusted sources” who is also a “high-level RIM employee.” Here his some of the latest inflammatory tidbits out of this anonymous...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/09/29/faq-high-level-fact-sheet-comparing-bis-to-bes/' rel='bookmark' title='FAQ: High Level Fact Sheet Comparing BIS To BES'>FAQ: High Level Fact Sheet Comparing BIS To BES</a></li>
<li><a href='http://www.berryreview.com/2011/07/06/new-high-level-apps-games-categories-in-playbook-app-world/' rel='bookmark' title='New High Level Apps &amp; Games Categories in PlayBook App World'>New High Level Apps &amp; Games Categories in PlayBook App World</a></li>
<li><a href='http://www.berryreview.com/2011/06/30/open-letter-to-rim-senior-management-from-supposed-high-level-rim-employee/' rel='bookmark' title='Open Letter To RIM Senior Management from Supposed High Level RIM Employee'>Open Letter To RIM Senior Management from Supposed High Level RIM Employee</a></li>
<li><a href='http://www.berryreview.com/2011/09/16/profile-assist-changes-your-settings-based-on-location-time-or-battery-level/' rel='bookmark' title='Profile Assist Changes Your Settings Based on Location, Time, or Battery Level'>Profile Assist Changes Your Settings Based on Location, Time, or Battery Level</a></li>
<li><a href='http://www.berryreview.com/2009/07/07/reportaway-blackberry-time-expense-tracking-with-quickbooks-compatible-time-export/' rel='bookmark' title='ReportAway! BlackBerry Time &amp; Expense Tracking With QuickBooks Compatible Time Export'>ReportAway! BlackBerry Time &amp; Expense Tracking With QuickBooks Compatible Time Export</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="caution_tape" border="0" alt="caution_tape" src="http://cdn3.berryreview.com/wp-content/uploads/2011/12/caution_tape.jpg" width="312" height="286" /></p>
<p>Every few months another “Anonymous High Level RIM Employee” seems to pick up the phone and call the BGR to share some doom or gloom. The <a href="http://www.bgr.com/2011/12/22/blackberry-10-is-a-failure-that-wont-be-able-to-compete-company-source-says/" target="_blank">latest entertainment comes from one of BGR’s</a> “most trusted sources” who is also a “high-level RIM employee.” Here his some of the latest inflammatory tidbits out of this anonymous source who still seems to be working at RIM…</p>
<ol>
<li>“…the PlayBook 2.0 OS developers have been testing is a crystal clear window into the current state of BlackBerry 10 on smartphones. No email, no BlackBerry Messenger — it’s almost identical”
<ul>
<li>This high level employee must have very limited access. I have actually used PlayBooks that have native email, contacts, calendar, etc (ActiveSync) though he is right about BBM. Still even RIM has said that native BBM is coming later… </li>
</ul>
</li>
<li>“Email and PIM is a better on an 8700 than it is on BlackBerry 10”
<ol>
<li>Wait a minute. I thought there was no email or PIM? </li>
</ol>
</li>
<li>“We also have some more background on why RIM’s BlackBerry 10 smartphones are delayed, and it has nothing to do with a new LTE chipset that RIM is waiting on…” “RIM is simply pushing this out as long as they can for one reason, they don’t have a working product yet.”
<ul>
<li>This “High Level RIM Employee” must have not been allowed to play with the Colt before it was made a dev-only device. Once RIM decided they needed LTE to make North American carriers happy they realized they would either have to stoop to Android LTE device battery horrors or wait for <a href="http://www.berryreview.com/2011/12/16/explanation-behind-blackberry-10-phones-needing-a-chip-coming-in-q2-2012/" target="_blank">Qualcomm</a>. </li>
</ul>
</li>
<li>“RIM is betting its business on a platform and ecosystem that isn’t even as good as iPhone OS 1.0 or Android 2.0.”
<ul>
<li>That is a pretty strong statement to make without any explanation. Keep in mind iOS 1.0 did not even have third party apps and Android 2.0 did not have pinch to zoom in the browser… </li>
</ul>
</li>
<li>“There’s no room for a fourth ecosystem”
<ul>
<li>Says who? </li>
</ul>
</li>
<li>“and DingleBerry also works on BlackBerry 10.”
<ul>
<li>It all depends on what you call BlackBerry 10… It is public information that it quasi works on the PlayBook OS 2.0 beta. </li>
</ul>
</li>
</ol>
<p>All in all this seems like some linkbait but its always entertaining. Still it is way to early to pass any judgment on BlackBerry 10 phones especially when RIMs announced timeline has it coming in the 2nd half of 2012. RIM should have had BlackBerry 10 or whatever you want to call their next generation platform ready way before 2012 but they definitely have a chance to reclaim their glory. Now it is all about proper execution.</p>
<p>PS: I still think it couldn’t hurt if RIM hired a large team of “Ass Kickers” whose main job is to cut through the red tape and release products faster…</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/09/29/faq-high-level-fact-sheet-comparing-bis-to-bes/' rel='bookmark' title='FAQ: High Level Fact Sheet Comparing BIS To BES'>FAQ: High Level Fact Sheet Comparing BIS To BES</a></li>
<li><a href='http://www.berryreview.com/2011/07/06/new-high-level-apps-games-categories-in-playbook-app-world/' rel='bookmark' title='New High Level Apps &amp; Games Categories in PlayBook App World'>New High Level Apps &amp; Games Categories in PlayBook App World</a></li>
<li><a href='http://www.berryreview.com/2011/06/30/open-letter-to-rim-senior-management-from-supposed-high-level-rim-employee/' rel='bookmark' title='Open Letter To RIM Senior Management from Supposed High Level RIM Employee'>Open Letter To RIM Senior Management from Supposed High Level RIM Employee</a></li>
<li><a href='http://www.berryreview.com/2011/09/16/profile-assist-changes-your-settings-based-on-location-time-or-battery-level/' rel='bookmark' title='Profile Assist Changes Your Settings Based on Location, Time, or Battery Level'>Profile Assist Changes Your Settings Based on Location, Time, or Battery Level</a></li>
<li><a href='http://www.berryreview.com/2009/07/07/reportaway-blackberry-time-expense-tracking-with-quickbooks-compatible-time-export/' rel='bookmark' title='ReportAway! BlackBerry Time &amp; Expense Tracking With QuickBooks Compatible Time Export'>ReportAway! BlackBerry Time &amp; Expense Tracking With QuickBooks Compatible Time Export</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Luis Merlos for ©<a href="http://www.berryreview.com">BerryReview</a>, December 22, 2011, 12:09 pm. |
<a href="http://www.berryreview.com/2011/12/22/love-in-the-time-of-anonymous-high-level-rim-employees/">Love in the Time of &ldquo;Anonymous High-level RIM Employees&rdquo;</a> |
<a href="http://www.berryreview.com/2011/12/22/love-in-the-time-of-anonymous-high-level-rim-employees/#comments">16 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/12/22/love-in-the-time-of-anonymous-high-level-rim-employees/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>The Web, Not Apps, Is the Future</title>
		<link>http://www.berryreview.com/2011/12/14/the-web-not-apps-is-the-future/</link>
		<comments>http://www.berryreview.com/2011/12/14/the-web-not-apps-is-the-future/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 13:51:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/12/14/the-web-not-apps-is-the-future/</guid>
		<description><![CDATA[&#160; Over the years since Apple started their app craze I always felt that most of these apps were poor excuses for Low-Fi website frontends. I am not talking about games but rather actual apps. This has not stopped more and more apps from being released on multiple platforms fragmenting things further and further. HTML5...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/10/18/clarification-adobe-airflash-apps-android-player-apps-to-run-on-bbx/' rel='bookmark' title='Clarification: Adobe AIR/Flash Apps &amp; Android Player Apps to Run on BBX'>Clarification: Adobe AIR/Flash Apps &amp; Android Player Apps to Run on BBX</a></li>
<li><a href='http://www.berryreview.com/2010/08/19/rim-touting-html5-capable-webkit-browser-will-it-finally-bring-mobile-web-apps/' rel='bookmark' title='RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?'>RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?</a></li>
<li><a href='http://www.berryreview.com/2010/08/24/can-ad-supported-apps-performs-as-well-as-cheap-paid-apps/' rel='bookmark' title='Can Ad Supported Apps Performs as Well As Cheap Paid Apps?'>Can Ad Supported Apps Performs as Well As Cheap Paid Apps?</a></li>
<li><a href='http://www.berryreview.com/2011/10/18/rim-explains-bbx-os-strategy-native-sdk-html5-apps-will-be-forwards-compatible/' rel='bookmark' title='RIM Explains BBX OS Strategy &ndash; Native SDK &amp; HTML5 Apps Will Be forwards Compatible'>RIM Explains BBX OS Strategy &ndash; Native SDK &amp; HTML5 Apps Will Be forwards Compatible</a></li>
<li><a href='http://www.berryreview.com/2011/03/03/will-the-blackberry-playbook-browser-replace-most-apps/' rel='bookmark' title='Will the BlackBerry PlayBook Browser Replace Most Apps?'>Will the BlackBerry PlayBook Browser Replace Most Apps?</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center">&#160;<img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="peopleinboxes" border="0" alt="peopleinboxes" src="http://cdn3.berryreview.com/wp-content/uploads/2011/12/peopleinboxes.jpg" width="429" height="286" /> </p>
<p>Over the years since Apple started their app craze I always felt that most of these apps were poor excuses for Low-Fi website frontends. I am not talking about games but rather actual apps. This has not stopped more and more apps from being released on multiple platforms fragmenting things further and further. HTML5 holds some real promise in bringing the full power of the web with app-like benefits. The reason is pretty simple and Dave Winer sums it up perfectly in his rant on “<a href="http://scripting.com/stories/2011/12/13/whyAppsAreNotTheFuture.html" target="_blank">why apps are not the future</a>” by simply stating the obvious advantage… “Linking”</p>
<blockquote><p>Visualize each of the apps they want you to use on your iPad or iPhone as a silo. A tall vertical building. It might feel very large on the inside, but nothing goes in or out that isn&#8217;t well-controlled by the people who created the app. That sucks!</p>
<p><a name="p11407"></a>The great thing about the web is linking. I don&#8217;t care how ugly it looks and how pretty your app is, if I can&#8217;t link in and out of your world, it&#8217;s not even close to a replacement for the web. It would be as silly as saying that you don&#8217;t need oceans because you have a bathtub. How nice your bathtub is. Try building a continent around it if you want to get my point.</p>
</blockquote>
<p>It seems like RIM is definitely agreeing with Winer on this one. They are putting a huge emphasis on a solid web browser and HTML5 support as their future app platform for BB10. Even on the PlayBook and other devices I find myself preferring solid websites over apps that try to replicate a subset of a websites features. I think Andy Gryc, QNX’s HTML5 guy, does a great job <a href="http://qnxauto.blogspot.com/2011/12/whats-html5-got-to-do-with-automotive.html" target="_blank">explaining</a> why that makes a difference even to car manufacturers in this video:</p>
<p> <object type="application/x-shockwave-flash" style="width:560px; height:315px;" data="http://www.youtube.com/v/-591beJkrrc?version=3"><param name="movie" value="http://www.youtube.com/v/-591beJkrrc?version=3" /><param name="wmode" value="transparent"></object><br />
<h3 style="margin-top:1px;"><a href="http://www.youtube.com/v/-591beJkrrc?version=3">Desktop Video Link</a> | <a href="http://m.youtube.com/watch?v=-591beJkrrc?version=3">Mobile Video Link</a></h3>
</p>
<p>I would take Winer’s argument one step further. The future cannot sustain the current model where every developer or service needs to create apps for every platform and form factor out there. The number of devices and fragmentation grows by the day making the “Apps” model untenable and linking them impossible. Developers are already feeling the strain of trying to launch features on multiple devices at the same time. Think of apps like Foursquare that need to first add a feature and then roll it out to all the different device variants out there with a service that would be better served as a HTML5 website or a bundled webapp.</p>
<p>What do you think?</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/10/18/clarification-adobe-airflash-apps-android-player-apps-to-run-on-bbx/' rel='bookmark' title='Clarification: Adobe AIR/Flash Apps &amp; Android Player Apps to Run on BBX'>Clarification: Adobe AIR/Flash Apps &amp; Android Player Apps to Run on BBX</a></li>
<li><a href='http://www.berryreview.com/2010/08/19/rim-touting-html5-capable-webkit-browser-will-it-finally-bring-mobile-web-apps/' rel='bookmark' title='RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?'>RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?</a></li>
<li><a href='http://www.berryreview.com/2010/08/24/can-ad-supported-apps-performs-as-well-as-cheap-paid-apps/' rel='bookmark' title='Can Ad Supported Apps Performs as Well As Cheap Paid Apps?'>Can Ad Supported Apps Performs as Well As Cheap Paid Apps?</a></li>
<li><a href='http://www.berryreview.com/2011/10/18/rim-explains-bbx-os-strategy-native-sdk-html5-apps-will-be-forwards-compatible/' rel='bookmark' title='RIM Explains BBX OS Strategy &ndash; Native SDK &amp; HTML5 Apps Will Be forwards Compatible'>RIM Explains BBX OS Strategy &ndash; Native SDK &amp; HTML5 Apps Will Be forwards Compatible</a></li>
<li><a href='http://www.berryreview.com/2011/03/03/will-the-blackberry-playbook-browser-replace-most-apps/' rel='bookmark' title='Will the BlackBerry PlayBook Browser Replace Most Apps?'>Will the BlackBerry PlayBook Browser Replace Most Apps?</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, December 14, 2011, 8:51 am. |
<a href="http://www.berryreview.com/2011/12/14/the-web-not-apps-is-the-future/">The Web, Not Apps, Is the Future</a> |
<a href="http://www.berryreview.com/2011/12/14/the-web-not-apps-is-the-future/#comments">15 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/12/14/the-web-not-apps-is-the-future/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>When is Enough Enough? The BlackBerry 7 &#8220;White Screen of Death&#8221;</title>
		<link>http://www.berryreview.com/2011/11/23/when-is-enough-enough-the-blackberry-7-white-screen-of-death/</link>
		<comments>http://www.berryreview.com/2011/11/23/when-is-enough-enough-the-blackberry-7-white-screen-of-death/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 21:01:34 +0000</pubDate>
		<dc:creator>Ricky Lakeit</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[BlackBerrry]]></category>
		<category><![CDATA[Bricked]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Nuke]]></category>
		<category><![CDATA[OS7]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[SUCKS]]></category>
		<category><![CDATA[too soon]]></category>
		<category><![CDATA[WSD]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=84752</guid>
		<description><![CDATA[With every up, there is a down.  It is just how life works.  Not everything you love is perfect, and that poses the question of when does one out weigh the other? The issue I seem to be having is JVM errors and White Screen of Deaths! (WSD). There has been a lot of buzz...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/06/24/bbtoday-revived-free-today-screen-application/' rel='bookmark' title='BBToday Revived? &#8211; Free Today Screen Application'>BBToday Revived? &#8211; Free Today Screen Application</a></li>
<li><a href='http://www.berryreview.com/2010/04/23/pictures-of-rogers-white-blackberry-bold-9700-and-crimson-blackberry-pearl-9100-dummy-units/' rel='bookmark' title='Pictures of Rogers White BlackBerry Bold 9700 and Crimson BlackBerry Pearl 9100 Dummy Units'>Pictures of Rogers White BlackBerry Bold 9700 and Crimson BlackBerry Pearl 9100 Dummy Units</a></li>
<li><a href='http://www.berryreview.com/2009/02/17/the-history-of-rim-the-blackberry-smartphone-part-2-the-black-white-years/' rel='bookmark' title='The History of RIM &amp; the BlackBerry Smartphone, Part 2: The Black &amp; White Years'>The History of RIM &#038; the BlackBerry Smartphone, Part 2: The Black &#038; White Years</a></li>
<li><a href='http://www.berryreview.com/2010/09/03/death-calculator-for-blackberry-will-set-you-back-1-99/' rel='bookmark' title='Death Calculator for BlackBerry Will Set You Back $1.99'>Death Calculator for BlackBerry Will Set You Back $1.99</a></li>
<li><a href='http://www.berryreview.com/2011/10/24/rogers-to-sell-white-blackberry-curve-9360-soon/' rel='bookmark' title='Rogers to Sell White BlackBerry Curve 9360 Soon'>Rogers to Sell White BlackBerry Curve 9360 Soon</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn3.berryreview.com/wp-content/uploads/2011/11/White-Screen-of-Death.jpg"><img class="aligncenter size-full wp-image-84836" style="border: 1px solid black" title="White Screen of Death" src="http://cdn3.berryreview.com/wp-content/uploads/2011/11/White-Screen-of-Death.jpg" alt="" width="480" height="360" /></a></p>
<p>With every up, there is a down.  It is just how life works.  Not everything you love is perfect, and that poses the question of when does one out weigh the other? The issue I seem to be having is JVM errors and White Screen of Deaths! (WSD).<br />
<span id="more-84752"></span></p>
<p>There has been a lot of buzz going around about dead 99xx  devices.  People having them completely bricked when they wake up.  Others are experiencing WSD&#8217;s on a re-occurring basis. I have experienced this with different errors and multiple devices which rules out hardware issues.  Me, personally have now had 6 JVM errors between 2 devices in 3 months.  To me, that is uncalled for, and is becoming quite frustrating.  I never thought I would carry 2 devices on me, just to use one as a back up in case one all of a sudden dies, but wish I did last weekend.  That is when JVM 512 pushed me over the edge.</p>
<p>I was on vacation in Boston with my Fiancee and we were having a great time, she decided to leave her 9700 (she wont upgrade after seeing all my issues) at home so she wouldn&#8217;t roam and get extra charges. Between the two of us, we really only need one phone.</p>
<p>First night we are there, it WSD&#8217;s me, a truly annoying occurrence.  I had my laptop, but not a cable on me.  I calmly went down to the front desk and explained what I needed to the clerk, and she let me go through lost and found, an Android charger was there, and that would suffice.  A hour later, im up and running, had to incur $22 in roaming data charges because it wouldn&#8217;t register email over wifi.</p>
<p>I am at my tipping point after last night, 9 days later, its error-ed out again.  My latest back up on my work computer, had to wait until the morning to wipe and reload my OS and restore my info.  I do not want to leave BlackBerry and their works, as I am a loyal FanBoi&#8230;. but with these issues keep happening like any other unsatisfied customer I will have to find a solution that works for me.</p>
<p>It saddens me that under the pressure that they are facing to succeed and over come the adversity pounded on them by other platforms and analysts&#8230;. they are crumbling.</p>
<p>So it is fair to ask, when is enough ENOUGH?  When can a loyal user be pushed over the limit and forced to go to a device he/she does not want to use, but has to for stability and reliability?</p>
<p>Have you experienced any of these? Come across a lot of frustration with 0s 7 devices? I am really hoping there is some sort of <a href="http://www.berryreview.com/2011/11/20/rim-confirms-power-issues-with-latest-blackberry-devices-bold-99009930/">software fix RIM will push out</a> to fix these constant JVM errors.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/06/24/bbtoday-revived-free-today-screen-application/' rel='bookmark' title='BBToday Revived? &#8211; Free Today Screen Application'>BBToday Revived? &#8211; Free Today Screen Application</a></li>
<li><a href='http://www.berryreview.com/2010/04/23/pictures-of-rogers-white-blackberry-bold-9700-and-crimson-blackberry-pearl-9100-dummy-units/' rel='bookmark' title='Pictures of Rogers White BlackBerry Bold 9700 and Crimson BlackBerry Pearl 9100 Dummy Units'>Pictures of Rogers White BlackBerry Bold 9700 and Crimson BlackBerry Pearl 9100 Dummy Units</a></li>
<li><a href='http://www.berryreview.com/2009/02/17/the-history-of-rim-the-blackberry-smartphone-part-2-the-black-white-years/' rel='bookmark' title='The History of RIM &amp; the BlackBerry Smartphone, Part 2: The Black &amp; White Years'>The History of RIM &#038; the BlackBerry Smartphone, Part 2: The Black &#038; White Years</a></li>
<li><a href='http://www.berryreview.com/2010/09/03/death-calculator-for-blackberry-will-set-you-back-1-99/' rel='bookmark' title='Death Calculator for BlackBerry Will Set You Back $1.99'>Death Calculator for BlackBerry Will Set You Back $1.99</a></li>
<li><a href='http://www.berryreview.com/2011/10/24/rogers-to-sell-white-blackberry-curve-9360-soon/' rel='bookmark' title='Rogers to Sell White BlackBerry Curve 9360 Soon'>Rogers to Sell White BlackBerry Curve 9360 Soon</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Fubaz for ©<a href="http://www.berryreview.com">BerryReview</a>, November 23, 2011, 4:01 pm. |
<a href="http://www.berryreview.com/2011/11/23/when-is-enough-enough-the-blackberry-7-white-screen-of-death/">When is Enough Enough? The BlackBerry 7 &#8220;White Screen of Death&#8221;</a> |
<a href="http://www.berryreview.com/2011/11/23/when-is-enough-enough-the-blackberry-7-white-screen-of-death/#comments">39 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/11/23/when-is-enough-enough-the-blackberry-7-white-screen-of-death/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Even When RIM Does Something Right They Still Get Hammered for it&#8230; (Adobe Flash)</title>
		<link>http://www.berryreview.com/2011/11/10/even-when-rim-does-something-right-they-still-get-hammered-for-it-adobe-flash/</link>
		<comments>http://www.berryreview.com/2011/11/10/even-when-rim-does-something-right-they-still-get-hammered-for-it-adobe-flash/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 16:14:07 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[BBX]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[PlayBook]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/11/10/even-when-rim-does-something-right-they-still-get-hammered-for-it-adobe-flash/</guid>
		<description><![CDATA[I have been having a field day reading all of the articles readers have sent in today about Adobe getting out of the mobile browser Flash game. Read some of the titles and you will see what I mean: Necrophile RIM Promises to Keep Flash Alive on PlayBook for Some Reason Gizmodo RIM to forge...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/11/15/adobe-clarifies-their-position-on-flash-html5-air-and-flex-for-mobile/' rel='bookmark' title='Adobe Clarifies Their Position on Flash, HTML5, AIR, and FLEX for Mobile'>Adobe Clarifies Their Position on Flash, HTML5, AIR, and FLEX for Mobile</a></li>
<li><a href='http://www.berryreview.com/2011/11/09/adobe-gives-up-on-flash-for-mobile-for-html5-rim-committed-to-supporting-all/' rel='bookmark' title='Adobe Gives Up On Flash for Mobile for HTML5 &ndash; RIM Committed to Supporting All'>Adobe Gives Up On Flash for Mobile for HTML5 &ndash; RIM Committed to Supporting All</a></li>
<li><a href='http://www.berryreview.com/2011/12/07/devs-adobe-flash-builder-4-6-released-with-native-extensions-captive-runtime/' rel='bookmark' title='Devs: Adobe Flash Builder 4.6 Released With Native Extensions &amp; Captive Runtime'>Devs: Adobe Flash Builder 4.6 Released With Native Extensions &amp; Captive Runtime</a></li>
<li><a href='http://www.berryreview.com/2010/02/16/adobe-promises-flash-10-1-support-this-summer/' rel='bookmark' title='Adobe Promises Flash 10.1 Support This Summer'>Adobe Promises Flash 10.1 Support This Summer</a></li>
<li><a href='http://www.berryreview.com/2011/02/14/adobe-flash-10-2-confirmed-for-the-blackberry-playbook/' rel='bookmark' title='Adobe Flash 10.2 Confirmed for the BlackBerry PlayBook'>Adobe Flash 10.2 Confirmed for the BlackBerry PlayBook</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="duckinacircle" border="0" alt="duckinacircle" src="http://cdn3.berryreview.com/wp-content/uploads/2011/11/duckinacircle.jpg" width="275" height="185" /> </p>
<p>I have been having a field day reading all of the articles readers have sent in today about Adobe getting out of the mobile browser Flash game. Read some of the titles and you will see what I mean:</p>
<ul>
<li><a href="http://gizmodo.com/5858215/necrophile-rim-promises-to-keep-flash-alive-on-playbook-for-some-reason">Necrophile RIM Promises to Keep Flash Alive on PlayBook for Some Reason</a> Gizmodo </li>
<li><a href="http://www.engadget.com/2011/11/10/rim-to-forge-ahead-with-flash-on-the-blackberry-playbook-even-i/">RIM to forge ahead with Flash on the BlackBerry PlayBook, even if it&#8217;s dead</a> &#8211; Engadget </li>
<li><a href="http://allthingsd.com/20111109/so-now-what-will-ipad-rivals-say-in-their-commercials/">So Now What Will iPad Rivals Say in Their Commercials?</a> – AllThingsD </li>
</ul>
<p>All of these bloggers are harping on the fact that RIM immediately reassured Flash developers who have spent time developing for QNX and the PlayBook that they would not be left in the cold. Andry Gryc from QNX <a href="http://qnxauto.blogspot.com/2011/11/adobes-out-of-mobile-read-fine-print.html">nicely points out</a> that these bloggers seem to have <a href="http://www.zdnet.com/blog/perlow/exclusive-adobe-ceases-development-on-mobile-browser-flash-refocuses-efforts-on-html5-updated/19226">missed what Adobe</a> and <a href="http://www.berryreview.com/2011/11/09/adobe-gives-up-on-flash-for-mobile-for-html5-rim-committed-to-supporting-all/">RIM actually said</a>. Adobe essentially said that it will be no longer developing Flash plugins for mobile devices for use in their browsers including Android and the PlayBook while still pushing Adobe AIR as a way to package mobile apps. What RIM responded is that they are not going to suddenly dump all of their Flash developers in the cold.</p>
<p><span id="more-62246"></span>
<p>This essentially means that Flash on mobile will continue to be useful since Adobe admits that they are going to continue pushing it for desktops. That means if you want to browse on your tablet just like you do on your desktop you will need some sort of Flash. HTML5 is a strong promise and RIM <a href="http://devblog.blackberry.com/2011/11/blackberry-developer-update-adobe-flash/">CLEARLY states</a> that:</p>
<blockquote><p>We are excited to see Adobe focusing their efforts on HTML5, and on bringing their world class development and design expertise to HTML5 and mobile. As many of you noted, at <a href="http://www.blackberrydevcon.com/americas">BlackBerry DevCon Americas</a> this year we strongly emphasized HTML5 development, and all of our platforms include best-in-breed HTML5 browsing capability, based on the WebKit engine. <strong>We believe that HTML5 is the future of mobile, and are delighted to be aligned with Adobe on this.</strong></p>
</blockquote>
<p>RIM has invested a ton of effort in HTML5 and it is a key building block of BBX. RIM is just saying that Flash will continue to be supported in its current form. All of the future improvements Adobe has planned for Flash in v12 are not intended for mobile devices. On top of that there is the Adobe AIR side of Flash that Adobe clearly says they are going to continue driving:</p>
<blockquote><p><strong>Our future work with Flash on mobile devices will be focused on enabling Flash developers to package native apps with Adobe AIR for all the major app stores.</strong>&#160; We will no longer continue to develop<strong> Flash Player in the browser</strong> to work with new mobile device configurations (chipset, browser, OS version, etc.) following the upcoming release of Flash Player 11.1 for Android and BlackBerry PlayBook.&#160; We will of course continue to provide critical bug fixes and security updates for existing device configurations.&#160; We will also allow our source code licensees to continue working on and release their own implementations.</p>
</blockquote>
<p>So are these bloggers just taking a cheap shot at RIM for essentially supporting developers and saying the same thing as Adobe? Let us know what you think in the comments!</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/11/15/adobe-clarifies-their-position-on-flash-html5-air-and-flex-for-mobile/' rel='bookmark' title='Adobe Clarifies Their Position on Flash, HTML5, AIR, and FLEX for Mobile'>Adobe Clarifies Their Position on Flash, HTML5, AIR, and FLEX for Mobile</a></li>
<li><a href='http://www.berryreview.com/2011/11/09/adobe-gives-up-on-flash-for-mobile-for-html5-rim-committed-to-supporting-all/' rel='bookmark' title='Adobe Gives Up On Flash for Mobile for HTML5 &ndash; RIM Committed to Supporting All'>Adobe Gives Up On Flash for Mobile for HTML5 &ndash; RIM Committed to Supporting All</a></li>
<li><a href='http://www.berryreview.com/2011/12/07/devs-adobe-flash-builder-4-6-released-with-native-extensions-captive-runtime/' rel='bookmark' title='Devs: Adobe Flash Builder 4.6 Released With Native Extensions &amp; Captive Runtime'>Devs: Adobe Flash Builder 4.6 Released With Native Extensions &amp; Captive Runtime</a></li>
<li><a href='http://www.berryreview.com/2010/02/16/adobe-promises-flash-10-1-support-this-summer/' rel='bookmark' title='Adobe Promises Flash 10.1 Support This Summer'>Adobe Promises Flash 10.1 Support This Summer</a></li>
<li><a href='http://www.berryreview.com/2011/02/14/adobe-flash-10-2-confirmed-for-the-blackberry-playbook/' rel='bookmark' title='Adobe Flash 10.2 Confirmed for the BlackBerry PlayBook'>Adobe Flash 10.2 Confirmed for the BlackBerry PlayBook</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, November 10, 2011, 11:14 am. |
<a href="http://www.berryreview.com/2011/11/10/even-when-rim-does-something-right-they-still-get-hammered-for-it-adobe-flash/">Even When RIM Does Something Right They Still Get Hammered for it&hellip; (Adobe Flash)</a> |
<a href="http://www.berryreview.com/2011/11/10/even-when-rim-does-something-right-they-still-get-hammered-for-it-adobe-flash/#comments">10 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/11/10/even-when-rim-does-something-right-they-still-get-hammered-for-it-adobe-flash/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Dear RIM Legal, Enough with the Beta Zone User License Agreements!</title>
		<link>http://www.berryreview.com/2011/07/05/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/</link>
		<comments>http://www.berryreview.com/2011/07/05/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 14:55:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Agreement]]></category>
		<category><![CDATA[End]]></category>
		<category><![CDATA[EULA]]></category>
		<category><![CDATA[Legal]]></category>
		<category><![CDATA[License]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[User]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/06/30/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/</guid>
		<description><![CDATA[&#160;&#160; I am all for RIM Legal protecting the company from valid legal threats but it is starting to seem like their bonuses are based on how much they can annoy customers in the BlackBerry Beta Zone. I am not talking about them holding up projects or being in dire need of streamlining. Today the...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/06/07/behind-the-scenes-the-blackberry-beta-zone/' rel='bookmark' title='Behind the Scenes @ The BlackBerry Beta Zone'>Behind the Scenes @ The BlackBerry Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2010/05/26/rim-opens-blackberry-beta-zone-to-more-countries/' rel='bookmark' title='RIM Opens BlackBerry Beta Zone to More Countries'>RIM Opens BlackBerry Beta Zone to More Countries</a></li>
<li><a href='http://www.berryreview.com/2011/04/11/fill-out-your-blackberry-beta-zone-profile-and-win-prizes/' rel='bookmark' title='Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!'>Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!</a></li>
<li><a href='http://www.berryreview.com/2010/03/24/rim-launches-new-blackberry-beta-zone/' rel='bookmark' title='RIM Launches New BlackBerry Beta Zone!'>RIM Launches New BlackBerry Beta Zone!</a></li>
<li><a href='http://www.berryreview.com/2010/12/13/app-world-vendor-agreements-updated-for-playbook-and-webworks/' rel='bookmark' title='App World Vendor Agreements Updated for PlayBook and WebWorks…'>App World Vendor Agreements Updated for PlayBook and WebWorks…</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://cdn3.berryreview.com/wp-content/uploads/2011/06/BBMLicenseAgreement2.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="BBM License Agreement2" border="0" alt="BBM License Agreement2" src="http://cdn3.berryreview.com/wp-content/uploads/2011/06/BBMLicenseAgreement2_thumb.jpg" width="279" height="371" /></a>&#160;<a href="http://cdn3.berryreview.com/wp-content/uploads/2011/06/BBMLicenseAgreement.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="BBM License Agreement" border="0" alt="BBM License Agreement" src="http://cdn3.berryreview.com/wp-content/uploads/2011/06/BBMLicenseAgreement_thumb.jpg" width="279" height="371" /></a>&#160;</p>
<p>I am all for RIM Legal protecting the company from valid legal threats but it is starting to seem like their bonuses are based on how much they can annoy customers in the BlackBerry Beta Zone. I am not talking about them <a href="http://www.berryreview.com/2011/06/17/should-rim-fire-the-lawyers-and-hire-developers/">holding up projects or being in dire need of streamlining</a>. Today the subject of my wrath is the exponentially growing list of End User License Agreements RIM’s legal department wants their customers to agree to.</p>
<p><span id="more-55478"></span>
<p>Want an example? Take the <a href="http://www.berryreview.com/2011/06/29/blackberry-messenger-v6-0-0-111-available-in-beta-zone/">latest version of BlackBerry Messenger beta</a> that was released in the Beta Zone. Even giving RIM legal the benefit of the doubt and saying I already have an account in the Beta Zone they have a serious proliferation of user license agreements happening. First you need to agree to two licenses to join the BlackBerry Messenger beta. Then another one to download the program. Then when you fire up the app and think you are finally done you are hit with yet another license agreement. The best part? This last license agreement is so long it is the equivalent of 46 full screens of text in size 6 font!</p>
<p>In my head I see one user agreement as reasonable, two is a bit paranoid, but four is simply ridiculous. Multiply that by each addon program or beta and insanity ensues. I just switched to a new BlackBerry Torch today and had to accept the user license agreement when I turned on the device. I then had to accept another one for Facebook, a second for BlackBerry Messenger, a third for Twitter, and the list goes on. Signed up for that nifty new BlackBerry ID? There went another license agreement…</p>
<p>Its not like RIM legal actually expect people to <a href="https://www.blackberry.com/beta/legal/viewTermsAndConditions/12">read this stuff</a> though they force you to scroll down through it so why do they bother? Do they gain some sense of sadistic joy in not combining all of these legal agreements into one that simply says “I agree to accept every possible way RIM can weasel out of a warranty or legal liability unless they are specifically liable according to the law of my current locality” and be done with it? I am no lawyer but I feel like RIM needs to release a new Beta Zone app that automatically accepts all license agreements for you and sends a picture of a crying puppy to <a href="mailto:legalinfo@rim.com">legalinfo@rim.com</a>. </p>
<p>These license agreements are not going to make or break RIM but they really leave quite a bit lacking in the user experience department. Considering how RIM is focusing on “streamlining operations” is it too much to ask to streamline the legal-eze?</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/06/07/behind-the-scenes-the-blackberry-beta-zone/' rel='bookmark' title='Behind the Scenes @ The BlackBerry Beta Zone'>Behind the Scenes @ The BlackBerry Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2010/05/26/rim-opens-blackberry-beta-zone-to-more-countries/' rel='bookmark' title='RIM Opens BlackBerry Beta Zone to More Countries'>RIM Opens BlackBerry Beta Zone to More Countries</a></li>
<li><a href='http://www.berryreview.com/2011/04/11/fill-out-your-blackberry-beta-zone-profile-and-win-prizes/' rel='bookmark' title='Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!'>Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!</a></li>
<li><a href='http://www.berryreview.com/2010/03/24/rim-launches-new-blackberry-beta-zone/' rel='bookmark' title='RIM Launches New BlackBerry Beta Zone!'>RIM Launches New BlackBerry Beta Zone!</a></li>
<li><a href='http://www.berryreview.com/2010/12/13/app-world-vendor-agreements-updated-for-playbook-and-webworks/' rel='bookmark' title='App World Vendor Agreements Updated for PlayBook and WebWorks…'>App World Vendor Agreements Updated for PlayBook and WebWorks…</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, July 5, 2011, 10:55 am. |
<a href="http://www.berryreview.com/2011/07/05/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/">Dear RIM Legal, Enough with the Beta Zone User License Agreements!</a> |
<a href="http://www.berryreview.com/2011/07/05/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/#comments">12 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/07/05/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Copier Jams at RIM Headquarters! (Humor &amp; Video)</title>
		<link>http://www.berryreview.com/2011/06/20/copier-jams-at-rim-headquarters-humor-video/</link>
		<comments>http://www.berryreview.com/2011/06/20/copier-jams-at-rim-headquarters-humor-video/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 01:08:26 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Parody]]></category>
		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/06/20/copier-jams-at-rim-headquarters-humor-video/</guid>
		<description><![CDATA[(insert media source) Developing Breaking Hot Exclusive Bullshit!!! “Trusted sources and unnamed insiders reported today at Research In Motion&#8217;s Headquarters at Phillip Street in Waterloo, Ontario, that one of the back-up copiers on the fourth floor briefly jammed this morning. A sheet of paper went all “shready” while winding its way through the copier and...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/11/23/funny-bbmtexting-roulette-video-from-college-humor/' rel='bookmark' title='Funny BBM/Texting Roulette Video from College Humor'>Funny BBM/Texting Roulette Video from College Humor</a></li>
<li><a href='http://www.berryreview.com/2010/05/27/video-shots-app-lets-you-grab-pictures-from-video/' rel='bookmark' title='Video Shots App Lets You Grab Pictures From Video'>Video Shots App Lets You Grab Pictures From Video</a></li>
<li><a href='http://www.berryreview.com/2009/07/20/blackberry-tour-disassembled-reassembled-on-video/' rel='bookmark' title='BlackBerry Tour Disassembled &amp; Reassembled on Video'>BlackBerry Tour Disassembled &amp; Reassembled on Video</a></li>
<li><a href='http://www.berryreview.com/2011/10/27/official-video-of-the-porsche-design-p9981-by-blackberry-from-rim/' rel='bookmark' title='Official Video of the Porsche Design P&rsquo;9981 by BlackBerry from RIM'>Official Video of the Porsche Design P&rsquo;9981 by BlackBerry from RIM</a></li>
<li><a href='http://www.berryreview.com/2007/12/20/blackberry-us-headquarters-now-in-las-colinas/' rel='bookmark' title='BlackBerry US Headquarters Now In Las Colinas'>BlackBerry US Headquarters Now In Las Colinas</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" style="margin-top: 0px; margin-bottom: 0px; display: inline; border: 0pt none;" title="officespace printer smash" src="http://cdn3.berryreview.com/wp-content/uploads/2011/06/officespaceprintersmash.jpg" border="0" alt="officespace printer smash" width="354" height="232" /></p>
<p><strong>(insert media source) Developing Breaking Hot Exclusive Bullshit!!!</strong></p>
<p>“Trusted sources and unnamed insiders reported today at Research In Motion&#8217;s Headquarters at Phillip Street in Waterloo, Ontario, that one of the back-up copiers on the fourth floor briefly jammed this morning. A sheet of paper went all “shready” while winding its way through the copier and got bungled up, causing the copier to produce error messages. Technicians were able to free the damaged paper, but it could not be salvaged and had to be ritually destroyed. An unnamed employee caught the ritual on video seen below:</p>
<p><span id="more-55017"></span><object type="application/x-shockwave-flash" style="width:480px; height:390px;" data="http://www.youtube.com/v/y5orss3fAEU?version=3"><param name="movie" value="http://www.youtube.com/v/y5orss3fAEU?version=3" /><param name="wmode" value="transparent"></object><br />
<h3 style="margin-top:1px;"><a href="http://www.youtube.com/v/y5orss3fAEU?version=3">Desktop Video Link</a> | <a href="http://m.youtube.com/watch?v=y5orss3fAEU?version=3">Mobile Video Link</a></h3>
<p>Compounding RIM&#8217;s difficulties, the technicians got all inky-black stuff on their hands, so that soap and water had to be applied, then rinsed off, followed by a drying procedure which is believed to have involved either toweling or one of those noisy air blowers.</p>
<p>RIM executives have refused to comment on the incident. There is no guarantee that the copier, or conceivably other copiers at RIM, might, in the future be subject to jams. RIM&#8217;s refusal to acknowledge or address in detail this morning&#8217;s cascading catastrophe calls into further doubt, the future viability of the company.</p>
<p>Sorry guys I couldn’t help but post this to ease some of the anti-RIM tension building up these past few days with humor. Its almost like picking on RIM has become a contest sport in the media. <a href="http://www.berryreview.com/forums/topic/your-laugh-for-the-day-had-to-share-from-cb-posting">PB Forever pointed out</a> this brilliant parody thread on <a href="http://forums.crackberry.com/f40/wsj-copier-jams-rim-headquarters-624484/" target="_blank">CrackBerry forums</a> written by Mmcpher and I could not stop laughing&#8230; Make sure to let Mmcpher know if you enjoyed it and I really hope he doesn’t mind the publicity and my small edits.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/11/23/funny-bbmtexting-roulette-video-from-college-humor/' rel='bookmark' title='Funny BBM/Texting Roulette Video from College Humor'>Funny BBM/Texting Roulette Video from College Humor</a></li>
<li><a href='http://www.berryreview.com/2010/05/27/video-shots-app-lets-you-grab-pictures-from-video/' rel='bookmark' title='Video Shots App Lets You Grab Pictures From Video'>Video Shots App Lets You Grab Pictures From Video</a></li>
<li><a href='http://www.berryreview.com/2009/07/20/blackberry-tour-disassembled-reassembled-on-video/' rel='bookmark' title='BlackBerry Tour Disassembled &amp; Reassembled on Video'>BlackBerry Tour Disassembled &amp; Reassembled on Video</a></li>
<li><a href='http://www.berryreview.com/2011/10/27/official-video-of-the-porsche-design-p9981-by-blackberry-from-rim/' rel='bookmark' title='Official Video of the Porsche Design P&rsquo;9981 by BlackBerry from RIM'>Official Video of the Porsche Design P&rsquo;9981 by BlackBerry from RIM</a></li>
<li><a href='http://www.berryreview.com/2007/12/20/blackberry-us-headquarters-now-in-las-colinas/' rel='bookmark' title='BlackBerry US Headquarters Now In Las Colinas'>BlackBerry US Headquarters Now In Las Colinas</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, June 20, 2011, 9:08 pm. |
<a href="http://www.berryreview.com/2011/06/20/copier-jams-at-rim-headquarters-humor-video/">Copier Jams at RIM Headquarters! (Humor &amp; Video)</a> |
<a href="http://www.berryreview.com/2011/06/20/copier-jams-at-rim-headquarters-humor-video/#comments">5 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/06/20/copier-jams-at-rim-headquarters-humor-video/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Should RIM Fire the Lawyers and Hire Developers?</title>
		<link>http://www.berryreview.com/2011/06/17/should-rim-fire-the-lawyers-and-hire-developers/</link>
		<comments>http://www.berryreview.com/2011/06/17/should-rim-fire-the-lawyers-and-hire-developers/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 12:45:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Editorial]]></category>
		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/06/17/should-rim-fire-the-lawyers-and-hire-developers/</guid>
		<description><![CDATA[One of the most interesting parts about yesterdays earning call and fiscal stats was that RIM announced a “Cost Optimization Program” that spells bad news for some of RIM’s 17,000+ employees. Cost Optimization according to RIM will involve streamlining operations across RIM and will include a headcount reduction. While reading what RIM meant by this...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/12/01/turmoil-as-terrorists-put-rim-under-fire/' rel='bookmark' title='Turmoil as Terrorists put RIM under fire in India'>Turmoil as Terrorists put RIM under fire in India</a></li>
<li><a href='http://www.berryreview.com/2008/03/14/lawyers-get-a-taste-of-their-own-medicine/' rel='bookmark' title='Lawyers get a taste of their own medicine&#8230;'>Lawyers get a taste of their own medicine&#8230;</a></li>
<li><a href='http://www.berryreview.com/2009/08/04/useful-blackberry-apps-for-doctors-lawyers-or-other-professionals-let-us-know/' rel='bookmark' title='Useful BlackBerry Apps for Doctors, Lawyers, or Other Professionals? Let Us Know!'>Useful BlackBerry Apps for Doctors, Lawyers, or Other Professionals? Let Us Know!</a></li>
<li><a href='http://www.berryreview.com/2009/07/06/rim-mobilizes-official-support-forums-needs-to-hire-a-new-ui-designer/' rel='bookmark' title='RIM Mobilizes Official Support Forums &ndash; Needs to Hire a New UI Designer&hellip;'>RIM Mobilizes Official Support Forums &ndash; Needs to Hire a New UI Designer&hellip;</a></li>
<li><a href='http://www.berryreview.com/2011/07/05/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/' rel='bookmark' title='Dear RIM Legal, Enough with the Beta Zone User License Agreements!'>Dear RIM Legal, Enough with the Beta Zone User License Agreements!</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://cdn3.berryreview.com/wp-content/uploads/2011/06/Throwingpapersintheair.jpg"><img class="aligncenter" style="margin-top: 0px; margin-bottom: 0px; display: inline; border: 0pt none;" title="Throwingpapersintheair" src="http://cdn3.berryreview.com/wp-content/uploads/2011/06/Throwingpapersintheair_thumb.jpg" border="0" alt="Throwingpapersintheair" width="304" height="203" /></a></p>
<p>One of the most interesting parts about <a href="http://www.berryreview.com/2011/06/16/rim-says-4g-playbooks-delayed-until-fall-bb7-devices-to-miss-back-to-school-specials/" target="_blank">yesterdays earning call</a> and <a href="http://www.berryreview.com/2011/06/16/rim-reports-q1-fiscal-2012-results-ships-500000-blackberry-playbooks/#comments" target="_blank">fiscal stats</a> was that RIM announced a “Cost Optimization Program” that spells bad news for some of RIM’s 17,000+ employees. Cost Optimization according to RIM will involve streamlining operations across RIM and will include a headcount reduction. While reading what RIM meant by this I could not help but think of a certain department at RIM that I always love to hate. Read RIMs goals for the Cost Optimization Program and tell me what you think:</p>
<ol>
<li>Streamline operations across RIM</li>
<li>Taking out redundancies</li>
<li>Reallocation of resources to focus on high growth opportunities and strategic objectives</li>
<li>Accelerate new product introductions</li>
<li>Headcount reduction based on these changes</li>
</ol>
<p><span id="more-54895"></span></p>
<p>I have been hearing from contacts at RIM for awhile now that this sort of headcount reduction was in the cards simply to trim the non-performing departments. The thing is that every time I read that list of goals for RIM I can think of one department at RIM is notorious for running counter to all of those goals. I am sure by now you realize I mean RIM’s legal department.</p>
<p>While I concede that RIM’s NTP $612 million settlement was a setback it really set RIM on the wrong path. I have not heard of one project or initiative at RIM that was not held up in some way by RIM legal. When you hear RIM employees talk about the bureaucracy and red tape for a product launch or service update once again we usually have RIM legal to thank.</p>
<p>That makes me wonder if maybe the first department RIM should “Streamline” is their overeager legal department. Sometimes I think that department gets paid by the word to write disclaimers and user agreements in every language. I am not trying to advocate these people losing their jobs or say that all of RIM legal is expendable but that is definitely in the top three in need of streamlining. RIM seems to have three classes of lawyers. The CYA (Cover Your Ass), patent application, and litigation defense. I understand the latter two but they really need to break out of the CYA model. Its one thing to protect the company but maybe they would be better off teaching the lawyers how to develop BlackBerry apps… to accelerate new product introductions.</p>
<p>Feel free to <a href="http://www.berryreview.com/forums/topic/layoffs-at-rim" target="_blank">discuss it more in this forum thread</a>. Another great example of RIM legal at work is their attempts to take down www.updatemyblackberry.com which you can <a href="http://updateyourblackberry.com/images/misc/uybblegalL.png">read about at this link</a>.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/12/01/turmoil-as-terrorists-put-rim-under-fire/' rel='bookmark' title='Turmoil as Terrorists put RIM under fire in India'>Turmoil as Terrorists put RIM under fire in India</a></li>
<li><a href='http://www.berryreview.com/2008/03/14/lawyers-get-a-taste-of-their-own-medicine/' rel='bookmark' title='Lawyers get a taste of their own medicine&#8230;'>Lawyers get a taste of their own medicine&#8230;</a></li>
<li><a href='http://www.berryreview.com/2009/08/04/useful-blackberry-apps-for-doctors-lawyers-or-other-professionals-let-us-know/' rel='bookmark' title='Useful BlackBerry Apps for Doctors, Lawyers, or Other Professionals? Let Us Know!'>Useful BlackBerry Apps for Doctors, Lawyers, or Other Professionals? Let Us Know!</a></li>
<li><a href='http://www.berryreview.com/2009/07/06/rim-mobilizes-official-support-forums-needs-to-hire-a-new-ui-designer/' rel='bookmark' title='RIM Mobilizes Official Support Forums &ndash; Needs to Hire a New UI Designer&hellip;'>RIM Mobilizes Official Support Forums &ndash; Needs to Hire a New UI Designer&hellip;</a></li>
<li><a href='http://www.berryreview.com/2011/07/05/dear-rim-legal-enough-with-the-beta-zone-user-license-agreements/' rel='bookmark' title='Dear RIM Legal, Enough with the Beta Zone User License Agreements!'>Dear RIM Legal, Enough with the Beta Zone User License Agreements!</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, June 17, 2011, 8:45 am. |
<a href="http://www.berryreview.com/2011/06/17/should-rim-fire-the-lawyers-and-hire-developers/">Should RIM Fire the Lawyers and Hire Developers?</a> |
<a href="http://www.berryreview.com/2011/06/17/should-rim-fire-the-lawyers-and-hire-developers/#comments">18 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/06/17/should-rim-fire-the-lawyers-and-hire-developers/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Ode to the BlackBerry Bold 9900 (aka: Dear RIM, wtf?!)</title>
		<link>http://www.berryreview.com/2011/06/14/ode-to-the-blackberry-bold-9900-aka-dear-rim-wtf/</link>
		<comments>http://www.berryreview.com/2011/06/14/ode-to-the-blackberry-bold-9900-aka-dear-rim-wtf/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 14:55:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[9900 Bold]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[BlackBerry Bold 9900]]></category>
		<category><![CDATA[Ode]]></category>
		<category><![CDATA[Poem]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/06/14/ode-to-the-blackberry-bold-9900-aka-dear-rim-wtf/</guid>
		<description><![CDATA[I accidentally tempted one of our readers this week to write a poem on why RIM should give her a BlackBerry Bold 9900 now instead of making her wait. The dare worked out and Ashley whipped up a nice Ode to the BlackBerry Bold 9900 to vent a bit of her frustration. I know the...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/09/16/blackberry-bold-9980-r47-caught-fraternizing-with-a-bold-9900/' rel='bookmark' title='BlackBerry Bold 9980 R47 Caught Fraternizing with a Bold 9900'>BlackBerry Bold 9980 R47 Caught Fraternizing with a Bold 9900</a></li>
<li><a href='http://www.berryreview.com/2011/11/06/att-blackberry-bold-9900-now-available/' rel='bookmark' title='AT&amp;T BlackBerry Bold 9900 Now Available!'>AT&amp;T BlackBerry Bold 9900 Now Available!</a></li>
<li><a href='http://www.berryreview.com/2011/07/12/blackberry-bold-9900-gets-fcc-approval/' rel='bookmark' title='BlackBerry Bold 9900 Gets FCC Approval'>BlackBerry Bold 9900 Gets FCC Approval</a></li>
<li><a href='http://www.berryreview.com/2011/10/24/att-blackberry-bold-9900-coming-soon-possibly-nov-6th/' rel='bookmark' title='AT&amp;T BlackBerry Bold 9900 &ldquo;Coming Soon&rdquo; &ndash; Possibly Nov 6th?'>AT&amp;T BlackBerry Bold 9900 &ldquo;Coming Soon&rdquo; &ndash; Possibly Nov 6th?</a></li>
<li><a href='http://www.berryreview.com/2011/10/04/t-mobile-blackberry-bold-9900-getting-uma-wi-fi-calling-in-november/' rel='bookmark' title='T-Mobile BlackBerry Bold 9900 Getting UMA Wi-Fi Calling in November'>T-Mobile BlackBerry Bold 9900 Getting UMA Wi-Fi Calling in November</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://cdn3.berryreview.com/wp-content/uploads/2011/06/OperaSingingCat.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="Opera Singing Cat" border="0" alt="Opera Singing Cat" src="http://cdn3.berryreview.com/wp-content/uploads/2011/06/OperaSingingCat_thumb.jpg" width="279" height="326" /></a> </p>
<p>I accidentally tempted one of our readers this week to write a poem on why RIM should give her a BlackBerry Bold 9900 now instead of making her wait. The dare worked out and Ashley whipped up a nice Ode to the BlackBerry Bold 9900 to vent a bit of her frustration. I know the feeling since I want this device in my hands now instead of later. While playing with it at BlackBerry World I could not help but feel like my dream of a 9000 style device reborn has finally come. Let us know what you think of Ashley’s late night work. Better yet see if you can top her lyrical rant.</p>
<blockquote><p>Roses are red. Berries are Black.     <br />Hey Rim! Where&#8217;s my 9900 at?      <br />First it was June and now &#8216;late&#8217; summer,      <br />It&#8217;s the PlayBook allllll over again! What a bummer!</p>
<p>The CEO of AirAsia got that Bold u delivered,     <br />What are the rest of us? Chopped liver?      <br />You lead us around w/promises so sweet,      <br />When will you give us the fruit of these leaks?</p>
</blockquote>
<p><span id="more-54650"></span><br />
<blockquote>
<p>Every day I stay tuned to the BerryReview,     <br />Hoping they&#8217;ll tell us u&#8217;ve released the Bold (and Torch2?)      <br />You dazzled us with specs as far as the eye could see,      <br />Seduced us w/ talk of BlackBerry Balance and NFC,</p>
<p>You taunt us and tease us w/glimpses of Heaven,     <br />But will we EVER really get to see OS 7?      <br />What are you waiting for? QNX?      <br />If so, YOU&#8217;LL need that BlackBerry Protect.</p>
<p>Stocks plummet and consumer ratings fall,     <br />The 9900 a cure for it all?      <br />For sure it&#8217;ll make my heart jump for joy,      <br />I&#8217;ll coddle it and support it like my own baby boy.</p>
<p>Feed it upgrades of the &#8216;official&#8217; sort,     <br />So much potential, the ball&#8217;s in YOUR court.      <br />The people are waiting. Ready. Willing. And Able      <br />Put the Dakota in our hands, prove it&#8217;s not just a fable,</p>
<p>So, dear RIM, what do ya say?     <br />Free the 9900 from your clutches and send it our way?      <br />Roses are red, Berries are Black!      <br />Hey RIM where&#8217;s MY 9900 at? <img src='http://cdn3.berryreview.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
</blockquote>
<p>img via <a href="http://pw0nd.com/2008/05/03/opera-cat/" target="_blank">pw0nd</a></p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/09/16/blackberry-bold-9980-r47-caught-fraternizing-with-a-bold-9900/' rel='bookmark' title='BlackBerry Bold 9980 R47 Caught Fraternizing with a Bold 9900'>BlackBerry Bold 9980 R47 Caught Fraternizing with a Bold 9900</a></li>
<li><a href='http://www.berryreview.com/2011/11/06/att-blackberry-bold-9900-now-available/' rel='bookmark' title='AT&amp;T BlackBerry Bold 9900 Now Available!'>AT&amp;T BlackBerry Bold 9900 Now Available!</a></li>
<li><a href='http://www.berryreview.com/2011/07/12/blackberry-bold-9900-gets-fcc-approval/' rel='bookmark' title='BlackBerry Bold 9900 Gets FCC Approval'>BlackBerry Bold 9900 Gets FCC Approval</a></li>
<li><a href='http://www.berryreview.com/2011/10/24/att-blackberry-bold-9900-coming-soon-possibly-nov-6th/' rel='bookmark' title='AT&amp;T BlackBerry Bold 9900 &ldquo;Coming Soon&rdquo; &ndash; Possibly Nov 6th?'>AT&amp;T BlackBerry Bold 9900 &ldquo;Coming Soon&rdquo; &ndash; Possibly Nov 6th?</a></li>
<li><a href='http://www.berryreview.com/2011/10/04/t-mobile-blackberry-bold-9900-getting-uma-wi-fi-calling-in-november/' rel='bookmark' title='T-Mobile BlackBerry Bold 9900 Getting UMA Wi-Fi Calling in November'>T-Mobile BlackBerry Bold 9900 Getting UMA Wi-Fi Calling in November</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, June 14, 2011, 10:55 am. |
<a href="http://www.berryreview.com/2011/06/14/ode-to-the-blackberry-bold-9900-aka-dear-rim-wtf/">Ode to the BlackBerry Bold 9900 (aka: Dear RIM, wtf?!)</a> |
<a href="http://www.berryreview.com/2011/06/14/ode-to-the-blackberry-bold-9900-aka-dear-rim-wtf/#comments">35 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/06/14/ode-to-the-blackberry-bold-9900-aka-dear-rim-wtf/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Skype Found in App World for PlayBook for $2.99?</title>
		<link>http://www.berryreview.com/2011/04/07/skype-found-in-app-world-for-playbook-for-2-99/</link>
		<comments>http://www.berryreview.com/2011/04/07/skype-found-in-app-world-for-playbook-for-2-99/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 22:22:09 +0000</pubDate>
		<dc:creator>Jay Harker</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PlayBook]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=50272</guid>
		<description><![CDATA[Skype has been spotted in App World for PlayBook. Tashanna let us know that bbnews.pl somehow obtained this picture of App World running on a PlayBook. I was under the impression that App World for PlayBook was highly classified. This is the first official looking picture I’ve seen of App World on the PlayBook. It...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/01/10/app-world-spotted-on-blackberry-playbook-featuring-skype-app/' rel='bookmark' title='App World Spotted on BlackBerry PlayBook Featuring Skype App'>App World Spotted on BlackBerry PlayBook Featuring Skype App</a></li>
<li><a href='http://www.berryreview.com/2011/02/03/skype-mobile-client-for-verizon-updated-to-v1-4-0-7/' rel='bookmark' title='Skype Mobile Client for Verizon Updated to v1.4.0.7'>Skype Mobile Client for Verizon Updated to v1.4.0.7</a></li>
<li><a href='http://www.berryreview.com/2010/03/25/skype-mobile-now-available-for-six-verizon-blackberrys/' rel='bookmark' title='Skype Mobile Now Available for Six Verizon BlackBerrys'>Skype Mobile Now Available for Six Verizon BlackBerrys</a></li>
<li><a href='http://www.berryreview.com/2010/02/10/im-for-skype-50-off-today-only-14-97/' rel='bookmark' title='IM+ for Skype 50% Off Today Only &#8211; $14.97'>IM+ for Skype 50% Off Today Only &#8211; $14.97</a></li>
<li><a href='http://www.berryreview.com/2009/05/28/hot-skype-beta-app-for-the-storm-leaked/' rel='bookmark' title='Hot ! Skype Beta app for the Storm leaked.'>Hot ! Skype Beta app for the Storm leaked.</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn3.berryreview.com/wp-content/uploads/2011/04/skype-on-pb.jpg"><img class="aligncenter" style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="skype-on-pb" src="http://cdn3.berryreview.com/wp-content/uploads/2011/04/skype-on-pb_thumb.jpg" border="0" alt="skype-on-pb" width="454" height="263" /></a></p>
<p>Skype has been spotted in App World for PlayBook. Tashanna let us know that <a href="http://www.bbnews.pl/?p=23682">bbnews.pl</a> somehow obtained this picture of App World running on a PlayBook. I was under the impression that App World for PlayBook was <a href="http://www.berryreview.com/2011/03/29/top-secret-app-world-for-playbook/">highly classified</a>.</p>
<p>This is the first official looking picture I’ve seen of App World on the PlayBook. It looks good. All except for the price tag on Skype…$2.99?! First of all, did Skype forget that $2.99 is no longer the minimum paid price for apps? Secondly did Skype forget that Skype IS NOT A PAID APP?! Unless this version comes with premium features like Skype to non-Skype calls, I cannot figure out how this is justified.</p>
<p><span id="more-50272"></span></p>
<p>Skype is definitely free for the <a href="http://itunes.apple.com/ca/app/skype/id304878510?mt=8">iPhone, iPod and iPad</a>. <a href="http://www.skype.com/intl/en-us/get-skype/on-your-mobile/download/skype-for-android/">Android</a> users also don’t have to pay.</p>
<p>Ronen posted <a href="http://www.berryreview.com/2011/01/10/app-world-spotted-on-blackberry-playbook-featuring-skype-app/">an article</a> with the picture below from CES back in January about the possibility of seeing Skype on the PlayBook. It has since been discovered that this picture <a href="http://www.blackberrycool.com/2011/01/07/skype-coming-to-blackberry-via-the-playbook/">is in fact a mockup</a>. But notice the FREE price here.</p>
<p><a href="http://cdn3.berryreview.com/wp-content/uploads/2011/04/skype-playbook-mockup.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="skype playbook mockup" src="http://cdn3.berryreview.com/wp-content/uploads/2011/04/skype-playbook-mockup_thumb.jpg" border="0" alt="skype playbook mockup" width="477" height="412" /></a></p>
<p>I am hoping against hope that the $2.99 price is due to the fact that App World for PlayBook is still (somehow) top secret and in the developmental stages. Say it ain’t so!</p>
<p>What do you think?</p>
<p>Thanks again Tashanna for sending this in!</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/01/10/app-world-spotted-on-blackberry-playbook-featuring-skype-app/' rel='bookmark' title='App World Spotted on BlackBerry PlayBook Featuring Skype App'>App World Spotted on BlackBerry PlayBook Featuring Skype App</a></li>
<li><a href='http://www.berryreview.com/2011/02/03/skype-mobile-client-for-verizon-updated-to-v1-4-0-7/' rel='bookmark' title='Skype Mobile Client for Verizon Updated to v1.4.0.7'>Skype Mobile Client for Verizon Updated to v1.4.0.7</a></li>
<li><a href='http://www.berryreview.com/2010/03/25/skype-mobile-now-available-for-six-verizon-blackberrys/' rel='bookmark' title='Skype Mobile Now Available for Six Verizon BlackBerrys'>Skype Mobile Now Available for Six Verizon BlackBerrys</a></li>
<li><a href='http://www.berryreview.com/2010/02/10/im-for-skype-50-off-today-only-14-97/' rel='bookmark' title='IM+ for Skype 50% Off Today Only &#8211; $14.97'>IM+ for Skype 50% Off Today Only &#8211; $14.97</a></li>
<li><a href='http://www.berryreview.com/2009/05/28/hot-skype-beta-app-for-the-storm-leaked/' rel='bookmark' title='Hot ! Skype Beta app for the Storm leaked.'>Hot ! Skype Beta app for the Storm leaked.</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by jforce for ©<a href="http://www.berryreview.com">BerryReview</a>, April 7, 2011, 6:22 pm. |
<a href="http://www.berryreview.com/2011/04/07/skype-found-in-app-world-for-playbook-for-2-99/">Skype Found in App World for PlayBook for $2.99?</a> |
<a href="http://www.berryreview.com/2011/04/07/skype-found-in-app-world-for-playbook-for-2-99/#comments">31 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/04/07/skype-found-in-app-world-for-playbook-for-2-99/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Typical Users of ______ Devices</title>
		<link>http://www.berryreview.com/2011/04/04/typical-users-of-______-devices/</link>
		<comments>http://www.berryreview.com/2011/04/04/typical-users-of-______-devices/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 21:57:01 +0000</pubDate>
		<dc:creator>Marc Paradise</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[perspectives]]></category>
		<category><![CDATA[stereotypes]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=49943</guid>
		<description><![CDATA[We see them every few months &#8211; a new  &#8220;study&#8221; that finds iPhone Users have more sex;  or shows how BlackBerry users are typically professional types.  Every time, a ripple goes through the smartphone communities.  Across different phone enthusiast sites (&#8216;Berry, Android, Nokia, Apple) we collectively say &#8220;that&#8217;s stupid, most people I know are nothing...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/05/06/facebook-v2-0-now-available-for-5-0-devices-and-bug-fixes-for-existing-users/' rel='bookmark' title='Facebook v2.0 Now Available For 5.0 Devices and Bug Fixes for Existing Users'>Facebook v2.0 Now Available For 5.0 Devices and Bug Fixes for Existing Users</a></li>
<li><a href='http://www.berryreview.com/2009/02/03/advanced-users-possible-solution-for-google-maps-on-storm-cdma-devices/' rel='bookmark' title='Advanced Users: Possible Solution For Google Maps On Storm &amp; CDMA Devices'>Advanced Users: Possible Solution For Google Maps On Storm &amp; CDMA Devices</a></li>
<li><a href='http://www.berryreview.com/2010/08/10/iphone-users-have-more-sex-than-blackberry-users/' rel='bookmark' title='iPhone Users Have More Sex than BlackBerry Users?'>iPhone Users Have More Sex than BlackBerry Users?</a></li>
<li><a href='http://www.berryreview.com/2009/08/13/palm-pre-spying-on-users-are-blackberry-users-safe/' rel='bookmark' title='Palm Pre Spying on Users &ndash; Are BlackBerry Users Safe?'>Palm Pre Spying on Users &ndash; Are BlackBerry Users Safe?</a></li>
<li><a href='http://www.berryreview.com/2011/11/21/current-blackberry-7-devices-dont-have-fm-tuner-future-devices-will/' rel='bookmark' title='Current BlackBerry 7 Devices Don&rsquo;t Have FM Tuner &ndash; Future Devices Will&hellip;'>Current BlackBerry 7 Devices Don&rsquo;t Have FM Tuner &ndash; Future Devices Will&hellip;</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-49962" src="http://cdn3.berryreview.com/wp-content/uploads/2011/04/friends_list.jpg" alt="" width="383" height="313" />We see them every few months &#8211; a new  &#8220;study&#8221; that finds iPhone Users have more sex;  or shows how BlackBerry users are typically professional types.  Every time, a ripple goes through the smartphone communities.  Across different phone enthusiast sites (&#8216;Berry, Android, Nokia, Apple) we collectively say &#8220;that&#8217;s stupid, most people I know are nothing like that&#8221;.  We talk back and forth about how ridiculous the study is, and we then agree that the methodology must be flawed.</p>
<p>Then we turn around and engage in a variation of the same stereotyping ourselves, in the discussions we participate in every day.  Some examples:</p>
<ul>
<li>iSheep only buy iPhones because they&#8217;re brainwashed.</li>
<li>People only use BlackBerry because they&#8217;re required to by work.</li>
<li>Fandroids are all geeks who only care about specs.</li>
<li>And universally:  you&#8217;re such a fanboy/girl. (Many variants of this are seen in response to a comment about why someone likes a feature.)</li>
</ul>
<p>But I&#8217;ve noticed a pattern across different enthusiast sites.  People will hotly repudiate these characterizations of themselves.  Yet even as they do this, they continue to characterize the &#8220;opponent&#8221; enthusiasts in the same negative light that they don&#8217;t want cast on themselves.</p>
<p>You can see it at any mobile enthusiast site: BGR, Crackberry, BerryReview, AndroidCentral, TiPb and many more.</p>
<p><strong>Consider:</strong><span id="more-49943"></span></p>
<ul>
<li>Very few people reading these enthusiast sites are &#8220;typical device users&#8221; &#8211; because typical device users seldom find themselves at enthusiast sites.   Let&#8217;s face it &#8211; if we&#8217;re here regularly, we&#8217;re at least a little obsessed with the subject matter.   To us, our phone is NOT just a tool for getting things done &#8211; it&#8217;s a personal relationship, no matter which type of phone you prefer.</li>
<li>The people who <strong>comment</strong> on enthusiast sites are even further from the typical device user &#8212; just by virtue of the fact that they&#8217;re commenting on an enthusiast site.</li>
<li>With very rare exception, these devices are <strong>not</strong> marketed to the enthusiast.  We buy on loyalty (our conviction that our platform is better),  features, and specs.  The target consumer buys based price, appearance, perceived functionality [appearance part 2], what their friends have [app. part 3],   and user experience [app. part 4].</li>
</ul>
<p>If you look at Apple, do you honestly believe that millions and millions of customers buy their devices because Steve Jobs appeared to them in a dream  &#8211; with turtleneck and halo &#8212; and told them to drink the Kool-Aid?</p>
<p>Or that all the millions of Android purchasers <strong>really</strong> don&#8217;t care about anything but hardware specs? Based on at least on my own experience observing people in stores, I&#8217;m comfortable in saying that most of them aren&#8217;t even *aware* of the hardware specs.</p>
<p>If you do believe that (or some slightly less obvious version of the same), why?  Do you only like your BlackBerry because you&#8217;re required to have it for work?</p>
<p>To most people, a smartphone is a smartphone.  It&#8217;s a tool for making calls, playing games, sending messages.  They don&#8217;t use but a fraction of what it&#8217;s  capable of.  And the phone that does that best (as determined by perceptions based on marketing and friends) is the one that they pick.</p>
<p>Even though many stereotypes have a kernel of truth, the majority of stereotypes don&#8217;t apply to the majority of people they&#8217;re used to label.  If you find that a stereotype doesn&#8217;t apply to you, there&#8217;s a fair chance that its counterpart doesn&#8217;t apply to the guy you&#8217;re arguing with.</p>
<p>When people start identifying themselves not just with, but <strong>as </strong>their  phones (eg: I&#8217;m an Android, I&#8217;m a BlackBerry, I&#8217;m an iPhone) it may be time to take a step back for a fresh breath of perspective.  Paradoxically, the behavior of these individuals often reinforces the stereotypes that they hate having applied to them.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/05/06/facebook-v2-0-now-available-for-5-0-devices-and-bug-fixes-for-existing-users/' rel='bookmark' title='Facebook v2.0 Now Available For 5.0 Devices and Bug Fixes for Existing Users'>Facebook v2.0 Now Available For 5.0 Devices and Bug Fixes for Existing Users</a></li>
<li><a href='http://www.berryreview.com/2009/02/03/advanced-users-possible-solution-for-google-maps-on-storm-cdma-devices/' rel='bookmark' title='Advanced Users: Possible Solution For Google Maps On Storm &amp; CDMA Devices'>Advanced Users: Possible Solution For Google Maps On Storm &amp; CDMA Devices</a></li>
<li><a href='http://www.berryreview.com/2010/08/10/iphone-users-have-more-sex-than-blackberry-users/' rel='bookmark' title='iPhone Users Have More Sex than BlackBerry Users?'>iPhone Users Have More Sex than BlackBerry Users?</a></li>
<li><a href='http://www.berryreview.com/2009/08/13/palm-pre-spying-on-users-are-blackberry-users-safe/' rel='bookmark' title='Palm Pre Spying on Users &ndash; Are BlackBerry Users Safe?'>Palm Pre Spying on Users &ndash; Are BlackBerry Users Safe?</a></li>
<li><a href='http://www.berryreview.com/2011/11/21/current-blackberry-7-devices-dont-have-fm-tuner-future-devices-will/' rel='bookmark' title='Current BlackBerry 7 Devices Don&rsquo;t Have FM Tuner &ndash; Future Devices Will&hellip;'>Current BlackBerry 7 Devices Don&rsquo;t Have FM Tuner &ndash; Future Devices Will&hellip;</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by marc.paradise for ©<a href="http://www.berryreview.com">BerryReview</a>, April 4, 2011, 5:57 pm. |
<a href="http://www.berryreview.com/2011/04/04/typical-users-of-______-devices/">Typical Users of ______ Devices</a> |
<a href="http://www.berryreview.com/2011/04/04/typical-users-of-______-devices/#comments">17 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/04/04/typical-users-of-______-devices/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Poll: Does your BlackBerry Knowledge Influence the People Around You?</title>
		<link>http://www.berryreview.com/2011/03/30/poll-does-your-blackberry-knowledge-influence-the-people-around-you/</link>
		<comments>http://www.berryreview.com/2011/03/30/poll-does-your-blackberry-knowledge-influence-the-people-around-you/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:04:51 +0000</pubDate>
		<dc:creator>Ricky Lakeit</dc:creator>
				<category><![CDATA[Polls]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[assistance]]></category>
		<category><![CDATA[BBM]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[PlayBook]]></category>
		<category><![CDATA[Purchase]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=49032</guid>
		<description><![CDATA[I was out at the mall yesterday, and happened to run in to an old classmate from college at the Bell store, and saw him looking at a 9780 and an Atrix.  I immediately had to go and talk to him and ask what his needs and wants were for the phone, and whipped out...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2009/05/22/people-mobile-fashion-entertainment-on-your-blackberry/' rel='bookmark' title='People Mobile &#8211; Fashion &amp; Entertainment on your BlackBerry'>People Mobile &#8211; Fashion &#038; Entertainment on your BlackBerry</a></li>
<li><a href='http://www.berryreview.com/2008/08/28/how-much-is-your-blackberry-costing-you/' rel='bookmark' title='Poll; How much is your BlackBerry costing you ?'>Poll; How much is your BlackBerry costing you ?</a></li>
<li><a href='http://www.berryreview.com/2011/04/18/rim-posts-a-bunch-of-blackberry-playbook-knowledge-base-entries/' rel='bookmark' title='RIM Posts a Bunch of BlackBerry PlayBook Knowledge Base Entries'>RIM Posts a Bunch of BlackBerry PlayBook Knowledge Base Entries</a></li>
<li><a href='http://www.berryreview.com/2008/08/20/poll-what-is-your-opinion-about-cell-phone-warranties/' rel='bookmark' title='Poll: What Is Your Opinion About Cell Phone Warranties?'>Poll: What Is Your Opinion About Cell Phone Warranties?</a></li>
<li><a href='http://www.berryreview.com/2011/03/29/blackberry-6-1-will-we-see-a-more-evolved-ui-maybe-some-tat-influence/' rel='bookmark' title='BlackBerry 6.1 Will We See a More Evolved UI? Maybe Some TAT Influence?'>BlackBerry 6.1 Will We See a More Evolved UI? Maybe Some TAT Influence?</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://cdn3.berryreview.com/wp-content/uploads/2011/03/4e550_blackberry_4120734521_9d95281ff0.jpg"><img style="border: 0px;" src="http://cdn3.berryreview.com/wp-content/uploads/2011/03/4e550_blackberry_4120734521_9d95281ff0_thumb.jpg" border="0" alt="4e550_blackberry_4120734521_9d95281ff0" width="184" height="244" /></a></p>
<p>I was out at the mall yesterday, and happened to run in to an old classmate from college at the Bell store, and saw him looking at a 9780 and an Atrix.  I immediately had to go and talk to him and ask what his needs and wants were for the phone, and whipped out my 9700.  I obviously told him about all the pro’s and how I have had my 9700 since release and it&#8217;s been flawless, and the 9780 was an upgraded version of my great phone.  How OS6 has made the BlackBerry a more competitive smartphone, and the push technology makes them excellent communication devices.  Now the Atrix is a good phone as well, but showing him hands on how my 9700 worked helped him seeing the phone first hand.</p>
<p><span id="more-49032"></span></p>
<p>I didn’t stick around to see what his decision was, but later on Facebook I got a pm with his PIN, and with this I am asking, has your BlackBerry knowledge and addiction influenced people around you to get a BlackBerry, theme, apps or accessories?  I know that I now have siblings, friends, and extended family addicted… do you?</p>
<p>Also, with the launch of the PlayBook, have you swayed people to hold off on a tablet purchase?  Have you examined the strengths and weaknesses of the PlayBook versus the Ipad (1 and 2) as well as the many Android tablets becoming available.  Have you adapted to the mentality that the PlayBook is for everyone, even though RIM is pushing it as the first business oriented tablet, seeing how many of us adopted BlackBerry&#8217;s for personal devices while they are mainly business oriented.</p>
<p>Note: There is a poll embedded within this post, please visit the site to participate in this post&#8217;s poll.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2009/05/22/people-mobile-fashion-entertainment-on-your-blackberry/' rel='bookmark' title='People Mobile &#8211; Fashion &amp; Entertainment on your BlackBerry'>People Mobile &#8211; Fashion &#038; Entertainment on your BlackBerry</a></li>
<li><a href='http://www.berryreview.com/2008/08/28/how-much-is-your-blackberry-costing-you/' rel='bookmark' title='Poll; How much is your BlackBerry costing you ?'>Poll; How much is your BlackBerry costing you ?</a></li>
<li><a href='http://www.berryreview.com/2011/04/18/rim-posts-a-bunch-of-blackberry-playbook-knowledge-base-entries/' rel='bookmark' title='RIM Posts a Bunch of BlackBerry PlayBook Knowledge Base Entries'>RIM Posts a Bunch of BlackBerry PlayBook Knowledge Base Entries</a></li>
<li><a href='http://www.berryreview.com/2008/08/20/poll-what-is-your-opinion-about-cell-phone-warranties/' rel='bookmark' title='Poll: What Is Your Opinion About Cell Phone Warranties?'>Poll: What Is Your Opinion About Cell Phone Warranties?</a></li>
<li><a href='http://www.berryreview.com/2011/03/29/blackberry-6-1-will-we-see-a-more-evolved-ui-maybe-some-tat-influence/' rel='bookmark' title='BlackBerry 6.1 Will We See a More Evolved UI? Maybe Some TAT Influence?'>BlackBerry 6.1 Will We See a More Evolved UI? Maybe Some TAT Influence?</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Fubaz for ©<a href="http://www.berryreview.com">BerryReview</a>, March 30, 2011, 4:04 pm. |
<a href="http://www.berryreview.com/2011/03/30/poll-does-your-blackberry-knowledge-influence-the-people-around-you/">Poll: Does your BlackBerry Knowledge Influence the People Around You?</a> |
<a href="http://www.berryreview.com/2011/03/30/poll-does-your-blackberry-knowledge-influence-the-people-around-you/#comments">13 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/03/30/poll-does-your-blackberry-knowledge-influence-the-people-around-you/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Dear BlackBerry PlayBook Haters, Stop Drinking the Kool-Aid</title>
		<link>http://www.berryreview.com/2011/03/25/dear-blackberry-playbook-haters-stop-drinking-the-kool-aid/</link>
		<comments>http://www.berryreview.com/2011/03/25/dear-blackberry-playbook-haters-stop-drinking-the-kool-aid/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 16:23:07 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PlayBook]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[BlackBerry PlayBook]]></category>
		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/03/25/dear-blackberry-playbook-haters-stop-drinking-the-kool-aid/</guid>
		<description><![CDATA[I am always amazed when analysts and reporters love to open their mouths to prepare for more “foot” to be shoved in. For the last month or two we have been hearing non stop tirades on how the upcoming BlackBerry PlayBook will be a non starter and pales when pitted against the competition. I see...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/11/22/blackberry-playbook-native-apps-screenshots-show-off-tat-cascades-design/' rel='bookmark' title='BlackBerry PlayBook Native Apps Screenshots Show Off TAT Cascades Design'>BlackBerry PlayBook Native Apps Screenshots Show Off TAT Cascades Design</a></li>
<li><a href='http://www.berryreview.com/2011/05/19/dear-rim-can-we-get-network-activity-arrows-on-the-blackberry-playbook/' rel='bookmark' title='Dear RIM, Can We Get Network Activity &ldquo;Arrows&rdquo; on the BlackBerry PlayBook?'>Dear RIM, Can We Get Network Activity &ldquo;Arrows&rdquo; on the BlackBerry PlayBook?</a></li>
<li><a href='http://www.berryreview.com/2011/04/27/how-you-can-help-bring-dropbox-to-the-playbook/' rel='bookmark' title='How YOU can help bring DropBox to the Playbook'>How YOU can help bring DropBox to the Playbook</a></li>
<li><a href='http://www.berryreview.com/2011/03/28/verizon-blackberry-playbook-faq-confirms-native-email-calendar-and-contacts-is-coming-soon/' rel='bookmark' title='Verizon BlackBerry PlayBook FAQ Confirms Native Email Calendar and Contacts is Coming Soon'>Verizon BlackBerry PlayBook FAQ Confirms Native Email Calendar and Contacts is Coming Soon</a></li>
<li><a href='http://www.berryreview.com/2011/05/27/will-native-email-come-to-the-blackberry-playbook-in-mid-june/' rel='bookmark' title='Will Native Email Come to the BlackBerry PlayBook in Mid June?'>Will Native Email Come to the BlackBerry PlayBook in Mid June?</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="kidsuperman" border="0" alt="kidsuperman" src="http://cdn3.berryreview.com/wp-content/uploads/2011/03/kidsuperman.jpg" width="279" height="241" /> </p>
<p>I am always amazed when analysts and reporters love to open their mouths to prepare for more “foot” to be shoved in. For the last month or two we have been hearing non stop tirades on how the upcoming BlackBerry PlayBook will be a non starter and pales when pitted against the competition. I see it over and over again and it dismayed that some people are so set against a device that has the potential to actually redefine the tablet market. (and the smartphone market with the QNX OS)</p>
<p><strong>Lets take the most common reasons haters cite as to why the PlayBook will fail miserably.</strong></p>
<ol>
<li>The BlackBerry PlayBook doesn’t have a significant number of apps… </li>
<li>It costs the same as an iPad </li>
<li>It does not have a native email client at launch (Requires a BlackBerry for Bridging) </li>
</ol>
<h2>Lack of PlayBook apps</h2>
<p>More often than not I hear about how the PlayBook does not have enough apps to compare against the iPad and Android Honeycomb builds. First of all lets set the stage a bit. What market is the BlackBerry PlayBook targeted at? A smartphone companion or a laptop replacement? I asked many iPad users and to them it almost always is defined as a sub-$800 laptop replacement or alternative. So that got me thinking. How many apps do you have installed on your laptop that you would want on a tablet?</p>
<p>As I pointed out before, most of the things I do on my laptop are in the browser. For example, right now I have 40+ tabs open in FireFox. The thing is that almost half of them are “Apps” that will work like a charm on the BlackBerry PlayBook. Trust me I tried them. Here are some examples:</p>
<p><span id="more-49380"></span>
<ul>
<li>Two Google Apps email accounts and One Gmail account </li>
<li>Gmail Calendar </li>
<li>Facebook </li>
<li>Twitter </li>
<li>Google Reader </li>
<li>Chartbeat </li>
<li>Pandora </li>
<li>Youtube/Vimeo </li>
<li>WordPress </li>
<li>Google Analytics </li>
<li>Google Adsense </li>
</ul>
<p>So essentially every website that uses Flash is an “app” that is unnecessary on the BlackBerry PlayBook. There might be a benefit for some things to be pulled into an app but WHY compromise? It seems like everybody has forgotten that Apple’s iPad is missing the <strong>most popular</strong> app on the web. Namely Flash. While Android has Flash it is not available built into the native OS. According to RIM that is 1.6 million more Flash website “apps” that are unavailable on the iPad.</p>
<p>On top of that RIM has taken a shotgun approach to development on the BlackBerry PlayBook. The BlackBerry PlayBook currently supports Adobe AIR/Flash and WebWorks (HTML/CSS/JavaScript) for development. They have also announced an upcoming Java and Android app player “sandbox” along with a native C/C++ SDK. That is FIVE different development environments to entice developers. RIM is banking on that to bring in the apps.</p>
<h2>The PlayBook costs the same as the iPad</h2>
<p>This one puzzles me. RIM is the first grade-A tablet maker that has a Tablet priced anywhere near the iPad. It matches it almost dollar for dollar without carrier subsidies. Except for the screen size, which makes it more portable, the iPad stacks up nicely against the PlayBook with each winning in different areas. Don’t get me wrong RIM could sell more if it was priced at $300 but then they would be losing money and undervaluing their own product.</p>
<p>In short it is the same price or even less because you can use coupons on the BlackBerry PlayBook at retailers and the prices are only MSRP. That means they will go down while the iPad will remain $499+ until next year.</p>
<h2>It does not have a native email client (BlackBerry Bridge)</h2>
<p>I am really curious to know how many consumers out there have a native email client on their desktop or laptop? I only use Outlook at the office because of its Exchange features but other than that I exclusively use Gmail and Google Apps. RIM made a compromise and simply allowed you to view your BlackBerry Smartphones email from your PlayBook. An interesting idea and a real win for businesses that cannot justify paying for another data plan just to get email, calendar, contacts, and other data on a business tablet.</p>
<p>That means that many companies can deploy the PlayBook along with a BlackBerry as a <strong>value proposition. </strong>They can use the device over Wi-Fi regularly but access their email, contacts, and calendar on a bigger screen. We know RIM is bringing a native email client in the future but I would rather them get it right since there is a reason I don’t use Outlook for my Gmail and Google Apps accounts.</p>
<p>I would actually flip this lack of native email complaint on its head. The BlackBerry PlayBook is the only tablet that gives you access to email, contacts, calendar, BBM and more <strong>without a data plan</strong> for your tablet. The BlackBerry PlayBook is also the only tablet to ship with a built in Word, PowerPoint, and Excel application along with a PDF reader. That same suite costs $30+ on an iPad from Apple…</p>
<h2>Conclusion</h2>
<p>In short I think RIM has a solid offering with the BlackBerry PlayBook. It is really sad to see people hating on the device for nitpicky reasons without seeing the future potential for RIM. This is a long game for RIM. They plan on consistently adding functionality to the PlayBook. For example, the Android apps and Java apps player will be coming in the summer. They will also be releasing a native email client, gaming engine, C/C++ SDK, 3G and 4G variants, and more as a constant evolution.</p>
<p>In short the BlackBerry PlayBook has some serious potential. It offers features and speed that can only be dreamed of on other platforms with an OS that has been around longer than Windows and designed by a company that defined mobile productivity. After stagnating a bit in the mobile OS RIM has brought a gun to the gun fight with the BlackBerry PlayBook and it’s main competitor is essentially running a smartphone OS on a bigger screen. I got a chance to play with the BlackBerry PlayBook quite a few times until now and I cannot wait to finally take one home!</p>
<p>Let me know what you think!</p>
<p><strong>PS:</strong> Expect a follow up article on why I think you should choose the BlackBerry PlayBook over competitors like the iPad. Once you set it down in an easy to consume format you start seeing things like “no iTunes required” and native Flash support.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/11/22/blackberry-playbook-native-apps-screenshots-show-off-tat-cascades-design/' rel='bookmark' title='BlackBerry PlayBook Native Apps Screenshots Show Off TAT Cascades Design'>BlackBerry PlayBook Native Apps Screenshots Show Off TAT Cascades Design</a></li>
<li><a href='http://www.berryreview.com/2011/05/19/dear-rim-can-we-get-network-activity-arrows-on-the-blackberry-playbook/' rel='bookmark' title='Dear RIM, Can We Get Network Activity &ldquo;Arrows&rdquo; on the BlackBerry PlayBook?'>Dear RIM, Can We Get Network Activity &ldquo;Arrows&rdquo; on the BlackBerry PlayBook?</a></li>
<li><a href='http://www.berryreview.com/2011/04/27/how-you-can-help-bring-dropbox-to-the-playbook/' rel='bookmark' title='How YOU can help bring DropBox to the Playbook'>How YOU can help bring DropBox to the Playbook</a></li>
<li><a href='http://www.berryreview.com/2011/03/28/verizon-blackberry-playbook-faq-confirms-native-email-calendar-and-contacts-is-coming-soon/' rel='bookmark' title='Verizon BlackBerry PlayBook FAQ Confirms Native Email Calendar and Contacts is Coming Soon'>Verizon BlackBerry PlayBook FAQ Confirms Native Email Calendar and Contacts is Coming Soon</a></li>
<li><a href='http://www.berryreview.com/2011/05/27/will-native-email-come-to-the-blackberry-playbook-in-mid-june/' rel='bookmark' title='Will Native Email Come to the BlackBerry PlayBook in Mid June?'>Will Native Email Come to the BlackBerry PlayBook in Mid June?</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, March 25, 2011, 12:23 pm. |
<a href="http://www.berryreview.com/2011/03/25/dear-blackberry-playbook-haters-stop-drinking-the-kool-aid/">Dear BlackBerry PlayBook Haters, Stop Drinking the Kool-Aid</a> |
<a href="http://www.berryreview.com/2011/03/25/dear-blackberry-playbook-haters-stop-drinking-the-kool-aid/#comments">163 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/03/25/dear-blackberry-playbook-haters-stop-drinking-the-kool-aid/feed/</wfw:commentRss>
		<slash:comments>163</slash:comments>
		</item>
		<item>
		<title>One Developer Has 4300+ &#8220;Apps&#8221; in BlackBerry App World!</title>
		<link>http://www.berryreview.com/2011/02/25/one-developer-has-4300-apps-in-blackberry-app-world/</link>
		<comments>http://www.berryreview.com/2011/02/25/one-developer-has-4300-apps-in-blackberry-app-world/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 15:38:36 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[App World]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[eBook]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/02/25/one-developer-has-4300-apps-in-blackberry-app-world/</guid>
		<description><![CDATA[Over the past few months I have seen more and more eBooks accepted into App World and I am not sure what to make of it. I just checked the Reference &#38; eBooks section of App World is now the LARGEST category of “apps” in App eBook World. It has more than doubled (it was...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/10/06/blackberry-app-world-hits-45000-apps-games-themes/' rel='bookmark' title='BlackBerry App World Hits 45,000+ Apps, Games, &amp; Themes'>BlackBerry App World Hits 45,000+ Apps, Games, &amp; Themes</a></li>
<li><a href='http://www.berryreview.com/2010/08/26/blackberry-app-world-now-has-9888-apps-listed/' rel='bookmark' title='BlackBerry App World Now Has 9888 Apps Listed'>BlackBerry App World Now Has 9888 Apps Listed</a></li>
<li><a href='http://www.berryreview.com/2010/04/12/blackberry-app-world-now-has-4982-apps-1448-themes/' rel='bookmark' title='BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes'>BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes</a></li>
<li><a href='http://www.berryreview.com/2010/04/15/faq-how-to-remove-uninstalled-apps-from-app-world-my-world-screen/' rel='bookmark' title='FAQ: How to Remove Uninstalled Apps from App World My World Screen'>FAQ: How to Remove Uninstalled Apps from App World My World Screen</a></li>
<li><a href='http://www.berryreview.com/2010/10/21/when-did-blackberry-app-world-become-a-book-store/' rel='bookmark' title='When Did BlackBerry App World Become a Book Store?'>When Did BlackBerry App World Become a Book Store?</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="penaltyKid" border="0" alt="penaltyKid" src="http://cdn3.berryreview.com/wp-content/uploads/2011/02/penaltyKid.jpg" width="279" height="186" /> </p>
<p>Over the past few months I have seen more and more eBooks accepted into App World and I am not sure what to make of it. I just checked the Reference &amp; eBooks section of App World is now the <strong>LARGEST category of “apps” in <strike>App</strike> eBook World.</strong> It has more than doubled (it was 2661 now 6100) since <a href="http://www.berryreview.com/2010/10/21/when-did-blackberry-app-world-become-a-book-store/" target="_blank">I last checked in October of 2010</a>. At first I thought it could not hurt to have eBooks in App World but RIM really needs to quality control these submissions. Its not like we are seeing bestsellers available in app form. I decided to do some digging into the influx of eBooks and found something disturbing…</p>
<p><span id="more-47860"></span>
<p>One developer, For-Side.com Co. Ltd., has 4358 “apps” in App World (<a href="https://appworld.blackberry.com/webstore/vendor/1626?lang=en" target="_blank">vendor link</a> seems to be from Tokyo). Keep in mind App World has 20,057 total “Apps” as of when this article was published. I would not mind if these apps were actually good but they seem like spam. From the selection I have checked most of the eBook “Apps” from For-Side look like out of print public domain eBooks that you can find on many websites free like <a href="http://www.gutenberg.org/wiki/Main_Page" target="_blank">Project Gutenberg</a>.</p>
<p>It gets even more annoying once you realize that many of these books are actually the same book split up into multiple “Apps.” For example, we have Mark Twain’s “Following the Equator” split up into <a href="https://appworld.blackberry.com/webstore/content/22546" target="_blank">8 different apps</a>. We also have eBooks like “A Popular History of Ireland : from the Earliest Period to the Emancipation of the Catholics” both in <a href="https://appworld.blackberry.com/webstore/content/20535?lang=en" target="_blank">one complete “app”</a> and again split up into <a href="https://appworld.blackberry.com/webstore/content/20537?lang=en" target="_blank">two</a> <a href="https://appworld.blackberry.com/webstore/content/20536?lang=en" target="_blank">parts</a>.</p>
<p>RIM is not the only App Store to have such a problem with spamware/crapware but for RIM 90% of it seems to be coming from one developer. At first I thought the “Apps” were mostly free but only about <a href="https://appworld.blackberry.com/webstore/vendor/1626?licenseType=3&amp;lang=en" target="_blank">130 of them are free</a>. The remaining 4230 are all paid “Apps” with the most popular being <a href="https://appworld.blackberry.com/webstore/content/11022?lang=en" target="_blank">An Unsocial Socialist for $2.99</a> which is public domain and free on <a href="http://www.gutenberg.org/ebooks/1654" target="_blank">Project Gutenberg</a>.</p>
<p>What I really wish RIM would do is create a free ePub, a free and open e-book standard, reader for BlackBerry that can simply download these works from Project Gutenberg. If not RIM they maybe they could simply help Keeper promote his free beta <a href="http://www.berryreview.com/2010/12/16/free-bepub-beta-epub-format-ebook-reader-v0-6-released/" target="_blank">BePub ePub reader</a>. It would be time better spent on RIM’s part and could be more popular than the relatively unnecessary BlackBerry Radio app.</p>
<p>So what do you think? Do eBooks have a place as separate apps in App World? How about charging money for Public Domain eBooks? Should one developer have more than four thousand apps? Let us know in the comments!</p>
<p><strong>PS:</strong> There are a few other sources for free eBooks online like <a href="http://www.berryreview.com/2009/12/18/shortcovers-rebrands-as-kobo-teams-up-with-borders/" target="_blank">Kobo</a>, <a href="http://www.berryreview.com/2010/12/17/amazon-kindle-for-blackberry-updated-to-v1-0-2-1/" target="_blank">Amazon Kindle</a>, and <a href="http://www.berryreview.com/2009/12/17/amazon-bringing-blackberry-kindle-app-they-already-own-mobipocket/" target="_blank">MobiPocket</a> (now <a href="http://www.berryreview.com/2009/12/17/amazon-bringing-blackberry-kindle-app-they-already-own-mobipocket/" target="_blank">owned by Amazon</a>)</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/10/06/blackberry-app-world-hits-45000-apps-games-themes/' rel='bookmark' title='BlackBerry App World Hits 45,000+ Apps, Games, &amp; Themes'>BlackBerry App World Hits 45,000+ Apps, Games, &amp; Themes</a></li>
<li><a href='http://www.berryreview.com/2010/08/26/blackberry-app-world-now-has-9888-apps-listed/' rel='bookmark' title='BlackBerry App World Now Has 9888 Apps Listed'>BlackBerry App World Now Has 9888 Apps Listed</a></li>
<li><a href='http://www.berryreview.com/2010/04/12/blackberry-app-world-now-has-4982-apps-1448-themes/' rel='bookmark' title='BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes'>BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes</a></li>
<li><a href='http://www.berryreview.com/2010/04/15/faq-how-to-remove-uninstalled-apps-from-app-world-my-world-screen/' rel='bookmark' title='FAQ: How to Remove Uninstalled Apps from App World My World Screen'>FAQ: How to Remove Uninstalled Apps from App World My World Screen</a></li>
<li><a href='http://www.berryreview.com/2010/10/21/when-did-blackberry-app-world-become-a-book-store/' rel='bookmark' title='When Did BlackBerry App World Become a Book Store?'>When Did BlackBerry App World Become a Book Store?</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, February 25, 2011, 10:38 am. |
<a href="http://www.berryreview.com/2011/02/25/one-developer-has-4300-apps-in-blackberry-app-world/">One Developer Has 4300+ &ldquo;Apps&rdquo; in BlackBerry App World!</a> |
<a href="http://www.berryreview.com/2011/02/25/one-developer-has-4300-apps-in-blackberry-app-world/#comments">28 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/02/25/one-developer-has-4300-apps-in-blackberry-app-world/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>An Explanation From RIM on Why App World Updates are SLOW</title>
		<link>http://www.berryreview.com/2011/02/23/an-explanation-from-rim-on-why-app-world-updates-are-slow/</link>
		<comments>http://www.berryreview.com/2011/02/23/an-explanation-from-rim-on-why-app-world-updates-are-slow/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 23:06:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[App World]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Slow]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2011/02/23/an-explanation-from-rim-on-why-app-world-updates-are-slow/</guid>
		<description><![CDATA[Any hardcore BlackBerry user can tell you that updates in App World are ridiculously slow. This is simply mind blowing for a company that prides itself in push communications. A developer friend of mine sent me over a link to a RIM document that explains why App World updates are so pitifully slow. It just...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/11/29/rim-officially-details-how-to-clear-blackberry-app-world-cache/' rel='bookmark' title='RIM Officially Details How To Clear BlackBerry App World Cache'>RIM Officially Details How To Clear BlackBerry App World Cache</a></li>
<li><a href='http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/' rel='bookmark' title='RANT! App World Update Notifications Slower Than Snail Mail'>RANT! App World Update Notifications Slower Than Snail Mail</a></li>
<li><a href='http://www.berryreview.com/2011/05/24/app-world-updates-to-v2-2-1-19-to-fix-some-users-missing-icon/' rel='bookmark' title='App World Updates to v2.1.2.19 To Fix Some Users Missing Icon'>App World Updates to v2.1.2.19 To Fix Some Users Missing Icon</a></li>
<li><a href='http://www.berryreview.com/2011/09/14/how-to-clear-the-app-world-3-0-cache-data-with-new-shortcut/' rel='bookmark' title='How to Clear the App World 3.0 Cache Data With New Shortcut'>How to Clear the App World 3.0 Cache Data With New Shortcut</a></li>
<li><a href='http://www.berryreview.com/2011/09/07/blackberry-app-world-3-0-change-log-website-getting-iterative-updates/' rel='bookmark' title='BlackBerry App World 3.0 Change Log – Website Getting Iterative Updates'>BlackBerry App World 3.0 Change Log – Website Getting Iterative Updates</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img style="margin: 0px; display: inline; border: 0px;" title="mr_slow" src="http://img.berryreview.com/wp-content/uploads/2010/12/mr_slow.jpg" border="0" alt="mr_slow" width="275" height="250" /></p>
<p>Any hardcore BlackBerry user can tell you that updates in App World are ridiculously slow. This is simply mind blowing for a company that prides itself in push communications. A developer friend of mine sent me over a <a href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/1573156/What_Is_-_The_BlackBerry_App_World_storefront_cache.html?nodeid=1577562&amp;vernum=0" target="_blank">link to a RIM document</a> that explains why App World updates are so pitifully slow. It just blows my mind that it can take 7+ days from when a developer posts an update for an app until when it appears in App World for everybody.</p>
<p>RIM’s servers cache data for 24 hours. That means after a developer posts an app in App World it can take up to 24 HOURS for it to appear for anybody! It gets even crazier when you add on the ridiculous “client cache” which is set for a even more ridiculous 7 days. That means when a developer makes a modification or maintenance update for an existing app it can take up to 7 DAYS for all users to see the upgraded release, new or changed screenshots, or new icons.</p>
<p>The best part is RIM’s disclaimer at the bottom of their explanation:</p>
<p><span id="more-47694"></span></p>
<blockquote><p>Currently, there is no way to clear the cache or expedite these timings.</p></blockquote>
<p>Oh and to make things even better once a developer submits an app it can take <a href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/1573156/What_Is_-_Process_flow_for_submitted_applications_and_releases.html?nodeid=1577565&amp;vernum=0" target="_blank">8-10 business days from when the app is submitted until it is approved</a>. The thing is even if these numbers are the exception instead of the rule it is mind blowing that App World is <strong>designed </strong>to be <a href="http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/" target="_blank">slower than the US Postal Service</a>! Who in their right mind would thing it is acceptable for it to take up to 7 days for all users to be notified of an update? Did RIM never hear of selective cache purging? We know they use Akamai for caching and I know for a fact that Akamai offers them the ability to selectively purge cache items. I always thought that these slow updates were the exception but the fact that RIM thinks a 7 day cache period is normal is just plain…</p>
<p>I am still at a loss for how RIM can explain their 7 day cache period so I wont digress. Please wait up to 7 business days before commenting on this article… <img src='http://cdn3.berryreview.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I am hoping RIM sees the error of their ways and at least sets a slightly less ridiculous cache period like 12 hours.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/11/29/rim-officially-details-how-to-clear-blackberry-app-world-cache/' rel='bookmark' title='RIM Officially Details How To Clear BlackBerry App World Cache'>RIM Officially Details How To Clear BlackBerry App World Cache</a></li>
<li><a href='http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/' rel='bookmark' title='RANT! App World Update Notifications Slower Than Snail Mail'>RANT! App World Update Notifications Slower Than Snail Mail</a></li>
<li><a href='http://www.berryreview.com/2011/05/24/app-world-updates-to-v2-2-1-19-to-fix-some-users-missing-icon/' rel='bookmark' title='App World Updates to v2.1.2.19 To Fix Some Users Missing Icon'>App World Updates to v2.1.2.19 To Fix Some Users Missing Icon</a></li>
<li><a href='http://www.berryreview.com/2011/09/14/how-to-clear-the-app-world-3-0-cache-data-with-new-shortcut/' rel='bookmark' title='How to Clear the App World 3.0 Cache Data With New Shortcut'>How to Clear the App World 3.0 Cache Data With New Shortcut</a></li>
<li><a href='http://www.berryreview.com/2011/09/07/blackberry-app-world-3-0-change-log-website-getting-iterative-updates/' rel='bookmark' title='BlackBerry App World 3.0 Change Log – Website Getting Iterative Updates'>BlackBerry App World 3.0 Change Log – Website Getting Iterative Updates</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, February 23, 2011, 6:06 pm. |
<a href="http://www.berryreview.com/2011/02/23/an-explanation-from-rim-on-why-app-world-updates-are-slow/">An Explanation From RIM on Why App World Updates are SLOW</a> |
<a href="http://www.berryreview.com/2011/02/23/an-explanation-from-rim-on-why-app-world-updates-are-slow/#comments">28 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/02/23/an-explanation-from-rim-on-why-app-world-updates-are-slow/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Why NOT to Worry About the PlayBook&#8217;s Battery Life</title>
		<link>http://www.berryreview.com/2011/01/04/why-not-to-worry-about-the-playbooks-battery-life/</link>
		<comments>http://www.berryreview.com/2011/01/04/why-not-to-worry-about-the-playbooks-battery-life/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 21:44:54 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PlayBook]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/?p=45141</guid>
		<description><![CDATA[Once again, analyst Shaw Wu is pushing the claim that the PlayBook will have poor battery life. The calm and rational response is that we don&#8217;t really know, and will have a much clearer answer when it is released in a few weeks. The vindictive response is however more fun and interesting. Despite being an...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/08/29/wmm-power-save-can-improve-blackberry-wifiuma-battery-life-claim-of-15-40-longer-battery-life/' rel='bookmark' title='WMM Power Save Can Improve BlackBerry WiFi/UMA Battery Life? Claim Of 15-40% Longer Battery Life'>WMM Power Save Can Improve BlackBerry WiFi/UMA Battery Life? Claim Of 15-40% Longer Battery Life</a></li>
<li><a href='http://www.berryreview.com/2008/11/20/seidio-opens-pre-order-for-3500mah-extended-battery-for-bold-more-than-double-the-battery-life/' rel='bookmark' title='Seidio Opens Pre-Order For 3500mAh Extended Battery For Bold &#8211; More Than Double The Battery Life'>Seidio Opens Pre-Order For 3500mAh Extended Battery For Bold &#8211; More Than Double The Battery Life</a></li>
<li><a href='http://www.berryreview.com/2009/08/18/slacker-optimized-for-blackberry-storm-2x-improved-battery-life/' rel='bookmark' title='Slacker Optimized for BlackBerry Storm &ndash; 2x Improved Battery Life'>Slacker Optimized for BlackBerry Storm &ndash; 2x Improved Battery Life</a></li>
<li><a href='http://www.berryreview.com/2010/07/21/review-seidio-innocell-2700mah-extended-life-battery/' rel='bookmark' title='Review: Seidio Innocell 2700mAh Extended Life Battery'>Review: Seidio Innocell 2700mAh Extended Life Battery</a></li>
<li><a href='http://www.berryreview.com/2011/01/25/playbook-to-have-4000-apps-at-launch-and-longer-battery-life-than-ipad/' rel='bookmark' title='PlayBook to Have 4,000 Apps at Launch and Longer Battery Life than iPad'>PlayBook to Have 4,000 Apps at Launch and Longer Battery Life than iPad</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>Once again, analyst Shaw Wu <a href="http://digitaldaily.allthingsd.com/20110104/analyst-flash-could-be-hogging-playbook-battery-life/">is pushing the claim that the PlayBook will have poor battery life</a>. The calm and rational response is that we don&#8217;t really know, and will have a much clearer answer when it is released in a few weeks. The vindictive response is however more fun and interesting.</p>
<p><a rel="attachment wp-att-45146" href="http://www.berryreview.com/2011/01/04/why-not-to-worry-about-the-playbooks-battery-life/swu-revised/"><img class="size-medium wp-image-45146 alignright" style="margin-left: 4px; margin-right: 4px;" src="http://cdn3.berryreview.com/wp-content/uploads/2011/01/swu-revised-300x244.jpg" alt="" width="216" height="176" /></a>Despite being an analyst for Kaufman Bros. Wu&#8217;s record is actually <a href="http://guides.macrumors.com/Shaw_Wu_%28Analyst%29">quite poor</a>. Daring Fireball&#8217;s John Gruber has <a href="http://daringfireball.net/linked/2009/03/03/imac-mini-pro-updates">publically dismissed him</a>, and <a href="http://www.macstories.net/iphone/latest-shaw-wu-report-on-cdma-iphone-2012/">macstories.net has described him</a> as having &#8220;a history for being wrong&#8221;, and for sounding &#8220;pretty confused&#8221;. But even if you ignore the messenger there is plenty to find wrong with the argument.</p>
<p>The first main point against battery life is that Flash is a memory hog, and is the only point with some merit behind it. Flash is not known as being resource friendly, but that does not apply to the AIR platform, and is only really applicable when actually using Flash. A number of Android devices have had Flash on them now without causing battery life to suffer anywhere near extent that is claimed.</p>
<p>Another of Wu&#8217;s arguments is that RIM&#8217;s implementation of the power management system is not up to par with Apple&#8217;s. Obviously <a href="http://www.berryreview.com/2010/12/30/rim-denies-claims-that-the-playbook-has-battery-issues/">RIM has stated that they haven&#8217;t even implemented theirs yet</a>, but even then RIM&#8217;s track record speaks for itself. When it comes to smartphones, BlackBerry has consistently gotten better battery life then Apple and Samsung, and there is no reason not to expect that experience to transfer over to tablets. RIM has always taken pride in <a href="http://fixed-mobile-convergence.tmcnet.com/topics/mobile-communications/articles/60655-as-mobile-grows-rim-touts-data-efficiency.htm">their efficiency</a>, and a new OS is not going to change that.</p>
<p style="text-align: center;"><a href="http://img.berryreview.com/wp-content/uploads/2010/12/playbook_dual.jpg"><img title="playbook_dual" src="http://img.berryreview.com/wp-content/uploads/2010/12/playbook_dual_thumb.jpg" border="0" alt="playbook_dual" width="400" height="205" /></a></p>
<p><span id="more-45141"></span>The final argument is the QNX is not designed for mobile devices. While this is technically true, the same could be said for the Linux that Android is based off of or Mac OSX which is the basis for Apple&#8217;s iOS. In fact the QNX system is almost perfect for mobile devices. QNX has a micro-kernal design that can run on a RISC based architecture, and is designed for embedded devices. You can not ask for a more battery friendly core then that.</p>
<p>Wu also chooses to ignore the reasons why battery life will not be an issue. Downloading and uploading data over the 3G network causes more battery drain then using wi-fi, recording video, running flash, or ever playing back HD video. Yet this is one potential battery drain that will not be an issue.</p>
<p>The final and most important point is that the PlayBook will be a low heat device. Back in early October I <a href="http://news.ebscer.com/2010/10/3-reasons-the-blackberry-playbook-will-not-have-battery-issues/">explained why this would not be an issue</a>.</p>
<blockquote><p>One of the reasons why people are worried about the battery life is because of the PlayBook’s impressive processing power. The specs indicate the kind of processing that usually requires a 4-inch heat sink and a few fans to cool off. Instead however they have placed all of this technology inside a 9.7mm shell. This implies that they have solved the heat problem, and if the heat problem is solved it is low power, and if it is low power it will minimize strain on the battery.</p></blockquote>
<p>As a low-power low-heat device the BlackBerry PlayBook will also be kind to your battery.</p>
<p>Let us know what you think!</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/08/29/wmm-power-save-can-improve-blackberry-wifiuma-battery-life-claim-of-15-40-longer-battery-life/' rel='bookmark' title='WMM Power Save Can Improve BlackBerry WiFi/UMA Battery Life? Claim Of 15-40% Longer Battery Life'>WMM Power Save Can Improve BlackBerry WiFi/UMA Battery Life? Claim Of 15-40% Longer Battery Life</a></li>
<li><a href='http://www.berryreview.com/2008/11/20/seidio-opens-pre-order-for-3500mah-extended-battery-for-bold-more-than-double-the-battery-life/' rel='bookmark' title='Seidio Opens Pre-Order For 3500mAh Extended Battery For Bold &#8211; More Than Double The Battery Life'>Seidio Opens Pre-Order For 3500mAh Extended Battery For Bold &#8211; More Than Double The Battery Life</a></li>
<li><a href='http://www.berryreview.com/2009/08/18/slacker-optimized-for-blackberry-storm-2x-improved-battery-life/' rel='bookmark' title='Slacker Optimized for BlackBerry Storm &ndash; 2x Improved Battery Life'>Slacker Optimized for BlackBerry Storm &ndash; 2x Improved Battery Life</a></li>
<li><a href='http://www.berryreview.com/2010/07/21/review-seidio-innocell-2700mah-extended-life-battery/' rel='bookmark' title='Review: Seidio Innocell 2700mAh Extended Life Battery'>Review: Seidio Innocell 2700mAh Extended Life Battery</a></li>
<li><a href='http://www.berryreview.com/2011/01/25/playbook-to-have-4000-apps-at-launch-and-longer-battery-life-than-ipad/' rel='bookmark' title='PlayBook to Have 4,000 Apps at Launch and Longer Battery Life than iPad'>PlayBook to Have 4,000 Apps at Launch and Longer Battery Life than iPad</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Eric at Ebscer for ©<a href="http://www.berryreview.com">BerryReview</a>, January 4, 2011, 4:44 pm. |
<a href="http://www.berryreview.com/2011/01/04/why-not-to-worry-about-the-playbooks-battery-life/">Why NOT to Worry About the PlayBook&#8217;s Battery Life</a> |
<a href="http://www.berryreview.com/2011/01/04/why-not-to-worry-about-the-playbooks-battery-life/#comments">21 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2011/01/04/why-not-to-worry-about-the-playbooks-battery-life/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Jim Balsillie Goes “Over The Top” Answering Earnings Call Question</title>
		<link>http://www.berryreview.com/2010/12/16/jim-balsillie-goes-over-the-top-answering-earnings-call-question/</link>
		<comments>http://www.berryreview.com/2010/12/16/jim-balsillie-goes-over-the-top-answering-earnings-call-question/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 03:41:52 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Call]]></category>
		<category><![CDATA[Earnings]]></category>
		<category><![CDATA[Jim Balsillie]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2010/12/16/jim-balsillie-goes-over-the-top-answering-earnings-call-question/</guid>
		<description><![CDATA[If you have been reading BerryReview for even a few weeks you will know I appreciate a good rant. I missed this beautiful rant by Jim Balsillie in answer to a well worded question by Rod Hall of JP Morgan during the RIM earnings call tonight. Dan Frommer over at Business Insider has done a...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/09/15/could-rim-announce-playbook-os-2-0-tonight-during-earnings-call/' rel='bookmark' title='Could RIM Announce PlayBook OS 2.0 Tonight During Earnings Call?'>Could RIM Announce PlayBook OS 2.0 Tonight During Earnings Call?</a></li>
<li><a href='http://www.berryreview.com/2011/12/15/rim-earnings-call-q-and-a-highlights-tidbits/' rel='bookmark' title='RIM Earnings Call Questions and Answers Highlights &amp; Tidbits'>RIM Earnings Call Questions and Answers Highlights &#038; Tidbits</a></li>
<li><a href='http://www.berryreview.com/2011/04/28/jim-balsillie-confirms-blackberry-6-1-is-now-blackberry-7-on-investors-call/' rel='bookmark' title='Jim Balsillie Confirms BlackBerry 6.1 is Now BlackBerry 7 On Investors Call'>Jim Balsillie Confirms BlackBerry 6.1 is Now BlackBerry 7 On Investors Call</a></li>
<li><a href='http://www.berryreview.com/2010/10/19/balsillie-confirms-64gb-playbook-gitex/' rel='bookmark' title='Balsillie Confirms 64GB PlayBook @ GITEX'>Balsillie Confirms 64GB PlayBook @ GITEX</a></li>
<li><a href='http://www.berryreview.com/2010/11/10/jim-balsillie-says-blackberry-playbook-will-sell-for-less-than-500/' rel='bookmark' title='Jim Balsillie Says BlackBerry PlayBook Will Sell for Less Than $500'>Jim Balsillie Says BlackBerry PlayBook Will Sell for Less Than $500</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p align="center"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="jim balsillie Whoop Ass Rant" border="0" alt="jim balsillie Whoop Ass Rant" src="http://cdn3.berryreview.com/wp-content/uploads/2010/12/jimbalsillieWhoopAssRant.jpg" width="300" height="230" /> </p>
<p>If you have been reading BerryReview for even a few weeks you will know I appreciate a good rant. I missed this beautiful rant by Jim Balsillie in answer to a well worded question by Rod Hall of JP Morgan during the RIM earnings call tonight. Dan Frommer over at Business Insider has done a <a href="http://www.businessinsider.com/rim-ceo-epic-rant-2010-12" target="_blank">great job of transcribing it at this link</a>. In short Rod asks Jim how RIM is going to make people believe that they can move to the head of the innovation pack instead of simply playing catch up.</p>
<p>Like most of Jim’s rants this one is mostly coherent with him only getting lost a few times. It is almost like a stream of consciousness and has some great points that get lost in the confusion. The first part of Jim’s answer is so great because it is exactly the direction RIM is moving with BlackBerry but are only half baked in the current BlackBerry 6 implementations. Jim goes on to praise how RIM is “redefining what a tablet should do” by pointing out things that are going to make the RIM PlayBook stick out.</p>
<p> <span id="more-44649"></span>
<ul>
<li><strong>Rapid Desire for High Performance – </strong>seriously these are Jim’s words not mine! On one hand he touts how the PlayBook will trump the competition with high performance yet the flagship BlackBerry Torch is running a 2+ year old processor. The PlayBook will finally be the death of the BlackBerry hourglass. Hopefully RIM does not even have to add an hourglass at all! My other aim for the PlayBook is never having to reboot… </li>
<li><strong>Web Fidelity</strong> will hopefully bring a full on desktop browser to the BlackBerry PlayBook. While BlackBerry 6 also has a WebKit browser if you try to do anything complex with HTML5 like WebSQL then the whole thing chokes and dies. These are technologies that work just fine on a iOS or Android device. </li>
<li>A <strong>non proprietary SDK</strong> and <strong>Tool Familiarity</strong> &#8211; (At least non proprietary to RIM in the case of Flash). The current BlackBerry OS SDK has plugins for Eclipse but is still mostly a black hole. RIM is working on the BlackBerry Development tools and they are making headway but they are nowhere near as easy to use as other mobile platforms. Now if only RIM would remove the frustrating code signing requirement. </li>
</ul>
<p>Now can we get a lot of all three in my BlackBerry Torch? I would even just settle for high performance. </p>
<p>You really should read the rest of the unofficial transcript over at <a href="http://www.businessinsider.com/rim-ceo-epic-rant-2010-12" target="_blank">Business Insider</a> or you can <a href="http://investor.shareholder.com/rimm/eventdetail.cfm?eventid=85324" target="_blank">listen to the whole thing on RIM’s website at this link</a>.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/09/15/could-rim-announce-playbook-os-2-0-tonight-during-earnings-call/' rel='bookmark' title='Could RIM Announce PlayBook OS 2.0 Tonight During Earnings Call?'>Could RIM Announce PlayBook OS 2.0 Tonight During Earnings Call?</a></li>
<li><a href='http://www.berryreview.com/2011/12/15/rim-earnings-call-q-and-a-highlights-tidbits/' rel='bookmark' title='RIM Earnings Call Questions and Answers Highlights &amp; Tidbits'>RIM Earnings Call Questions and Answers Highlights &#038; Tidbits</a></li>
<li><a href='http://www.berryreview.com/2011/04/28/jim-balsillie-confirms-blackberry-6-1-is-now-blackberry-7-on-investors-call/' rel='bookmark' title='Jim Balsillie Confirms BlackBerry 6.1 is Now BlackBerry 7 On Investors Call'>Jim Balsillie Confirms BlackBerry 6.1 is Now BlackBerry 7 On Investors Call</a></li>
<li><a href='http://www.berryreview.com/2010/10/19/balsillie-confirms-64gb-playbook-gitex/' rel='bookmark' title='Balsillie Confirms 64GB PlayBook @ GITEX'>Balsillie Confirms 64GB PlayBook @ GITEX</a></li>
<li><a href='http://www.berryreview.com/2010/11/10/jim-balsillie-says-blackberry-playbook-will-sell-for-less-than-500/' rel='bookmark' title='Jim Balsillie Says BlackBerry PlayBook Will Sell for Less Than $500'>Jim Balsillie Says BlackBerry PlayBook Will Sell for Less Than $500</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, December 16, 2010, 10:41 pm. |
<a href="http://www.berryreview.com/2010/12/16/jim-balsillie-goes-over-the-top-answering-earnings-call-question/">Jim Balsillie Goes “Over The Top” Answering Earnings Call Question</a> |
<a href="http://www.berryreview.com/2010/12/16/jim-balsillie-goes-over-the-top-answering-earnings-call-question/#comments">6 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2010/12/16/jim-balsillie-goes-over-the-top-answering-earnings-call-question/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>RANT! App World Update Notifications Slower Than Snail Mail</title>
		<link>http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/</link>
		<comments>http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 15:00:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[App World]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[Slow]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/</guid>
		<description><![CDATA[Since App World was launched I have had an issue with the caching system that RIM uses. There are a couple of features in App World that are simply slow or delayed making them a stumbling block for RIM. The thing is most of these issues are actually self inflicted by RIM in trying to...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2009/08/10/blackberry-app-world-update-1-1-0-15-app-world-now-a-top-download/' rel='bookmark' title='BlackBerry App World Update 1.1.0.15 &ndash; App World Now a Top Download???'>BlackBerry App World Update 1.1.0.15 &ndash; App World Now a Top Download???</a></li>
<li><a href='http://www.berryreview.com/2010/06/10/free-south-africa-on-blackberry-world-cup-app-with-push-notifications/' rel='bookmark' title='Free South Africa on BlackBerry World Cup App With Push Notifications'>Free South Africa on BlackBerry World Cup App With Push Notifications</a></li>
<li><a href='http://www.berryreview.com/2011/08/17/blackberry-app-world-3-0-0-59-update-released-in-beta-zone/' rel='bookmark' title='BlackBerry App World 3.0.0.59 Update Released in Beta Zone'>BlackBerry App World 3.0.0.59 Update Released in Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2009/10/07/blackberry-messenger-5-0-0-33-now-officially-in-app-world/' rel='bookmark' title='UPDATE: BlackBerry Messenger 5.0.0.33 NOW Officially in App World!!!'>UPDATE: BlackBerry Messenger 5.0.0.33 NOW Officially in App World!!!</a></li>
<li><a href='http://www.berryreview.com/2011/07/27/blackberry-messenger-6-now-available-in-app-world/' rel='bookmark' title='Update: BlackBerry Messenger 6 NOT YET Available in App World'>Update: BlackBerry Messenger 6 NOT YET Available in App World</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="mr_slow" border="0" alt="mr_slow" align="right" src="http://cdn3.berryreview.com/wp-content/uploads/2010/12/mr_slow.jpg" width="275" height="250" /> Since App World was launched I have had an issue with the caching system that RIM uses. There are a couple of features in App World that are simply slow or delayed making them a stumbling block for RIM. The thing is most of these issues are actually self inflicted by RIM in trying to “optimize” their infrastructure and could probably easily be remedied. App World is making some great progress in becoming the de facto app location but it needs to resolve these issues if it wants to truly succeed. Here is to hoping some of the RIM App World team is reading the following constructive criticism… </p>
<p>Notifications of application updates takes days if not weeks to reach everybody. Every day we get tips from readers letting us know that they just received an App World update notification for an app that was update days or weeks before. It just simply does not make sense for RIM to not use their own Push API to push out these updates within SECONDS of the app being updated. That is the main purpose of a push API. This leads me to my next frustration.</p>
<p> <span id="more-44092"></span>
<p>App World updates are staggered so that one user may see an update that is not available to another user. I have heard a few reasons from friends at RIM as to why this is the case but they just don’t make sense. First of all RIM never had this concept of staggered updates before. When they released a BlackBerry Messenger or Google Talk update before App World everybody downloaded it ASAP. Same thing with OS updates. Now that App World is growing strong shouldn’t we be able to do the same thing? RIM is already using Akamai as a CDN to serve this content so it is not like RIM’s servers will get hammered with millions of requests. Akamai can handle the traffic just like they do for more demanding clients than RIM.</p>
<p>So some of you may say that the reason they stagger the updates is in case there are any issues they can resolve them before it hits critical mass. Well it has been almost 2 years and that has never happened as far as I can know except for the update to BlackBerry Messenger 5.0. Still RIM <a href="http://www.berryreview.com/2010/09/02/the-disappearing-blackberry-messenger-icon-debacle/" target="_blank">never fixed that issue</a> and just told users to update their OS and backup before upgrading. So why bother?</p>
<p>This delayed update also causes issues with developers who have to wait hours or sometimes over a day for their app or update to appear for all users. I am not sure what takes RIM’s servers so long to propagate an update. I can understand that the content might be cached on edge servers but they could always make it revalidate or simply invalidate the cache of that one app page when an app is updated.</p>
<p>This same concept of caching updates is also a problem on the BlackBerry App World client. We mentioned before that RIM has finally officially detailed the shortcut for refreshing the <a href="http://www.berryreview.com/2010/11/29/rim-officially-details-how-to-clear-blackberry-app-world-cache/" target="_blank">App World catalog cache on your device</a>. Still wouldn’t it be great if we didn’t have to do that. This App World cache is probably already cached on RIM’s Akamai cache so would it really kill RIM to just make a quick cache-control or expires header check on that cache?</p>
<p>All of these frustrations can all be seen clearly if I describe to you how I wish/dream App World worked. When a new version of Google Talk for BlackBerry comes out I (along with EVERY other BlackBerry user) should receive a popup notification from App World within 5 minutes (hour max). I would then be able to click on that notification and download it immediately…</p>
<p>So what do you think are the chances of my dream coming true?</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2009/08/10/blackberry-app-world-update-1-1-0-15-app-world-now-a-top-download/' rel='bookmark' title='BlackBerry App World Update 1.1.0.15 &ndash; App World Now a Top Download???'>BlackBerry App World Update 1.1.0.15 &ndash; App World Now a Top Download???</a></li>
<li><a href='http://www.berryreview.com/2010/06/10/free-south-africa-on-blackberry-world-cup-app-with-push-notifications/' rel='bookmark' title='Free South Africa on BlackBerry World Cup App With Push Notifications'>Free South Africa on BlackBerry World Cup App With Push Notifications</a></li>
<li><a href='http://www.berryreview.com/2011/08/17/blackberry-app-world-3-0-0-59-update-released-in-beta-zone/' rel='bookmark' title='BlackBerry App World 3.0.0.59 Update Released in Beta Zone'>BlackBerry App World 3.0.0.59 Update Released in Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2009/10/07/blackberry-messenger-5-0-0-33-now-officially-in-app-world/' rel='bookmark' title='UPDATE: BlackBerry Messenger 5.0.0.33 NOW Officially in App World!!!'>UPDATE: BlackBerry Messenger 5.0.0.33 NOW Officially in App World!!!</a></li>
<li><a href='http://www.berryreview.com/2011/07/27/blackberry-messenger-6-now-available-in-app-world/' rel='bookmark' title='Update: BlackBerry Messenger 6 NOT YET Available in App World'>Update: BlackBerry Messenger 6 NOT YET Available in App World</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, December 3, 2010, 10:00 am. |
<a href="http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/">RANT! App World Update Notifications Slower Than Snail Mail</a> |
<a href="http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/#comments">22 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2010/12/03/rant-app-world-update-notifications-slower-than-snail-mail/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Guess What SignalBooster For BlackBerry Does?!?</title>
		<link>http://www.berryreview.com/2010/11/23/guess-what-signalbooster-for-blackberry-does/</link>
		<comments>http://www.berryreview.com/2010/11/23/guess-what-signalbooster-for-blackberry-does/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 13:55:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Booster]]></category>
		<category><![CDATA[S4BB]]></category>
		<category><![CDATA[Signal]]></category>
		<category><![CDATA[SignalBooster]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2010/11/23/guess-what-signalbooster-for-blackberry-does/</guid>
		<description><![CDATA[The latest Optimizer/Booster has made its way into App World and this time it promises that: If you lose your signal, this app gets it back in one-touch! If your radio reception is bad, get it boosted with SignalBooster! We know that memory boosters and battery boosters are must have apps for BlackBerry. They manage...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/09/14/ct-scans-of-a-blackberry-guess-what-model-it-is/' rel='bookmark' title='CT Scans of a BlackBerry? Guess What Model it is!'>CT Scans of a BlackBerry? Guess What Model it is!</a></li>
<li><a href='http://www.berryreview.com/2011/04/14/guess-what-hulu-com-works-on-the-blackberry-playbook/' rel='bookmark' title='Guess What? Hulu.com Works on the BlackBerry PlayBook'>Guess What? Hulu.com Works on the BlackBerry PlayBook</a></li>
<li><a href='http://www.berryreview.com/2011/08/24/analyst-guess-timates-us-blackberry-7-sales-are-healthy/' rel='bookmark' title='Analyst &ldquo;Guess-timates&rdquo; US BlackBerry 7 Sales are &ldquo;Healthy&rdquo;'>Analyst &ldquo;Guess-timates&rdquo; US BlackBerry 7 Sales are &ldquo;Healthy&rdquo;</a></li>
<li><a href='http://www.berryreview.com/2010/04/08/jabra-wants-you-to-avoid-cellbow-injuries-guess-how/' rel='bookmark' title='Jabra Wants You to Avoid Cellbow Injuries &ndash; Guess How?'>Jabra Wants You to Avoid Cellbow Injuries &ndash; Guess How?</a></li>
<li><a href='http://www.berryreview.com/2010/04/12/blackberry-app-world-now-has-4982-apps-1448-themes/' rel='bookmark' title='BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes'>BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn3.berryreview.com/wp-content/uploads/2010/11/SignalBooster.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="Signal Booster" border="0" alt="Signal Booster" align="right" src="http://cdn3.berryreview.com/wp-content/uploads/2010/11/SignalBooster_thumb.png" width="279" height="210" /></a> The latest Optimizer/Booster has made its <a href="https://appworld.blackberry.com/webstore/content/17088" target="_blank">way into App World</a> and this time it promises that:</p>
<blockquote><p>If you lose your signal, this app gets it back in one-touch! If your radio reception is bad, get it boosted with SignalBooster!</p>
</blockquote>
<p>We know that memory boosters and battery boosters are must have apps for BlackBerry. They manage to make the Top 10 paid apps list in App World every month so somebody has to be buying them. The problem is that they usually don’t “Boost” or “Optimize” anything other than the speed of money transferring from your pocket into their pocket. The thing that blows my mind is that RIM not only doesn’t bother protecting their customers from these scams. </p>
<p> <span id="more-43740"></span>
<p>I have spoken to many developers and RIM engineers and they can not think of one thing that these apps could possibly “Boost” or “Optimize”. They just perform unnecessary/redundant calls to the JVM garbage collector and other such nonsense while actually taking up more of your memory, eating your battery, AND in SignalBooster they throw in some snakeoil for free! Don’t get me wrong these booster/optimizer apps are all over other app stores like the Android Market but I really would wish that RIM finally came out and said what they already know. If a simple 100kb app could actually boost or optimize your memory/battery/signal then RIM would have paid MILLIONS of dollars for the app and built it into the BlackBerry OS. The reason they have not is because these apps are worse than useless!</p>
<p>So back to SignalBooster. This app just makes me think that cell phone users did not learn their lesson from the Antenna Booster Sticker scams of <a href="http://www.andybrain.com/extras/cellphone-antenna-booster-sticker-review-and-test.htm" target="_blank">yesteryear</a>. I have nothing against S4BB since they make some pretty decent apps but this is just getting ridiculous. Just read the features of SignalBooster:</p>
<ul>
<li>Optimizes BlackBerry radio usage.</li>
<li>No device reset required. Therefore a lot faster than everything else!</li>
<li>No new hardware: Software only solution. No additional hardware needed! Does not influence any other applications.</li>
<li>Instant feedback on radio reception gain.</li>
<li>How it works: by clicking the &quot;Boost Signal!&quot; button your voice, data and Internet connections are being reset. The best possible reception is chosen for the new signal and then all your connections come up again automatically. You will see a summary dialog of what just happened and how much performance you gained.</li>
</ul>
<p>From the description it seems like the app tears down your internet connection and reestablishes it. I could have sworn there was a button for that prominently featured in the BlackBerry menu… Just turn off data services. If you REALLY need an app to do that they you can pick up the <a href="http://compactbyte.com/bb/restartnet/" target="_blank">FREE Restart Net app from CompactByte</a>.</p>
<p>So what do you think of these Boosters/Optimizers? Personally I am just annoyed at RIM for being a party to selling <a href="http://en.wikipedia.org/wiki/Snake_oil_%28cryptography%29" target="_blank">what amounts to snake oil</a> in App World. What do you think?</p>
<p>Oh and how could I forget? I am waiting for RIM to approve my “Brooklyn Bridge for Sale” app in App World…</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2011/09/14/ct-scans-of-a-blackberry-guess-what-model-it-is/' rel='bookmark' title='CT Scans of a BlackBerry? Guess What Model it is!'>CT Scans of a BlackBerry? Guess What Model it is!</a></li>
<li><a href='http://www.berryreview.com/2011/04/14/guess-what-hulu-com-works-on-the-blackberry-playbook/' rel='bookmark' title='Guess What? Hulu.com Works on the BlackBerry PlayBook'>Guess What? Hulu.com Works on the BlackBerry PlayBook</a></li>
<li><a href='http://www.berryreview.com/2011/08/24/analyst-guess-timates-us-blackberry-7-sales-are-healthy/' rel='bookmark' title='Analyst &ldquo;Guess-timates&rdquo; US BlackBerry 7 Sales are &ldquo;Healthy&rdquo;'>Analyst &ldquo;Guess-timates&rdquo; US BlackBerry 7 Sales are &ldquo;Healthy&rdquo;</a></li>
<li><a href='http://www.berryreview.com/2010/04/08/jabra-wants-you-to-avoid-cellbow-injuries-guess-how/' rel='bookmark' title='Jabra Wants You to Avoid Cellbow Injuries &ndash; Guess How?'>Jabra Wants You to Avoid Cellbow Injuries &ndash; Guess How?</a></li>
<li><a href='http://www.berryreview.com/2010/04/12/blackberry-app-world-now-has-4982-apps-1448-themes/' rel='bookmark' title='BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes'>BlackBerry App World Now Has 4982 Apps &amp; 1448 Themes</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, November 23, 2010, 8:55 am. |
<a href="http://www.berryreview.com/2010/11/23/guess-what-signalbooster-for-blackberry-does/">Guess What SignalBooster For BlackBerry Does?!?</a> |
<a href="http://www.berryreview.com/2010/11/23/guess-what-signalbooster-for-blackberry-does/#comments">15 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2010/11/23/guess-what-signalbooster-for-blackberry-does/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>RANT! Why Can’t RIM Release an On-Device Backup Utility?</title>
		<link>http://www.berryreview.com/2010/10/22/rant-why-cant-rim-release-an-on-device-backup-utility/</link>
		<comments>http://www.berryreview.com/2010/10/22/rant-why-cant-rim-release-an-on-device-backup-utility/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 00:04:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[On Device]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2010/10/20/rant-why-cant-rim-release-an-on-device-backup-utility/</guid>
		<description><![CDATA[One of the things that drives me nuts about the BlackBerry platform is why RIM cannot just release a utility to allow you to backup your device to your memory card. They are going to let you remotely backup some of the device data with the upcoming BlackBerry Protect service but it will not be...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/04/03/snapscreen-on-device-screenshot-utility-does-exist/' rel='bookmark' title='SnapScreen &#8211; On Device Screenshot Utility Does Exist'>SnapScreen &#8211; On Device Screenshot Utility Does Exist</a></li>
<li><a href='http://www.berryreview.com/2009/05/01/mobiola-snapshot-on-device-screenshot-utility-for-299/' rel='bookmark' title='Mobiola Snapshot: On Device Screenshot Utility for $2.99'>Mobiola Snapshot: On Device Screenshot Utility for $2.99</a></li>
<li><a href='http://www.berryreview.com/2010/02/03/backup-sms-to-email-free-with-sms-backups/' rel='bookmark' title='Backup SMS To Email Free with SMS Backups'>Backup SMS To Email Free with SMS Backups</a></li>
<li><a href='http://www.berryreview.com/2009/06/29/hot-zonasnap-free-on-device-screenshot-utility-gets-english-version/' rel='bookmark' title='HOT! ZonaSnap: Free On Device Screenshot Utility Gets English Version'>HOT! ZonaSnap: Free On Device Screenshot Utility Gets English Version</a></li>
<li><a href='http://www.berryreview.com/2009/06/09/demo-maker-on-device-screen-video-recording-utility/' rel='bookmark' title='Demo Maker: On Device Screen Video Recording Utility'>Demo Maker: On Device Screen Video Recording Utility</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn3.berryreview.com/wp-content/uploads/2010/10/BlackBerryWirelessUpdatebackup.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="BlackBerry Wireless Update backup" border="0" alt="BlackBerry Wireless Update backup" align="right" src="http://cdn3.berryreview.com/wp-content/uploads/2010/10/BlackBerryWirelessUpdatebackup_thumb.jpg" width="206" height="275" /></a> One of the things that drives me nuts about the BlackBerry platform is why RIM cannot just release a utility to allow you to backup your device to your memory card. They are going to let you remotely backup some of the device data with the upcoming BlackBerry Protect service but it will not be a full device backup. I remember my Palm OS and Symbian phones could do on device backups almost 10 years ago so I am not sure what RIM’s hang-up is. There have been a few utilities that let you backup emails, tasks, calendars, notes, and other info to your SD card but I have always been waiting for RIM to release such a tool. </p>
<p>I happened to be running a wireless update for my BlackBerry Torch 9800 yesterday and noticed that RIM already has such a utility. When you perform a wireless update your BlackBerry performs an on device backup and then a restore once the OS is updated! Why can’t we just get this same functionality minus the wireless update? Is that asking too much? Most of the development work is practically done already!</p>
<p> <span id="more-42184"></span>
<p>It would really solve the problem of most BlackBerry users when they screw up or brick their device if there was a daily backup stored on their SD card. It would then be easy to restore to a set point in time with no data loss. BlackBerry Protect is perfect for a lost or stolen phone but it does not backup your other information like your custom AutoTexts or your password safe. Some of you might say that it would be a security risk to allow for on device backups but I don’t see how it is any different from backups done on a desktop which creates files that are vulnerable to brute force attacks. At the very least just release it and setup an IT policy which lets BES admins block the utility.</p>
<p>What do you think? Would an on device backup utility have saved you from a previous BlackBerry data loss disaster?</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2008/04/03/snapscreen-on-device-screenshot-utility-does-exist/' rel='bookmark' title='SnapScreen &#8211; On Device Screenshot Utility Does Exist'>SnapScreen &#8211; On Device Screenshot Utility Does Exist</a></li>
<li><a href='http://www.berryreview.com/2009/05/01/mobiola-snapshot-on-device-screenshot-utility-for-299/' rel='bookmark' title='Mobiola Snapshot: On Device Screenshot Utility for $2.99'>Mobiola Snapshot: On Device Screenshot Utility for $2.99</a></li>
<li><a href='http://www.berryreview.com/2010/02/03/backup-sms-to-email-free-with-sms-backups/' rel='bookmark' title='Backup SMS To Email Free with SMS Backups'>Backup SMS To Email Free with SMS Backups</a></li>
<li><a href='http://www.berryreview.com/2009/06/29/hot-zonasnap-free-on-device-screenshot-utility-gets-english-version/' rel='bookmark' title='HOT! ZonaSnap: Free On Device Screenshot Utility Gets English Version'>HOT! ZonaSnap: Free On Device Screenshot Utility Gets English Version</a></li>
<li><a href='http://www.berryreview.com/2009/06/09/demo-maker-on-device-screen-video-recording-utility/' rel='bookmark' title='Demo Maker: On Device Screen Video Recording Utility'>Demo Maker: On Device Screen Video Recording Utility</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, October 22, 2010, 8:04 pm. |
<a href="http://www.berryreview.com/2010/10/22/rant-why-cant-rim-release-an-on-device-backup-utility/">RANT! Why Can’t RIM Release an On-Device Backup Utility?</a> |
<a href="http://www.berryreview.com/2010/10/22/rant-why-cant-rim-release-an-on-device-backup-utility/#comments">5 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2010/10/22/rant-why-cant-rim-release-an-on-device-backup-utility/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>RANT! Why Can’t RIM Let Us Delete Our BIS Account?</title>
		<link>http://www.berryreview.com/2010/07/28/rant-why-cant-rim-let-us-delete-our-bis-account/</link>
		<comments>http://www.berryreview.com/2010/07/28/rant-why-cant-rim-let-us-delete-our-bis-account/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 00:55:00 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Associated]]></category>
		<category><![CDATA[BIS]]></category>
		<category><![CDATA[Disassociated]]></category>
		<category><![CDATA[Registered]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2010/07/27/rant-why-cant-rim-let-us-delete-our-bis-account/</guid>
		<description><![CDATA[For years I have had one big issue when I try to sell, buy, donate, or give away a used BlackBerry when I switch carriers. If a person has not updated the BlackBerry associated with their BIS account to a new PIN then your BlackBerry will remain associated to that account and you will have...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2009/03/02/ever-wonder-what-your-carrier-can-access-from-your-bis-account/' rel='bookmark' title='Ever Wonder What Your Carrier Can Access From Your BIS Account?'>Ever Wonder What Your Carrier Can Access From Your BIS Account?</a></li>
<li><a href='http://www.berryreview.com/2009/01/20/faq-lost-access-to-your-gmail-or-google-account-here-is-how-to-get-it-back/' rel='bookmark' title='FAQ: Lost Access To Your Gmail Or Google Account? Here Is How To Get It Back'>FAQ: Lost Access To Your Gmail Or Google Account? Here Is How To Get It Back</a></li>
<li><a href='http://www.berryreview.com/2011/12/06/twitter-for-blackberry-v2-1-out-of-beta-with-multi-account-support/' rel='bookmark' title='Twitter for BlackBerry v2.1 Out of Beta With Multi-Account Support'>Twitter for BlackBerry v2.1 Out of Beta With Multi-Account Support</a></li>
<li><a href='http://www.berryreview.com/2008/08/08/ez-reregister-online-basic-account-now-free/' rel='bookmark' title='EZ Reregister Online Basic Account Now Free'>EZ Reregister Online Basic Account Now Free</a></li>
<li><a href='http://www.berryreview.com/2011/09/28/twitter-2-1-screenshot-coming-next-week-with-multiple-account-support/' rel='bookmark' title='Twitter 2.1 Screenshot &ndash; Coming Next Week With Multiple Account Support!'>Twitter 2.1 Screenshot &ndash; Coming Next Week With Multiple Account Support!</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="Anger" border="0" alt="Anger" align="right" src="http://cdn3.berryreview.com/wp-content/uploads/2010/07/annoyed1.jpg" width="175" height="237" /> For years I have had one big issue when I try to sell, buy, donate, or give away a used BlackBerry when I switch carriers. If a person has not updated the BlackBerry associated with their BIS account to a new PIN then your BlackBerry will remain associated to that account and you will have to jump through 100 hoops to get it un-associated. Until then you will keep on getting an error along the lines of&#160; “This device registered with another service provider…” My friend just ran into this issue and he couldn’t believe it when I told him why it was happening.</p>
<p>Let me give you a scenario where this happens:</p>
<p> <span id="more-38474"></span>
<p>You purchased a BlackBerry 9000 from AT&amp;T a few years back and then decide to switch to T-Mobile. If you don’t call up AT&amp;T and sit on the phone with them for over an hour to delete your BIS account then your BlackBerry will remain tied to AT&amp;T’s BIS. This will make it impossible to now associate the BlackBerry with T-Mobile’s BIS. Or better yet say you buy a used BlackBerry 9100 from someone in Australia you would be in a world of pain trying to get that BlackBerry disassociated.</p>
<p>Way back when it used to be that you could just login to your old BIS account and just enter in zeros for the PIN and IMEI and it would disassociate the device but that no longer works. As far as I know RIM customer support are currently the only ones that can disassociate a device from a carriers BIS. You would have to call that carrier and drive them nuts until they decide to escalate the issue to RIM to have your device disassociated. I have done this 3 times already and every time it took over an hour.</p>
<p>RIM even admits that you will have to call you carrier to get the device disassociated in the <a href="http://www.blackberry.com/btsc/dynamickc.do?externalId=KB05099&amp;sliceID=1&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB05099" target="_blank">instructions of what to do when you want to sell a BlackBerry</a>. In their words:</p>
<blockquote><p>If the BlackBerry smartphone was previously associated with a BlackBerry Internet Service account, contact the wireless service provider to remove the association between the BlackBerry Internet Service account and the BlackBerry smartphone.</p>
</blockquote>
<p>Would it kill RIM to just add a “Clear association” or better yet a “Delete my BIS account” button?</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2009/03/02/ever-wonder-what-your-carrier-can-access-from-your-bis-account/' rel='bookmark' title='Ever Wonder What Your Carrier Can Access From Your BIS Account?'>Ever Wonder What Your Carrier Can Access From Your BIS Account?</a></li>
<li><a href='http://www.berryreview.com/2009/01/20/faq-lost-access-to-your-gmail-or-google-account-here-is-how-to-get-it-back/' rel='bookmark' title='FAQ: Lost Access To Your Gmail Or Google Account? Here Is How To Get It Back'>FAQ: Lost Access To Your Gmail Or Google Account? Here Is How To Get It Back</a></li>
<li><a href='http://www.berryreview.com/2011/12/06/twitter-for-blackberry-v2-1-out-of-beta-with-multi-account-support/' rel='bookmark' title='Twitter for BlackBerry v2.1 Out of Beta With Multi-Account Support'>Twitter for BlackBerry v2.1 Out of Beta With Multi-Account Support</a></li>
<li><a href='http://www.berryreview.com/2008/08/08/ez-reregister-online-basic-account-now-free/' rel='bookmark' title='EZ Reregister Online Basic Account Now Free'>EZ Reregister Online Basic Account Now Free</a></li>
<li><a href='http://www.berryreview.com/2011/09/28/twitter-2-1-screenshot-coming-next-week-with-multiple-account-support/' rel='bookmark' title='Twitter 2.1 Screenshot &ndash; Coming Next Week With Multiple Account Support!'>Twitter 2.1 Screenshot &ndash; Coming Next Week With Multiple Account Support!</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, July 28, 2010, 8:55 pm. |
<a href="http://www.berryreview.com/2010/07/28/rant-why-cant-rim-let-us-delete-our-bis-account/">RANT! Why Can’t RIM Let Us Delete Our BIS Account?</a> |
<a href="http://www.berryreview.com/2010/07/28/rant-why-cant-rim-let-us-delete-our-bis-account/#comments">12 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2010/07/28/rant-why-cant-rim-let-us-delete-our-bis-account/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>RANT! RIM Has A Perception Problem With the BlackBerry OS&#8230;</title>
		<link>http://www.berryreview.com/2010/05/10/rant-rim-has-a-perception-problem-with-the-blackberry-os/</link>
		<comments>http://www.berryreview.com/2010/05/10/rant-rim-has-a-perception-problem-with-the-blackberry-os/#comments</comments>
		<pubDate>Mon, 10 May 2010 13:55:54 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[App World]]></category>
		<category><![CDATA[Booster]]></category>
		<category><![CDATA[Leak]]></category>
		<category><![CDATA[Memory]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2010/05/10/rant-rim-has-a-perception-problem-with-the-blackberry-os/</guid>
		<description><![CDATA[I have mentioned this previously but a recent event brought this back to my attention. As of today a “memory booster” application is now the TOP paid application in App World. There are two ways you I can interpret this: It could be that the BlackBerry OS is fine but the problem is the perception...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2007/12/26/rant-rim-facebook-annoying-blackberry-users/' rel='bookmark' title='RANT! RIM &amp; Facebook Annoying BlackBerry Users'>RANT! RIM &#038; Facebook Annoying BlackBerry Users</a></li>
<li><a href='http://www.berryreview.com/2008/03/11/rant-my-blackberry-has-lost-its-memory-part-iii/' rel='bookmark' title='RANT! My BlackBerry Has Lost Its Memory&#8230; Part III'>RANT! My BlackBerry Has Lost Its Memory&#8230; Part III</a></li>
<li><a href='http://www.berryreview.com/2008/02/27/rant-my-blackberry-is-running-out-of-memory-again/' rel='bookmark' title='RANT! My BlackBerry Is Running Out Of Memory! AGAIN!'>RANT! My BlackBerry Is Running Out Of Memory! AGAIN!</a></li>
<li><a href='http://www.berryreview.com/2008/06/04/rant-what-happened-to-rims-picasa-blackberry-application/' rel='bookmark' title='RANT! What Happened To RIM&#8217;s Picasa BlackBerry Application?'>RANT! What Happened To RIM&#8217;s Picasa BlackBerry Application?</a></li>
<li><a href='http://www.berryreview.com/2008/07/02/rant-the-promising-blackberry-wallet-what-happened/' rel='bookmark' title='RANT! The Promising BlackBerry Wallet &#8211; What Happened?'>RANT! The Promising BlackBerry Wallet &#8211; What Happened?</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn3.berryreview.com/wp-content/uploads/2010/05/MemoryBooster.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="Memory Booster" border="0" alt="Memory Booster" align="right" src="http://cdn3.berryreview.com/wp-content/uploads/2010/05/MemoryBooster_thumb.jpg" width="279" height="210" /></a> I have mentioned this previously but a recent event brought this back to my attention. As of today a “memory booster” application is now the <strong>TOP</strong> paid application <a href="http://appworld.blackberry.com/webstore/toppaid" target="_blank">in App World</a>. </p>
<p>There are two ways you I can interpret this:</p>
<ol>
<li>It could be that the BlackBerry OS is fine but the problem is the <strong>perception</strong> users have. The fact that so many users believe the BlackBerry OS needs a memory booster speaks for itself. I drank the Kool-aid at WES and do believe that BlackBerry 6 (the upcoming BlackBerry OS) might improve users perception of the BlackBerry OS but this fact should speak volumes to RIM.</li>
<li>Alternatively one could postulate that there is a critical issue with the BlackBerry OS. It could be that a huge number of users find is fixed by an application that <strike>probably</strike> does <strike>nothing other than</strike> a regular cleanup of Java virtual machine memory or providing you some basic statistics about your usage. Maybe it is just an immediate way to run a cleanup… Either way you can do a better job manually performing actions like deleting unused applications and lowering log lengths than any app could possibly perform.</li>
</ol>
<p> <span id="more-35713"></span>
<p>I tend to believe the first but it blows my mind that the number one selling app in RIM’s own App World attempts to fix a problem with the BlackBerry OS. It could be this app is totally useless but if that many users think it is necessary RIM has a serious problem. I have tried to get RIM to come out and explain that Memory Boosters do nothing for performance with no luck. If the memory boosters DO work then it is inconceivable that RIM has not purchased/licensed the code for it (or replicated it) and implemented it in the BlackBerry OS. If it doesn&#8217;t work RIM is openly letting thousands of their customers get screwed out of their money by buying a useless application. I know that a main source of memory problems for the BlackBerry OS stems from poorly coded applications with memory leaks but that still reflects badly for RIM and customers perception of their product.</p>
<p>So what do you think?</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2007/12/26/rant-rim-facebook-annoying-blackberry-users/' rel='bookmark' title='RANT! RIM &amp; Facebook Annoying BlackBerry Users'>RANT! RIM &#038; Facebook Annoying BlackBerry Users</a></li>
<li><a href='http://www.berryreview.com/2008/03/11/rant-my-blackberry-has-lost-its-memory-part-iii/' rel='bookmark' title='RANT! My BlackBerry Has Lost Its Memory&#8230; Part III'>RANT! My BlackBerry Has Lost Its Memory&#8230; Part III</a></li>
<li><a href='http://www.berryreview.com/2008/02/27/rant-my-blackberry-is-running-out-of-memory-again/' rel='bookmark' title='RANT! My BlackBerry Is Running Out Of Memory! AGAIN!'>RANT! My BlackBerry Is Running Out Of Memory! AGAIN!</a></li>
<li><a href='http://www.berryreview.com/2008/06/04/rant-what-happened-to-rims-picasa-blackberry-application/' rel='bookmark' title='RANT! What Happened To RIM&#8217;s Picasa BlackBerry Application?'>RANT! What Happened To RIM&#8217;s Picasa BlackBerry Application?</a></li>
<li><a href='http://www.berryreview.com/2008/07/02/rant-the-promising-blackberry-wallet-what-happened/' rel='bookmark' title='RANT! The Promising BlackBerry Wallet &#8211; What Happened?'>RANT! The Promising BlackBerry Wallet &#8211; What Happened?</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, May 10, 2010, 9:55 am. |
<a href="http://www.berryreview.com/2010/05/10/rant-rim-has-a-perception-problem-with-the-blackberry-os/">RANT! RIM Has A Perception Problem With the BlackBerry OS&hellip;</a> |
<a href="http://www.berryreview.com/2010/05/10/rant-rim-has-a-perception-problem-with-the-blackberry-os/#comments">16 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2010/05/10/rant-rim-has-a-perception-problem-with-the-blackberry-os/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>BlackBerry Beta Zone Falls Behind Public Releases?</title>
		<link>http://www.berryreview.com/2010/04/08/blackberry-beta-zone-falls-behind-public-releases/</link>
		<comments>http://www.berryreview.com/2010/04/08/blackberry-beta-zone-falls-behind-public-releases/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 21:45:39 +0000</pubDate>
		<dc:creator>Ronen Halevy</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Beta Zone]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[BlackBerry Curve 8520]]></category>

		<guid isPermaLink="false">http://www.berryreview.com/2010/04/08/blackberry-beta-zone-falls-behind-public-releases/</guid>
		<description><![CDATA[Somebody pointed out to me an interesting problem that was bound to happen with RIM’s new BlackBerry Beta Zone. When the Beta Zone launched two weeks ago one of its 3 featured programs was a new OS for the BlackBerry Curve 8520. That OS was v5.0.0.554 which is TOP SECRET. The irony is that WIND...<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/03/24/rim-launches-new-blackberry-beta-zone/' rel='bookmark' title='RIM Launches New BlackBerry Beta Zone!'>RIM Launches New BlackBerry Beta Zone!</a></li>
<li><a href='http://www.berryreview.com/2010/06/16/blackberry-beta-zone-opens-im-clients-beta-to-all/' rel='bookmark' title='BlackBerry Beta Zone Opens IM Clients Beta to All'>BlackBerry Beta Zone Opens IM Clients Beta to All</a></li>
<li><a href='http://www.berryreview.com/2010/11/01/blackberry-traffic-beta-1-3-0-521-released-newer-version-in-beta-zone/' rel='bookmark' title='BlackBerry Traffic Beta 1.3.0.521 Released &ndash; Newer Version in Beta Zone'>BlackBerry Traffic Beta 1.3.0.521 Released &ndash; Newer Version in Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2010/12/02/blackberry-desktop-manager-for-mac-v2-0-in-beta-zone/' rel='bookmark' title='BlackBerry Desktop Manager for Mac v2.0 in Beta Zone'>BlackBerry Desktop Manager for Mac v2.0 in Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2011/04/11/fill-out-your-blackberry-beta-zone-profile-and-win-prizes/' rel='bookmark' title='Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!'>Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="caution_tape" border="0" alt="caution_tape" align="right" src="http://cdn3.berryreview.com/wp-content/uploads/2010/04/caution_tape.jpg" width="225" height="206" /> Somebody pointed out to me an interesting problem that was bound to happen with RIM’s new BlackBerry Beta Zone. When the Beta Zone launched <em><a href="http://www.berryreview.com/2010/03/24/rim-launches-new-blackberry-beta-zone/" target="_blank">two weeks ago</a></em> one of its 3 featured programs was a new OS for the BlackBerry Curve 8520. That OS was v5.0.0.554 which is TOP SECRET. The irony is that <a href="https://www.blackberry.com/Downloads/entry.do?code=3210DDBEAA16948A702B6049B8D9A202" target="_blank">WIND Hellas just released OS 5.0.0.592 for the BlackBerry Curve 8520</a>…?</p>
<p> <span id="more-34617"></span>
<p>This is the reason that I think beta zones cannot be wrapped with all the red tape RIM has surrounded the program with. It makes them useless for anything other than a marketing ploy. RIM already has a HUGE beta zone with every user who installs a BlackBerry OS Beta leak yet they refuse to acknowledge those users.</p>
<p>Personally I think they would just be better off releasing the betas of everything publicly without 15 pages of red tape… What do you think? The crazy part is that I know quite a few BlackBerry users who would PAY to get their hands on the latest beta even if it was FULL of bugs.</p>
<H3>If you liked this article, you might find these interesting:</h3><ul>
<li><a href='http://www.berryreview.com/2010/03/24/rim-launches-new-blackberry-beta-zone/' rel='bookmark' title='RIM Launches New BlackBerry Beta Zone!'>RIM Launches New BlackBerry Beta Zone!</a></li>
<li><a href='http://www.berryreview.com/2010/06/16/blackberry-beta-zone-opens-im-clients-beta-to-all/' rel='bookmark' title='BlackBerry Beta Zone Opens IM Clients Beta to All'>BlackBerry Beta Zone Opens IM Clients Beta to All</a></li>
<li><a href='http://www.berryreview.com/2010/11/01/blackberry-traffic-beta-1-3-0-521-released-newer-version-in-beta-zone/' rel='bookmark' title='BlackBerry Traffic Beta 1.3.0.521 Released &ndash; Newer Version in Beta Zone'>BlackBerry Traffic Beta 1.3.0.521 Released &ndash; Newer Version in Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2010/12/02/blackberry-desktop-manager-for-mac-v2-0-in-beta-zone/' rel='bookmark' title='BlackBerry Desktop Manager for Mac v2.0 in Beta Zone'>BlackBerry Desktop Manager for Mac v2.0 in Beta Zone</a></li>
<li><a href='http://www.berryreview.com/2011/04/11/fill-out-your-blackberry-beta-zone-profile-and-win-prizes/' rel='bookmark' title='Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!'>Fill Out Your BlackBerry Beta Zone Profile and Win Prizes!</a></li>
</ul><style type="text/css">
<!--
#featuredbar{
font: 1.3em Lucida Helvetica Sans Unicode,Arial,sans-serif;
font-weight:bolder;
}
#featuredbar a{text-decoration:none;}
#featuredbar a:hover{text-decoration:underline;color: #006ACC;}
.Berry {
	color: #006ACC;
}
.Review {
	color: #F89939;
}
.slogan {
	color: #F00;
}
-->
</style>
<div id="featuredbar"><a href="http://unlock.berryreview.com"><span class="slogan">Unlock ANY BlackBerry for Only $9!!!</span> <span class="Review">@</span> <span class="Berry">Berry</span><span class="Review">Review</span> <span class="Berry">Unlocking Store</span></a></div>
<hr />
<p><small>Posted by Ronen Halevy for ©<a href="http://www.berryreview.com">BerryReview</a>, April 8, 2010, 5:45 pm. |
<a href="http://www.berryreview.com/2010/04/08/blackberry-beta-zone-falls-behind-public-releases/">BlackBerry Beta Zone Falls Behind Public Releases?</a> |
<a href="http://www.berryreview.com/2010/04/08/blackberry-beta-zone-falls-behind-public-releases/#comments">6 comments</a> |
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.berryreview.com/2010/04/08/blackberry-beta-zone-falls-behind-public-releases/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: basic (User agent is rejected)
Object Caching 9591/9894 objects using disk: basic
Content Delivery Network via cdn3.berryreview.com

Served from: www.berryreview.com @ 2012-02-09 10:43:15 -->
