<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Palm Pre Hacks Blog!</title>
	
	<link>http://palmpre-hacks.com</link>
	<description>Palm Pre Hacks Blog!</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:58:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/palmprehacks" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="palmprehacks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">palmprehacks</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Fix WiFi/USB Tethering on WebOS 1.4!</title>
		<link>http://palmpre-hacks.com/palm-pre-hacks/how-to-fix-wifiusb-tethering-on-webos-1-4/</link>
		<comments>http://palmpre-hacks.com/palm-pre-hacks/how-to-fix-wifiusb-tethering-on-webos-1-4/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:55:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Palm Pre Hacks]]></category>
		<category><![CDATA[Palm Pre Hacks Blog News]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[mytether]]></category>
		<category><![CDATA[usb tethering]]></category>
		<category><![CDATA[webos1.4]]></category>
		<category><![CDATA[wifi tethering]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=192</guid>
		<description><![CDATA[
For those of you who&#8217;ve had MyTether&#8217;s Wifi tethering for awhile now, you probably noticed that your Palm Pre or Palm Pre Plus has been upgraded to WebOS 1.4.
Well, I have heard that some people are having trouble using their MyTether application and I did too.
Simply, download the latest install file (you have to be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-193" title="mytether-new" src="http://palmpre-hacks.com/wp-content/uploads/2010/03/mytether-new.png" alt="" width="430" height="249" /></p>
<p>For those of you who&#8217;ve had <a href="http://palmpre-hacks.com/palm-pre-hacks/how-to-tether-your-palm-pre-as-a-usb-modem/" >MyTether&#8217;s Wifi tethering</a> for awhile now, you probably noticed that your Palm Pre or Palm Pre Plus has been upgraded to WebOS 1.4.</p>
<p>Well, I have heard that some people are having trouble using their MyTether application and I did too.</p>
<p>Simply, download the latest install file (you have to be a donor) and install it.  I&#8217;ve confirmed both WiFi and USB works flawlessly after upgrading to MyTether version 2.1.0+.</p>
<p><strong>*Note: There&#8217;s also a Mac install file now too for Mac users!  (And Ubuntu/Linux too!)<br />
</strong></p>
<p>Don&#8217;t forget to put your MyTether in development mode first before installing!</p>
<p>If you have old versions of MyTether, the exe file will simply write over that so no need to uninstall anything!</p>
<p>Btw, I got a Nexus One when it came out, I just got USB and WiFi tethering working on that too, see my new <a target="_blank" href="http://nexusonehacks.net" >Nexus One Hacks blog</a> at NexusOneHacks.net for that if you have a Nexus One.</p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-hacks/how-to-fix-wifiusb-tethering-on-webos-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmaster Hack – How to Detect Palm Pre!</title>
		<link>http://palmpre-hacks.com/palm-pre-hacks/webmaster-hack-how-to-detect-palm-pre/</link>
		<comments>http://palmpre-hacks.com/palm-pre-hacks/webmaster-hack-how-to-detect-palm-pre/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 22:24:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Palm Pre Hacks]]></category>
		<category><![CDATA[detect palm pre]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webmaster hack]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=190</guid>
		<description><![CDATA[For webmasters and web designers who are tailoring their website to Palm Pres and other smartphones, here&#8217;s some free PHP code that will detect Palm Pre and other smartphones from my DIY tech blogwe:
&#60;?php
$iphone = strpos($_SERVER['HTTP_USER_AGENT'],”iPhone”);
$android = strpos($_SERVER['HTTP_USER_AGENT'],”Android”);
$palmpre = strpos($_SERVER['HTTP_USER_AGENT'],”webOS”);
$ipod = strpos($_SERVER['HTTP_USER_AGENT'],”iPod”);
if(!$iphone &#38;&#38; !$android &#38;&#38; !$palmpre &#38;&#38; !$ipod) {
?&#62;
Your code goes here that you want [...]]]></description>
			<content:encoded><![CDATA[<p>For webmasters and web designers who are tailoring their website to Palm Pres and other smartphones, here&#8217;s some <a target="_blank" href="http://zedomax.com/blog/2010/02/26/php-hack-how-to-detect-iphone-ipod-andoird-palm-pre-browsers/" >free PHP code that will detect Palm Pre and other smartphones from my DIY tech blog</a>we:</p>
<blockquote><p>&lt;?php<br />
$iphone = strpos($_SERVER['HTTP_USER_AGENT'],”iPhone”);<br />
$android = strpos($_SERVER['HTTP_USER_AGENT'],”Android”);<br />
$palmpre = strpos($_SERVER['HTTP_USER_AGENT'],”webOS”);<br />
$ipod = strpos($_SERVER['HTTP_USER_AGENT'],”iPod”);<br />
if(!$iphone &amp;&amp; !$android &amp;&amp; !$palmpre &amp;&amp; !$ipod) {<br />
?&gt;<br />
Your code goes here that you want only executed when it’s not a smartphone.</p>
<p>&lt;?php } ?&gt;</p></blockquote>
<p>This could be great if you want to load a different version of your website or even just to test your website on the Palm Pre.  That way, your regular readers from desktop computers and laptops won&#8217;t get affected while you test your version of website for the Palm Pre.</p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-hacks/webmaster-hack-how-to-detect-palm-pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Tether Palm Pre Plus Without Paying For Mobile HotSpot Monthly Fees!</title>
		<link>http://palmpre-hacks.com/palm-pre-hacks/how-to-tether-palm-pre-plus-without-paying-for-mobile-hotspot-monthly-fees/</link>
		<comments>http://palmpre-hacks.com/palm-pre-hacks/how-to-tether-palm-pre-plus-without-paying-for-mobile-hotspot-monthly-fees/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 06:40:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Palm Pre Hacks]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[mobile hotspot]]></category>
		<category><![CDATA[monthly fees]]></category>
		<category><![CDATA[tether palm pre]]></category>
		<category><![CDATA[tether palm pre plus]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=181</guid>
		<description><![CDATA[
Developer of the WiFi tethering app for the regular Palm Pre, Raja, has just pinged me on the status of his My Tether app.
My Tether now officially supports Verizon&#8217;s Palm Pre Plus, meaning you don&#8217;t have to pay the extra $40/month Verizon is charging you.  On top of wifi tethering, you also get USB or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-187" title="mytether-3" src="http://palmpre-hacks.com/wp-content/uploads/2010/02/mytether-3.png" alt="" width="320" height="480" /></p>
<p>Developer of the WiFi tethering app for the regular Palm Pre, Raja, has just pinged me on the status of his My Tether app.</p>
<p><em><strong>My Tether now officially supports Verizon&#8217;s Palm Pre Plus</strong></em>, meaning you don&#8217;t have to pay the extra $40/month Verizon is charging you.  On top of wifi tethering, you also get USB or bluetooth tethering with the My Tether app.</p>
<p>As a user of My Tether for the last 6 months ago since I got my regular Palm Pre, I would say this is a LOT better deal at a flat fee of $14.95 versus Verizon&#8217;s $40/month.</p>
<p>The <a target="_blank" href="http://forum.mytether.net/read.php?3,7442" >new My Tether that works on Palm Pre Plus is available as beta here. (You will need to donate $14.95 to access it.)</a> </p>
<p>Additional features of the new My Tether beta includes network usage graphing, DHCP client list viewing, and also the best part is that you can actually &#8220;kick off&#8221; any devices that&#8217;s not supposed to be there.</p>
<p>On top of everything, there&#8217;s also WEP/WPA2 security options.</p>
<p>I don&#8217;t see how you can lose by going with the new My Tether.  Certainly, paying Verizon $40/month will mean <em><strong>you&#8217;d pay about about extra $400 per year.</strong></em></p>
<p><em><strong><br />
</strong></em></p>
<p>I should have an updated video review of the new My Tether with all the latest features so watch out for that too.</p>
<p>(<em>Thanks Raja for the tip!</em>)</p>
<p><a target="_blank" href="http://mytether.net/" >My Tether Homepage</a></p>
<p><img class="alignnone size-full wp-image-183" title="mytether-2 (2)" src="http://palmpre-hacks.com/wp-content/uploads/2010/02/mytether-2-2.png" alt="" width="320" height="480" /></p>
<p><img class="alignnone size-full wp-image-184" title="mytether-2" src="http://palmpre-hacks.com/wp-content/uploads/2010/02/mytether-2.png" alt="" width="320" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-hacks/how-to-tether-palm-pre-plus-without-paying-for-mobile-hotspot-monthly-fees/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Palm Pre/Pixi Engadget App!</title>
		<link>http://palmpre-hacks.com/featured/palm-prepixi-engadget-app/</link>
		<comments>http://palmpre-hacks.com/featured/palm-prepixi-engadget-app/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 04:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[palm pre]]></category>
		<category><![CDATA[pixi]]></category>
		<category><![CDATA[pre app]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=177</guid>
		<description><![CDATA[
Hey, Happy New Year everyone!
Sorry last year was sorta hectic but I will try to get more active with my Palm Pre hacks this year.
Btw, Engadget just released their new Palm Pre/Pixi app, check it out here.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-178" title="engadget-palm-pre" src="http://palmpre-hacks.com/wp-content/uploads/2010/01/engadget-palm-pre.jpg" alt="" width="600" height="426" /></p>
<p>Hey, Happy New Year everyone!</p>
<p>Sorry last year was sorta hectic but I will try to get more active with my Palm Pre hacks this year.</p>
<p>Btw, <a target="_blank" href="http://zedomax.com/blog/2010/01/01/engadget-palm-prepixi-app-now-available/" >Engadget just released their new Palm Pre/Pixi app</a>, <a target="_blank" href="http://developer.palm.com/appredirect/?packageid=com.aol.engadget&amp;applicationid=1065" >check it out here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/featured/palm-prepixi-engadget-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre Accessories BlackFriday CyberMonday Sale!</title>
		<link>http://palmpre-hacks.com/palm-pre-hacks/palm-pre-accessories-blackfriday-cybermonday-sale/</link>
		<comments>http://palmpre-hacks.com/palm-pre-hacks/palm-pre-accessories-blackfriday-cybermonday-sale/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 03:33:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Palm Pre Hacks]]></category>
		<category><![CDATA[blackfriday]]></category>
		<category><![CDATA[cybermonday]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[palm accessories]]></category>
		<category><![CDATA[sale]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=175</guid>
		<description><![CDATA[Here&#8217;s a quick heads-up for those of you looking for Palm Pre accessory deals on BlackFriday and CyberMonday.
Palm is offering $30 off any purchase $99 or more at the official Palm store during Black Friday! (valid till 12/01) &#8211; Click this link to redeem
This might be a great time to stack up on multiple touchstone [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick heads-up for those of you looking for Palm Pre accessory deals on BlackFriday and CyberMonday.</p>
<p>Palm is offering <strong>$30 off any purchase $99 or more</strong> at the official Palm store during Black Friday! (valid till 12/01) &#8211; <a href="http://palmpre-hacks.com/out/palm" >Click this link to redeem</a></p>
<p>This might be a great time to stack up on multiple touchstone chargers, one for your office and another for your car.</p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-hacks/palm-pre-accessories-blackfriday-cybermonday-sale/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Make a Touchstone Palm Pre Car Mount!</title>
		<link>http://palmpre-hacks.com/palm-pre-hacks/how-to-make-a-touchstone-palm-pre-car-mount/</link>
		<comments>http://palmpre-hacks.com/palm-pre-hacks/how-to-make-a-touchstone-palm-pre-car-mount/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:33:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[Palm Pre Hacks]]></category>
		<category><![CDATA[car mount]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[palm pre]]></category>
		<category><![CDATA[touchstone]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=171</guid>
		<description><![CDATA[

Here&#8217;s a ridiculously cool hack that shows you how to make a Touchstone Palm Pre Car Mount.  As for me, I will keep my Palm Pre Touchstone on my desk where its used more often but I might consider putting one in my car soon too for turn-by-voice GPS navigation.
I personally use a Duracell Inverter [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-172" title="palm-pre-car-mount-1" src="http://palmpre-hacks.com/wp-content/uploads/2009/11/palm-pre-car-mount-1.png" alt="palm-pre-car-mount-1" width="500" height="446" /></p>
<p><img class="alignnone size-full wp-image-173" title="palm-pre-car-mount-2" src="http://palmpre-hacks.com/wp-content/uploads/2009/11/palm-pre-car-mount-2.png" alt="palm-pre-car-mount-2" width="490" height="239" /></p>
<p>Here&#8217;s a ridiculously <a target="_blank" href="http://www.everythingpre.com/blog/palm-touchstone-car-installation-diy/2009/10/26/" >cool hack that shows you how to make a Touchstone Palm Pre Car Mount</a>.  As for me, I will keep my Palm Pre Touchstone on my desk where its used more often but I might consider putting one in my car soon too for turn-by-voice GPS navigation.</p>
<p>I personally use a <a href="/og.php?url=http://www.amazon.com/Duracell-813-0281-07-Pocket-Source-Inverter/dp/B000U0M7OW/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1258057628&amp;sr=8-1&#038;tag=011080-20" rel="nofollow" target="_blank" >Duracell Inverter</a> which does a great job of re-charging all of my gadgets including USB and AC.  If you don&#8217;t want to open up and hack your car&#8217;s dashboard, you might want to use the inverter instead too.</p>
<p>I have tried my Touchstone on my car using the AC power via my Duracell inverter and it works really well.  When I tried using the USB (which Touchstone manual says not to), it simply didn&#8217;t work but this hack should work since it&#8217;s driving power directly from 12V DC of the car battery.  (The author says it should work flawlessly if you use the Palm 12V to USB charger (which I have) so I would suggest to try it out and let me know in the comments!)</p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-hacks/how-to-make-a-touchstone-palm-pre-car-mount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre Rubber Case!</title>
		<link>http://palmpre-hacks.com/palm-pre-accessories/palm-pre-rubber-case/</link>
		<comments>http://palmpre-hacks.com/palm-pre-accessories/palm-pre-rubber-case/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 05:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[durable rubber]]></category>
		<category><![CDATA[hard case]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[Palm Pre Rubber Case]]></category>
		<category><![CDATA[sprint]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=166</guid>
		<description><![CDATA[If hard case isn&#8217;t your favorite animal, you can spend a little bit more (still only $3) for this Palm Pre rubber case, which does protect your Palm Pre while giving it a protected look.

Premium-grade durable rubber case for Sprint Palm Pre
Custom fit case with openings to access all buttons
Easy soft gel skin, help prevent [...]]]></description>
			<content:encoded><![CDATA[<p>If <a href="http://palmpre-hacks.com/palm-pre-accessories/palm-pre-hard-case-only-6-cents/" >hard case isn&#8217;t your favorite animal</a>, you can spend a little bit more (still only $3) for this <a href="/og.php?url=http://www.amazon.com/Premium-Smooth-Durable-Rubber-Sprint/dp/B002FKCIPS/ref=sr_1_6?ie=UTF8&amp;s=electronics&amp;qid=1254889127&amp;sr=8-6&#038;tag=011080-20" rel="nofollow" target="_blank" >Palm Pre rubber case</a>, which does protect your Palm Pre while giving it a protected look.</p>
<ul style="list-style-type: disc; list-style-image: none; list-style-position: outside; padding-left: 25px;">
<li>Premium-grade durable rubber case for Sprint Palm Pre</li>
<li>Custom fit case with openings to access all buttons</li>
<li>Easy soft gel skin, help prevent scratches, chips and dirt</li>
<li>It molds perfectly to device&#8217;s shape to highlight its beauty</li>
</ul>
<p>Price: <a href="/og.php?url=http://www.amazon.com/Premium-Smooth-Durable-Rubber-Sprint/dp/B002FKCIPS/ref=sr_1_6?ie=UTF8&amp;s=electronics&amp;qid=1254889127&amp;sr=8-6&#038;tag=011080-20" rel="nofollow" target="_blank" >$3.05 on Amazon</a></p>
<p><img class="alignnone size-full wp-image-168" title="pre-rubber-case-1" src="http://palmpre-hacks.com/wp-content/uploads/2009/10/pre-rubber-case-1.jpg" alt="pre-rubber-case-1" width="280" height="280" /></p>
<p><img class="alignnone size-full wp-image-169" title="pre-rubber-case-2" src="http://palmpre-hacks.com/wp-content/uploads/2009/10/pre-rubber-case-2.jpg" alt="pre-rubber-case-2" width="280" height="280" /></p>
<p><img class="alignnone size-full wp-image-167" title="pre-rubber-case-3" src="http://palmpre-hacks.com/wp-content/uploads/2009/10/pre-rubber-case-3.jpg" alt="pre-rubber-case-3" width="280" height="280" /></p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-accessories/palm-pre-rubber-case/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Palm Pre Hard Case only 6 CENTS!</title>
		<link>http://palmpre-hacks.com/palm-pre-accessories/palm-pre-hard-case-only-6-cents/</link>
		<comments>http://palmpre-hacks.com/palm-pre-accessories/palm-pre-hard-case-only-6-cents/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 05:26:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[hard case]]></category>
		<category><![CDATA[high quality]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[Palm Pre Hard Case]]></category>
		<category><![CDATA[quality plastic]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=163</guid>
		<description><![CDATA[Here&#8217;s an update on a great accessory item that is super cheap at 6 cents over on Amazon AND will protect your Palm Pre in case of droppin&#8217; it, jammin&#8217; it again doors, and whatnot.
This rubberized protector case is designed for your device. It is constructed with a high quality plastic that also has a [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an update on a great accessory item that is <a href="/og.php?url=http://www.amazon.com/Black-Rubber-Protector-Beyond-Packaging/dp/B002A1CO38/ref=sr_1_4?ie=UTF8&amp;s=wireless&amp;qid=1254889127&amp;sr=8-4&#038;tag=011080-20" rel="nofollow" target="_blank" >super cheap at 6 cents over on Amazon</a> AND will protect your Palm Pre in case of droppin&#8217; it, jammin&#8217; it again doors, and whatnot.</p>
<blockquote><p>This rubberized protector case is designed for your device. It is constructed with a high quality plastic that also has a rubberized layer for increased protection and grip. It comes with perfect cutouts that allows you to utilize all the functions of your device. The rubberized texture also provides great grip so that it does not easily slip out of your hand or other surfaces.</p></blockquote>
<p>Price: <a href="/og.php?url=http://www.amazon.com/Black-Rubber-Protector-Beyond-Packaging/dp/B002A1CO38/ref=sr_1_4?ie=UTF8&amp;s=wireless&amp;qid=1254889127&amp;sr=8-4&#038;tag=011080-20" rel="nofollow" target="_blank" >$0.06 at Amazon</a></p>
<p><img class="alignnone size-full wp-image-164" title="palm-pre-hard-case" src="http://palmpre-hacks.com/wp-content/uploads/2009/10/palm-pre-hard-case.jpg" alt="palm-pre-hard-case" width="500" height="500" /></p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-accessories/palm-pre-hard-case-only-6-cents/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Add/Take Videos with Your Palm Pre!</title>
		<link>http://palmpre-hacks.com/palm-pre-hacks/how-to-addtake-videos-to-your-palm-pre/</link>
		<comments>http://palmpre-hacks.com/palm-pre-hacks/how-to-addtake-videos-to-your-palm-pre/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Palm Pre Hacks]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[palm pre]]></category>
		<category><![CDATA[shoot videos]]></category>
		<category><![CDATA[take videos]]></category>
		<category><![CDATA[video app]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=147</guid>
		<description><![CDATA[The other day, I noticed the PreCentral that someone has hacked the Palm Pre to shoot videos.  Well, it took me awhile to follow the directions but I finally got it working.
Beauty of open source, when you make something open source, you get all these hackers flocking to make free apps.  This video hack example [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, I noticed the <a target="_blank" href="http://www.precentral.net/video-recording-pre-seeing-believing" >PreCentral that someone has hacked the Palm Pre to shoot videos</a>.  Well, it took me awhile to follow the directions but I finally got it working.</p>
<p>Beauty of open source, when you make something open source, you get all these hackers flocking to make free apps.  This video hack example proves how quickly the open source community can develop programs. (faster than Palm development team!)</p>
<p>The video right now does 320&#215;240 pixel only and there&#8217;s no sound but I am finding that the video feature is a cool add-on until Palm developers make it part of their default apps.  And certainly, this video hack proves that video will be added on to the Pre in the near future.</p>
<p>Here&#8217;s step-by-step instructions for computer-dummies so you can enable this cool video feature.</p>
<p>1) <a href="http://palmpre-hacks.com/code/video.zip" >Download video-cam-test.zip here</a>.  (<a target="_blank" href="http://forums.precentral.net/web-os-development/197022-video-recording-real-no-gui-5.html#post1919242" >via PreCentral Forum</a>)  Unzip it of course.</p>
<p>2) Download both WebOSDoctor(<a target="_blank" href="http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwsprint.jar" >Sprint</a> or <a target="_blank" href="http://palm.cdnetworks.net/rom/pre_p100eww/webosdoctorp100ewwbellmo.jar" >Bell</a>), download <a target="_blank" href="http://forums.precentral.net/attachments/homebrew-apps/32440d1254155908-webos-quick-install-contd-webosquickinstall.jar" >WebOSQuickInstall from PreCentral</a> and put them in the same directory like this:</p>
<p><img class="alignnone size-full wp-image-148" title="palmpre-video-hack-1" src="http://palmpre-hacks.com/wp-content/uploads/2009/09/palmpre-video-hack-1.jpg" alt="palmpre-video-hack-1" width="503" height="214" /></p>
<p>*NOTE: If you don&#8217;t have Java installed, you will need to install it, just goto <a target="_blank" href="http://java.com" >Java.com</a> to install.  If you can run WebOSQuickInstall.jar, you have Java installed so&#8230;</p>
<p>3) Click on WebOSQuickInstall.jar and it should automatically install any files needed. (for the first time)</p>
<p>4)  Then connect your Palm to your computer via a USB cable.</p>
<p>5) Then click on the &#8220;+&#8221; button on your WebOSQuickInstall program and select both ca.canucksoftware.videocam_0.1.1_all.ipk and com.canucksoftware.videorectest_1.0.0_all.ipk.</p>
<p><img class="alignnone size-full wp-image-149" title="palmpre-video-hack-2" src="http://palmpre-hacks.com/wp-content/uploads/2009/09/palmpre-video-hack-2.jpg" alt="palmpre-video-hack-2" width="500" height="333" /></p>
<p>6) Now, click on &#8220;Install!&#8221; and it should install on your Palm Pre.</p>
<p><img class="alignnone size-full wp-image-150" title="palmpre-video-hack-3" src="http://palmpre-hacks.com/wp-content/uploads/2009/09/palmpre-video-hack-3.jpg" alt="palmpre-video-hack-3" width="500" height="306" /></p>
<p>7) Reboot (Power OFF and ON) your Palm Pre.</p>
<p> <img src='http://palmpre-hacks.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> You should see new app like this:  (Press IT!)</p>
<p><img class="alignnone size-full wp-image-152" title="palmpre-video-hack-4" src="http://palmpre-hacks.com/wp-content/uploads/2009/09/palmpre-video-hack-4.jpg" alt="palmpre-video-hack-4" width="350" height="467" /></p>
<p>9) Hit the &#8220;ON&#8221; button on your Pre.</p>
<p><img class="alignnone size-full wp-image-153" title="palmpre-video-hack-5" src="http://palmpre-hacks.com/wp-content/uploads/2009/09/palmpre-video-hack-5.jpg" alt="palmpre-video-hack-5" width="300" height="400" /></p>
<p>10) Hit &#8220;Start Rec&#8221; to start recording and &#8220;Stop Rec&#8221; to stop.</p>
<p><img class="alignnone size-full wp-image-151" title="palmpre-video-hack-6" src="http://palmpre-hacks.com/wp-content/uploads/2009/09/palmpre-video-hack-6.jpg" alt="palmpre-video-hack-6" width="300" height="400" /></p>
<p>11) Now, this app doesn&#8217;t actually show you the video itself while its recording so you will simply have to shoot your Pre. (somewhere&#8230;)</p>
<p>12) To re-play your videos, you will need to transfer the MP4 files to your computer.</p>
<p>To do this, connect your Pre to your computer via USB cable and choose &#8220;USB Drive&#8221; option.</p>
<p>13) Browse your Palm on your computer and you should see MP4 files in the root directory such as &#8220;09_29_09_04_48_20.mp4&#8243; which is basically timestamp for your videos.</p>
<p>14) Copy the MP4 videos over to your computer and either use <a target="_blank" href="http://smplayer.sourceforge.net/downloads.php?tr_lang=en" >SMPlayer</a> to view the videos or upload to YouTube.</p>
<p>*NOTE &#8211; <strong>I found that the portable SMPlayer works the best</strong>, don&#8217;t use the install version, I haven&#8217;t got those to work.</p>
<p>Enjoy~</p>
<p>FULL VIDEO Step-by-Step directions on how to install the video hack on your Palm Pre for computer dummies:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/R-i07nH6LSQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/R-i07nH6LSQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Test videos I made:</p>
<p>My first video with Palm Pre in front of mirror:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/FufyYh0qK5w&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/FufyYh0qK5w&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>My second using whiteboard:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4X4Ukxuc9mY&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/4X4Ukxuc9mY&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>My third while at Fishermen&#8217;s Wharf:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/wKri69kpGgA&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/wKri69kpGgA&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/palm-pre-hacks/how-to-addtake-videos-to-your-palm-pre/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Palm Pre only $79.99 after $100 Rebate At WalMart!</title>
		<link>http://palmpre-hacks.com/featured/palm-pre-only-79-99-after-100-rebate-at-walmart/</link>
		<comments>http://palmpre-hacks.com/featured/palm-pre-only-79-99-after-100-rebate-at-walmart/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 02:49:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Palm Pre Hacks Blog News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[consumers]]></category>
		<category><![CDATA[enemies]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jason calacanis]]></category>
		<category><![CDATA[michael arrington]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[sprint]]></category>
		<category><![CDATA[verizon]]></category>
		<category><![CDATA[walmart]]></category>

		<guid isPermaLink="false">http://palmpre-hacks.com/?p=137</guid>
		<description><![CDATA[Besides Sprint&#8217;s phones being about $2000 cheaper over a 2 year term over AT&#38;T&#8217;s iPhone or Verizon&#8217;s smartphones, the actual cost of the phone is now officially much cheaper at $79.99 from Walmart.com after $100 rebate.(via engadget)
Palm Pre has been on the rise, selling over 800K Pres so far, watch out Apple.  (With Apple being [...]]]></description>
			<content:encoded><![CDATA[<p>Besides Sprint&#8217;s phones being about <a target="_blank" href="http://www.billshrink.com/blog/iphone-versus-palm-pre-versus-android/" >$2000 cheaper over a 2 year term over AT&amp;T&#8217;s iPhone or Verizon&#8217;s smartphones</a>, the actual cost of the phone is <a target="_blank" href="http://walmart.letstalk.com/product/browse.htm?pgId=100&amp;serviceCorpId=545&amp;prId=35101&amp;showPromoSpot=Y" >now officially much cheaper at $79.99 from Walmart.com after $100 rebate</a>.(<a target="_blank" href="http://www.engadget.com/2009/09/26/pre-drops-to-79-99-at-walmart/" >via engadget</a>)</p>
<p>Palm Pre has been on the rise, <a target="_blank" href="http://www.precentral.net/palm-rockets-14-short-squeeze-cramer-andor-secondary-offering" >selling over 800K Pres so far</a>, watch out Apple.  (With <a target="_blank" href="http://www.techcrunch.com/2009/09/18/google-releases-a-nuke-apple-wont-win-this-fight/" >Apple being anal about Google&#8217;s GoogleVoice</a>, I don&#8217;t think Apple will last long by making enemies with other big guns and consumers.  Even <a target="_blank" href="http://www.techcrunch.com/2009/07/31/i-quit-the-iphone/" >TechCrunch&#8217;s author Michael Arrington &#8220;quits&#8221; iPhone</a> while <a target="_blank" href="http://calacanis.com/2009/08/08/the-case-against-apple-in-five-parts/" >Jason Calacanis explains why Apple-quiting</a> trend is happenin&#8217;.)</p>
<p>For those of you who are considering a new phone, seriously re-think the Pre, it&#8217;s a great choice for those of you who need fast network and hackability.</p>
<p><img class="alignnone size-medium wp-image-138" title="laser-detector-coupons" src="http://palmpre-hacks.com/wp-content/uploads/2009/09/laser-detector-coupons-264x300.jpg" alt="laser-detector-coupons" width="264" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://palmpre-hacks.com/featured/palm-pre-only-79-99-after-100-rebate-at-walmart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.159 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-09 02:26:58 -->
