<?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>juergen.treml &#187; Hardware</title>
	<atom:link href="http://www.juergentreml.de/archives/category/computer-and-devices/hardware/feed" rel="self" type="application/rss+xml" />
	<link>http://www.juergentreml.de</link>
	<description>Crossing a live runway...</description>
	<lastBuildDate>Tue, 03 Jan 2012 10:04:41 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.3</generator>
	<item>
		<title>HOWTO Circumvent Palm App Catalog Regional Filtering</title>
		<link>http://www.juergentreml.de/archives/1056</link>
		<comments>http://www.juergentreml.de/archives/1056#comments</comments>
		<pubDate>Wed, 07 Apr 2010 14:43:43 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[App Catalog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Palm Pixi]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[WebOS]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/1056</guid>
		<description><![CDATA[This article is a short tutorial on how install WebOS applications on your Palm Pre independent [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This article is a short tutorial on how install WebOS applications on your <a href="http://www.palm.com">Palm</a> Pre independent of the region they are intended for, e.g. install US only apps that do not even show up in the app catalog outside the US on your French / German / Spanish Palm Pre. The process is rather simple as it basically just exploits the current behavior of the App Catalog’s update mechanism.<span id="more-1056"></span></p>
<p><span style="color: #808080;">But before I get to the point, let me comment something that really bothers me: As of now, the US App Catalog shows about 2000 apps, while the German catalog is showing a mere 600, paid apps included. I understand, that given Palm’s app submission forms, it’s a bit of an inconvenience for developers to fill out the extra fields to make an app available outside the US, but from my own apps </span><a href="http://www.juergentreml.de/programming/webos/qrdecoder"><span style="color: #808080;">QR deCODEr</span></a><span style="color: #808080;"> and </span><a href="http://www.juergentreml.de/programming/webos/dix"><span style="color: #808080;">DIX Dictionary</span></a><span style="color: #808080;">, I managed to collect a bit of statistics (which I also confirmed with other developers), looking as shown below:</span></p>
<p><a href="http://www.juergentreml.de/wp-content/uploads/2010/04/image10.png" rel="lightbox[1056]"><span style="color: #808080;"> </span></a><a href="http://www.juergentreml.de/wp-content/uploads/2010/04/image11.png" rel="lightbox[1056]"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="image" src="http://www.juergentreml.de/wp-content/uploads/2010/04/image_thumb1.png" border="0" alt="image" width="500" height="335" /></a><span style="color: #808080;">While the numbers for Canada, Mexico, Great Britain and Spain are admittedly not too impressive, things look quite different when it comes to Germany. The US account for about 70% of all WebOS users, but 20% of all users come from Germany as the diagram suggests. Thus, those developers not willing to take an extra five minutes to fill out the forms to make their app available outside the US are basically alienating between 20 and 30% of potential users of their app. What I find most frustrating about this is, that I can’t understand why so many developers don’t care about this. Sure, it’s a bit of a hassle to fill out those extra forms since translating your app takes quite some time and effort, but then again, Palm doesn’t force you to do so. You are free to just copy over your English app descriptions into the German / Spanish / French forms. That’s about two minutes for each additional language. So to all of those lazy developers: Are you sure you don’t have an extra six minutes?! There really is more to this world than the United States!</span></p>
<p>But enough already, here we got with the install tutorial for apps submitted for other regions than your own.</p>
<p><strong><span style="text-decoration: underline;">HOWTO Install Apps Not Showing Up In The App Catalog For Your Region</span></strong></p>
<p>I realize that this may seem quite some work to most ordinary users, but for somebody who’s used homebrew apps or the WebOS SDK before, it doesn’t take more than 5 minutes to follow the tutorial and install an app.</p>
<p>The basic idea is to exploit the App Catalog update mechanism’s current behavior. If you click a link to an app that’s not available in your region, instead of viewing this app, the app catalog presents you with an error message that this app is not available in your country. Nevertheless, if you already have an older version of such an app installed and go to the update view in the App Catalog, you’ll find that even for those app only available in other regions, you get a notification of available updates and upon tapping ‘install’ the App Catalog will happily download and install the new version of such an app.ç</p>
<p>So all we need to do is make WebOS think that we have an old version of the app we want already installed on our device and it will allow us to download and install the latest version. We do so by creating a “dummy” app with the same app ID as the app we want and a lower version number than the currently available version.</p>
<p><span style="color: #ff0000;">UPDATE: As an alternative to the following DIY tutorial, there are two apps that do all the work for you. See the </span><a href="#auto">end of this post</a><span style="color: #ff0000;"> </span><span style="color: #ff0000;"> for details.</span></p>
<ol>
<li>
<div>Make sure you have all the prerequisites: A <strong><a href="http://notepad-plus.sourceforge.net/uk/site.htm">text editor</a></strong>, the <a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1788" class="broken_link">Palm WebOS SDK</a><strong> </strong>, your WebOS device with <strong><a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=43#dev_mode" class="broken_link">activated Dev Mode</a></strong> and <strong><a href="http://preware.org/">Preware</a></strong> installed on your device (or some other way to find out app IDs).</div>
</li>
<li>
<div>Create a new folder called <em>Dummy</em> somewhere on your hard disk.</div>
</li>
<li>
<div>Within that folder, create a text file called <em>appinfo.json</em></div>
</li>
<li>
<div>Open this file in a text editor and copy the following lines to the file (including the brackets):</div>
<p><em>{<br />
&#8220;id&#8221;: &#8220;FILL IN APP ID HERE&#8221;,<br />
&#8220;version&#8221;: &#8220;0.0.1&#8243;,<br />
&#8220;vendor&#8221;: &#8220;FILL IN VENDOR HERE&#8221;,<br />
&#8220;title&#8221;: &#8220;FILL IN TITLE HERE&#8221;, </em></p>
<p><em> &#8220;type&#8221;: &#8220;web&#8221;,<br />
&#8220;main&#8221;: &#8220;index.html&#8221;<br />
}<br />
</em></li>
<li>
<div>Fire up <em>Preware</em> and find the app you want to install, e.g. French <em>Le Monde</em> app as show below:<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150243.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150243" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150243_thumb.png" border="0" alt="preware_2010-07-04_150243" width="160" height="240" /></a></div>
</li>
<li>
<div>Scroll down to see the vendor name, version number and app ID:<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150250.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150250" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150250_thumb.png" border="0" alt="preware_2010-07-04_150250" width="160" height="240" /></a></div>
</li>
<li>
<div>
<p>Now edit the text file we just created and replace all ‘FILL IN … HERE’ entries with the data you see in <em>Preware </em>AND make sure the version number in the text file is LOWER than the version number you see in <em>Preware </em>(0.0.1 as version number should usually work fine).</p>
<p>For our <em>Le Monde</em> example the text file should look like this:</p>
</div>
<p><em>{<br />
&#8220;id&#8221;: &#8220;com.backelite.lemonde&#8221;,<br />
&#8220;version&#8221;: &#8220;0.0.1&#8243;,<br />
&#8220;vendor&#8221;: &#8220;Le Monde Interactif&#8221;,<br />
&#8220;title&#8221;: &#8220;Lemonde.fr&#8221; </em></p>
<p><em> &#8220;type&#8221;: &#8220;web&#8221;,<br />
&#8220;main&#8221;: &#8220;index.html&#8221;,<br />
}<br />
</em></li>
<li>Fire up the command line, go to the folder containing the <em>Dummy</em> folder and type the following to pack the dummy application:<em>palm-package Dummy<br />
</em></li>
<li>Now connect your device to your computer via the USB cable and type the following to install the dummy application to your device:<em>palm-install –d usb com.backelite.lemonde_0.0.1_all.ipk</em>You should now see the dummy application on your device’s launcher page showing up with a default icon. (Don’t launch it, because it won’t start up at this point, since it’s just an empty dummy app.)
<p><a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150339" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339_thumb.png" border="0" alt="preware_2010-07-04_150339" width="160" height="240" /></a></li>
<li>Launch the App Catalog on your device and go to the update view, where you should see our dummy application showing up and an updated version being available:<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_145659.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_145659" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_145659_thumb.png" border="0" alt="findapps_2010-07-04_145659" width="160" height="240" /></a> <a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150416.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_150416" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150416_thumb.png" border="0" alt="findapps_2010-07-04_150416" width="160" height="240" /></a></li>
<li>Tap <em>Install Updates</em> and wait for your device to download and install the new version.<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150423.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_150423" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150423_thumb.png" border="0" alt="findapps_2010-07-04_150423" width="160" height="240" /></a> <a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150432.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_150432" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150432_thumb.png" border="0" alt="findapps_2010-07-04_150432" width="160" height="240" /></a></li>
<li>Congrats! You now have the full and latest version of an app installed on your device that is not available officially via the App Catalog in your country. You can now launch and use the app.<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/lemonde_20100704_150453.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="lemonde_2010-07-04_150453" src="http://www.juergentreml.de/wp-content/uploads/2010/04/lemonde_20100704_150453_thumb.png" border="0" alt="lemonde_2010-07-04_150453" width="160" height="240" /></a><br />
In your launcher you may still see the old dummy icon for this app. The real icon will show up once you’ve restarted your phone.<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_1503391.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150339" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339_thumb1.png" border="0" alt="preware_2010-07-04_150339" width="160" height="240" /></a> <a href="http://www.juergentreml.de/wp-content/uploads/2010/04/Unknown_20100704_151243.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="Unknown_2010-07-04_151243" src="http://www.juergentreml.de/wp-content/uploads/2010/04/Unknown_20100704_151243_thumb.png" border="0" alt="Unknown_2010-07-04_151243" width="160" height="240" /></a></li>
</ol>
<p>I’ve successfully tried this procedure with a dozen apps. It works only for FREE apps though. For paid apps, Palm is unfortunately / thankfully doing additional checks, so that you can’t just inject a dummy package to get a free update to the actual app <img src="http://www.juergentreml.de/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
<p>&nbsp;</p>
<p>One last thing: Since I’ve already done this procedure for quite a few apps, you can download my dummy app packages below and just install them to your device using <a href="http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-02-a.html" class="broken_link">WebOS Quick Install</a>. This way you can skip the text file editing and command line packaging / installing and directly head to the App Catalog update page to get these apps.</p>
<ul>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.accuradio.player_1.0.0_all.ipk">AccuRadio</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.backelite.20minutes_0.0.1_all.ipk">20minutes.fr</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.backelite.lemonde_0.0.1_all.ipk">Lemonde.fr</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.sachersoft.wordwhirllite_0.9.3_all.ipk">Word Whirl Lite</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.sfr.sfrwifi_0.0.1_all.ipk">SFR WiFi</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/net.net2streams.lite_0.0.1_all.ipk">Net2Streams Lite</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.yellowpages.ypmobile_0.0.1_all.ipk">YPmobile</a></div>
</li>
</ul>
<p>Enjoy!</p>
<p>&nbsp;</p>
<p><a name="auto"><span style="color: #ff0000;"><strong>UPDATE</strong></span></a><span style="color: #ff0000;"> </span></p>
<p><span style="color: #ff0000;">As </span><a href="http://forums.precentral.net/members/jason-robitaille.html" class="broken_link">Jason Robitaille</a><span style="color: #ff0000;"> points out </span><a href="http://forums.precentral.net/webos-apps-software/240593-circumvent-region-filtering-install-apps-not-available-your-country.html#post2366555" class="broken_link">here</a><span style="color: #ff0000;">, his </span><a href="http://forums.precentral.net/canuck-software/237326-ipk-packager.html" class="broken_link">Ipk Packager</a><span style="color: #ff0000;"> tool may be more comfortable for creating dummy app packages than your regular text editor. <strong>Also, </strong></span><a href="http://www.nexave.de/forum/index.php?page=User&amp;userID=9386">Blacklight</a><span style="color: #ff0000;"><strong> </strong></span><span style="color: #ff0000;"><strong> was kind enough to update his </strong></span><a href="http://www.nexave.de/forum/38947-ipk-fetcher-2.html">Ipk Fetcher</a><span style="color: #ff0000;"><strong> </strong></span><span style="color: #ff0000;"><strong> tool to completely automate the above method. Presented with a list of available apps, just select the one you want and hit ‘Generate IPK’ and it‘s done.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/1056/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>QR deCODEr for Palm webOS now available</title>
		<link>http://www.juergentreml.de/archives/974</link>
		<comments>http://www.juergentreml.de/archives/974#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:30:34 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[Barcode]]></category>
		<category><![CDATA[Decoder]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Palm Pixi]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[WebOS]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/974</guid>
		<description><![CDATA[Here we go! My first webOS app for the Palm Pre &#38; Pixi is online. It’s [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.juergentreml.de/programming/webos/qrdecoder"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="PalmPre_FrontClosedCalendar.tif2_" border="0" alt="PalmPre_FrontClosedCalendar.tif2_" align="right" src="http://www.juergentreml.de/wp-content/uploads/2010/01/PalmPre_FrontClosedCalendar.tif2_1.png" width="141" height="240" /></a> Here we go! My first webOS app for the <a href="http://www.palm.com">Palm</a> Pre &amp; Pixi is online. It’s a simple application for decoding so called QR Codes (special type of 2D barcode). Once decoding is done, results are nicely displayed on your phone and you can follow any link, dial any phone number or send a text message contained in the bar code by just tapping the according link, icon or phone number.</p>
<p>Click <a href="http://www.juergentreml.de/programming/webos/qrdecoder">here</a> to go to the apps web site and make sure your read the short manual <a href="http://www.juergentreml.de/programming/webos/qrdecoder/qrdecoder-help">here</a> which explains the types of barcodes supported and how to use the application.</p>
<p>The app is currently available via Palm’s web distribution program <a href="http://developer.palm.com/appredirect/?packageid=de.juergentreml.preqr-web" class="broken_link">here</a> while awaiting approval for the on-device app catalog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/974/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Palm Prē: Really that good? *UPDATE*</title>
		<link>http://www.juergentreml.de/archives/873</link>
		<comments>http://www.juergentreml.de/archives/873#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:47:28 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/873</guid>
		<description><![CDATA[Short answer: Yes. In a few more words: It’s not an iPhone killer as many out [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="DSCF9149" src="http://www.juergentreml.de/wp-content/uploads/2009/10/DSCF91491.jpg" border="0" alt="DSCF9149" width="244" height="184" align="right" /> Short answer: Yes. In a few more words: It’s not an <a href="http://www.apple.com">iPhone</a> killer as many out there labeled it to be but it can easily keep up with it. I wasn’t quite sure which one to get, the iPhone or the <a href="http://www.palm.com">Palm</a> Prē, till the last moment but I finally decided to take the risk and give the Prē the benefit of the doubt. The Prē can’t keep up with the iPhone in every single aspect, there just are a few things where Palm just had no chance of overcoming the two year head start the iPhone has, the biggest aspect for sure being the App store. But the Prē more than compensates for this shortcomings by throwing in a number of creative ideas and features even the iPhone with all its apps has nothing to come up against with, like Synergy or MULTI TASKING. Ever tried to listen to web radio on the iPhone while downloading a large PDF in your browser and looking up a number of addresses just received via email in the <a href="http://maps.google.com">Google Maps</a> app, switching back and forth between the latter two?! Well, go ahead. Try! The bottom line is, the Prē doesn’t have everything the iPhone has but it surely doesn’t fall in the category of all those phones desperately trying to imitate the iPhone as closely as possible, failing miserably on the way there. It comes with its own set of unique and stylish features that allow things that aren’t even possible on the iPhone and over time, I’m sure, it will catch up further.  Besides, most of those things the Prē brings along right out of the box are quite polished and reliable making it a real pleasure to use.<span id="more-873"></span></p>
<p>I’ve been waiting to get a new phone for quite a while and while originally waiting for the iPhone 3GS release, I decided to wait a little longer when I learned that the Prē was on its way. Last Friday finally was the day, and it has been over week now that I own this shiny new toy. That’s plenty of time to explore every little detail of it and the reason I’d like to share a few of my thoughts, point out what I like about it and what not so much. There are a lot of things in which  i don’t agree with other reviews out there, but of course there are a few things that you may have read before, so here we go:</p>
<p><span style="text-decoration: underline;">Pros</span></p>
<ul>
<li><strong>Multi tasking </strong>is just so much more natural and handy than the way the iPhone works</li>
<li>WebOS is fun to use and actually looks awesome</li>
<li><strong>Standard apps like browser, email and messaging are rock solid</strong></li>
<li>The app store is getting new additions every few days now</li>
<li><strong>German Prē is sim and net lock free</strong> (see O2 FAQs <a href="http://www.o2online.de/nw/support/mobilfunk/smartphones/palmpre/tipps/index.html?nidx=1#TabbedArea" class="broken_link">here</a>)</li>
<li>The Prē isn’t as Google focused as Android and not as manufacturer bound as the iPhone</li>
<li>App store less restrictive than Apple’s version</li>
<li><strong>Gesture area is an awesome idea</strong> (I’m hardly using the middle button on the device)</li>
<li>While not possible yet, the instructions for tethering are already present on the device and <strong>tethering is planned to be supported with future firmware versions</strong> (see O2 FAQs <a href="http://www.o2online.de/nw/support/mobilfunk/smartphones/palmpre/tipps/index.html?nidx=1#TabbedArea" class="broken_link">here</a>)</li>
<li><strong>Touchstone charger</strong>: Works great and is <strong>well thought through</strong> (automatically takes the call when you take it of the charger while it’s ringing, automatically switches to speaker mode once you put it on the charger during a call, etc) BUT seems there are quite a few faulty touchstone chargers on the market (see below for details). Once you got a good one though, it’s just awesome.</li>
<li><span style="color: #808080;"><strong>UPDATE: Form factor: </strong>With the slider closed it’s just tiny and cute, with the slider open it’s the most comfortable phone to hold while talking that I’ve ever seen. BUT the form factor also has its drawbacks. See below.</span></li>
</ul>
<p><span style="text-decoration: underline;">Popular Cons I do NOT agree with</span></p>
<ul>
<li><strong>Sharp edge at the bottom of the device</strong>: People have claimed it’s sharp enough to slice bread, but I really don’t see the problem here. Sure, it’s a sharp edge, but I don’t even feel in during my daily use of the device. I’ve never had the slightest complaint about this edge!</li>
<li><strong>Small, tiny keys on the keyboard and bottom of the screen to close to the keyboard: </strong>I’ve got small hands, small fingers, for me the keyboard is quite comfortable and not too hard to type on. I wouldn’t give up the hardware keyboard for the world! As for the bottom of the screen being to close to the keyboard: No problem here either. Though I must admit, I can picture people with larger hands having way more problems here. The keyboard for sure isn’t too large and while it isn’t a problem for me it definitely might be a point of complaint for some of you.</li>
<li>Wobbly slider mechanism: Total crap! The slider is absolutely fine. It’s not 100% firm and stiff but nowhere near annoying or disturbing!</li>
<li><strong>Battery runtime</strong>: I somewhat agree with this one, but it isn’t worse than e.g. the iPhone. Just switch of push email and use WiFi when at home instead of 3G and battery runtime increases from intolerable to ok ;). A few more tips (in German) can be found <a href="http://www.o2online.de/nw/support/mobilfunk/smartphones/palmpre/tipps/index.html?nidx=2#TabbedArea" class="broken_link">here</a>.</li>
</ul>
<p><span style="text-decoration: underline;">My personal Cons</span></p>
<ul>
<li><strong>Hard- and software adaption regarding Europe</strong>: Palm claimed that hardware and software adaption are the reason for the late release of the Prē. I know this is true as for the GSM support the Prē needs to work on European networks, but what about the rest of the hardware? <strong>What about special characters on the keyboard?</strong> There umlauts in German, accents in French and Spanish, etc. You could have adapted the keyboard!!! Even worse for the software: O2 stated things like “<strong>support for popular European social networks</strong>” (I don’t recall the exact phrasing) in its advertising for the Prē, but in fact the only thing supported is Facebook. I can only speak for Germany, <strong>but the most popular networks here are: StudiVZ, lokalisten and maybe Xing (for business).</strong> Besides, there other less important ones like Stay Friends and I’m sure Spain, Ireland und UK have their proper social networking sites besides Facebook. <strong>Not a single one of those is supported!</strong> In fact, Europe did not even get the same software version as the US. <strong>We are two versions behind!</strong> I honestly did expect more in this regard. Honestly Palm, if you want to win the hearts of your European customers, you’ll probably have to do more than just make your devices technically work on European networks. Please!</li>
<li><strong>Combined and instant messaging</strong>: The idea is admittedly awesome BUT what good is it if <strong>only AIM and Google Talk are supported</strong>? Again, I don’t know about the US, but in Europe, <strong>ICQ and MSN are far more popular</strong>. They should be supported since the initial US release of the Prē. I really can see no reason why those are not supported. <strong>Please Palm, this is a MUST. It is the feature I miss most!!!!</strong></li>
<li>Software keyboard: I really love my hardware keyboard but sometimes you just need to type a single word like a login or a street name on Google Maps, not worth the effort of sliding your phone open. This is not among the most important features to add, but a software keyboard would surely make nice plus!</li>
<li><strong>Auto-correct and auto-complete</strong>: The Prē has basic typo correction but nothing more. Even the oldest Windows Mobile phones have auto-complete (in conjunction with hard- as well as software keyboards). Leaving this out is a big one! On mobile devices, T9 or auto-complete just makes typing so much faster. <strong>That needs to be added as soon as possible!</strong></li>
<li><strong>Support for third-party music players:</strong> Support for iTunes is really nice, but first of all I need the latest firmware version to able to use it (which isn’t available yet in Europe) and secondly, we probably all know that this cat and mouse game can’t go on forever. Sure, the Prē also support third party players like Windows Media Player or others via its flash drive mode, but it doesn’t provide a reasonable way to sync playlists. There’s not even a way to create playlists within the music app on the Prē itself. I’d be 100% OK not to use iTunes, but you can’t seriously expect me to sync hundreds of songs to my device and not have a single playlist, only being able to choose between all songs or a single artist or album to play. That’s not very satisfying. My suggestion: Focus on supporting other players for music sync instead of continuing that time consuming game with Apple.</li>
<li><strong>App launcher</strong>: Currently one can rearrange icons but not add new pages to the launcher. That’s annoying, with three pages (one being for device &amp; settings related stuff) I can’t figure out a reasonable way to order and arrange my apps. It should be an easy task to <strong>allow users to add more pages to the launcher</strong>. That’s not really a big challenge. But it would definitely make a difference! As a last thing: Reducing the icon size on the launcher or the launcher bar would allow to add more icons to either of them. (Though I see that they would be harder to touch and icon quality would probably suffer due to the down sampling, so I understand it that one is not coming)</li>
<li><strong>Lid for the USB charging cable</strong>: It’s so hard to reach and open that you’re probably annoyed by the second time you have to do it. Seems like a strategic design aiming to increase the sales of the overpriced, wireless touchstone charger. Sad, but then again, Palm’s goal is to earn money just like any other company out there, so somewhat understandable! Still, if the touchstone charger weren’t so overpriced it would be even more understandable.</li>
<li><span style="color: #ff0000;"><strong>Touchstone charger</strong>: Palm obviously has or had a quality problem in the manufacturing of the wireless charger. I had to go to the O2 shop three times to exchange both, the back cover as well as the charger till I had a set that did actually work reliably. Before, <strong>my Prē would loose the connection to the charger from every few seconds to every few minutes</strong>, just to pick it up again shortly after that, <strong>bringing up the “battery charging” notification (along with the according sound) each time</strong>. This is just plain annoying and intolerable (see </span><a href="http://www.youtube.com/watch?v=4KGwye3mx3E"><span style="color: #ff0000;">this video</span></a><span style="color: #ff0000;">). A little bit of internet research also brought up that I’m obviously not the only one with this problem. Anyway, for those experiencing this issue, have your retailer exchange the charger (and possibly the back cover that comes with it). <strong>A perfectly working charger (like the one I own now) should not have this issue</strong>, not even once a day or so. My Prē hasn’t lost the connection to the charger in over seven days now, except for when I took it off the charger of course. <strong>Also, unlike some of the forums posts or Palm support guys tell you, the problem with this issue is not misalignment of the Prē on the charger.</strong> Sure, it has to be aligned right, in fact there are only two possible position in which the Prē will charge but you’re not required to align it to the millimeter. The magnets in the charger take care of the alignment as long as you’re not trying to put it on the charger in some completely awkward position like diagonal or so.</span></li>
<li><span style="color: #808080;"><strong>UPDATE: Form factor: </strong>While perfect for your pocket and super comfy in your hand while talking, it has quite a few glitches. With the slider open, the phone seems extremely unbalanced  when you type on the keyboard. Even more so if you’re trying to type one-handed. Especially for the latter case, I find this quite annoying.</span></li>
</ul>
<p>In the end, the Palm Prē is a great phone in my opinion. In a few ways it’s two years behind the iPhone, in most things it can totally take it up to the iPhone and in some ways, it even beats the cr** out of the iPhone. As long as Palm doesn’t think they can take it slow now (in which case they would be sadly mistaken) and as long as they keep the updates coming and address current shortcomings and problems with the Prē, it has the potential (together with future WebOS phones) to be mentioned in the same breath as the iPhone and any Blackberry.</p>
<p>Oh, and as a last note: The reason I’m comparing it to the iPhone so much, although it’s not meant to be a so called “iPhone killer”, is because that’s the main competitor in functionality in my opinion. RIM / <a href="http://www.blackberry.com/">Blackberry</a> I just don’t know well enough, and <a href="http://code.google.com/android/">Android</a> / <a href="http://www.microsoft.com/windowsmobile/en-us/default.mspx" class="broken_link">Windows Mobile</a> and manufacturers supporting those are just way too busy badly imitating the iPhone, trying to make their devices look like yet another iPhone without actually being one and more importantly without putting the necessary effort and creativity into the job to actually make their devices good and shiny. I just can’t get why they’re doing this, as Palm made the solution so obvious: Don’t copy everything, just copy the good and important features and copy them <strong>well!</strong> Then add a few of your own ideas. There must be some?!</p>
<p><span style="color: #808080;"><strong>UPDATE</strong>: I see the need to revise my statement on Android above. I still think what I said is true for Android 1.x and according phones, but it seems this all just changed with the release of Android 2.0 and and a vast number of manufacturers jumping on the Android train. The new software version seems to do exactly what I recommended above. Copy all the good existing features like the iPhone’s app store idea, multi-touch / touch-oriented interface, the Pre’s combined messaging, synergy, hardware keyboard and multi-tasking. Then add some of your own ideas (like a </span><a href="http://gizmodo.com/5391408/google-maps-navigation-a-free-ass+kicking-turn+by+turn-mobile-app"><span style="color: #808080;">killer navigation app</span></a><span style="color: #808080;"> that’s even free) or / and improve on the existing features like combined messaging, better hardware keyboard, etc. Combine this with a developer with nearly unlimited resources (such as, I don’t know, Google?!) and a variety of Hardware manufacturers willing to go along, and you get a system that should be gaining ground immensely fast, casting a huge shadow on the new Palm. More so since Palm is taking it really slow with its update policy and currently not doing much but fix bugs. (</span><a href="http://gizmodo.com/5392799/how-palm-lost-like-apple-in-the-80s"><span style="color: #808080;">This article</span></a><span style="color: #808080;"> says a lot of the things I am thinking.) I really hope they have something big to show with the upcoming update(s) because otherwise I see a lot of dark clouds at Palm’s horizon, again!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/873/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
