<?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>Kedar's Tech Blog</title>
	<atom:link href="http://blog.softricks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.softricks.com</link>
	<description>Technology! Can't get enough of it!!</description>
	<lastBuildDate>Mon, 09 Aug 2010 03:32:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPhone Apps</title>
		<link>http://blog.softricks.com/iphone-apps</link>
		<comments>http://blog.softricks.com/iphone-apps#comments</comments>
		<pubDate>Mon, 09 Aug 2010 03:28:16 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=103</guid>
		<description><![CDATA[Here are some of the Apps I love &#8211; (always WIP!) Games Cube Runner (FREE) MotoChaser Skyworks Table Tennis Labyrinth Air Hockey Rocket Bird Utility/Productivity 2DO App &#8211; For To-Do lists Converter+ (FREE) Measures Lite (FREE) Entertainment Shazam Extreme JailbreakMe.com &#8211; For jailbreaking your iPhone easily. This is amazingly easy!]]></description>
			<content:encoded><![CDATA[<p>Here are some of the Apps I love &#8211; (always WIP!)</p>
<h3>Games</h3>
<ul>
<li>Cube Runner (FREE)</li>
<li>MotoChaser</li>
<li>Skyworks Table Tennis</li>
<li>Labyrinth</li>
<li>Air Hockey</li>
<li>Rocket Bird</li>
</ul>
<h3>Utility/Productivity</h3>
<ul>
<li>2DO App &#8211; For To-Do lists</li>
<li>Converter+ (FREE)</li>
<li>Measures Lite (FREE)</li>
</ul>
<h3>Entertainment</h3>
<ul>
<li>Shazam</li>
</ul>
<h3>Extreme</h3>
<ul>
<li>JailbreakMe.com &#8211; For jailbreaking your iPhone easily. This is amazingly easy!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/iphone-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AV Security / news-11-today Virus</title>
		<link>http://blog.softricks.com/av-security-news-11-today-virus</link>
		<comments>http://blog.softricks.com/av-security-news-11-today-virus#comments</comments>
		<pubDate>Sun, 20 Jun 2010 04:33:05 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=100</guid>
		<description><![CDATA[Recently, my Windows XP laptop got infected with this virus. Here is what happened &#8211; All of a sudden, a window would popup opening a link to http://www.news-11-today.com with some junk. Now I seriously suspect that this caused installation of this malware. After a little while, a fake warning message appeared, followed by a fake [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, my Windows XP laptop got infected with this virus. Here is what happened &#8211; </p>
<p>All of a sudden, a window would popup opening a link to http://www.news-11-today.com with some junk. Now I seriously suspect that this caused installation of this malware. After a little while, a fake warning message appeared, followed by a fake virus scan. And everything after that was an attack. It did not allow me to open any applications that can potentially kill it.</p>
<p>Just Google &#8220;AV Security virus&#8221; and you can get the exact info. I will just say what worked here.</p>
<p>1. First of all, download the &#8220;Malware Bytes Anti-Malware&#8221; from http://www.malwarebytes.org/mbam.php (download the free version) from a non-infected computer and copy it to a USB drive.</p>
<p>2. Shutdown the infected computer. Start it, and AS SOON AS windows taskbar appears (don&#8217;t wait for the tray icons), right click on it and start Task manager. This way, the malware won&#8217;t be able to prevent you from starting Task Manager later. As the startup finishes, see the Applications in the Task Manager and kill the malware app from here.</p>
<p>3. Now insert the USB drive with this Anti-Malware software, install it on the infected machine and run it. Let it scan the whole computer. Most probably, it will clean a few registry entries and an executable in your Documents and Settings\<user>\Local Settings\Application Data\[random letters]\[random letters].exe.</p>
<p>You could instead go into Windows safe mode and run this Anti-Malware software from there, instead of having to perform steps in 2. &#038; 3. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/av-security-news-11-today-virus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse, Maven and JRE..</title>
		<link>http://blog.softricks.com/eclipse-maven-and-jre</link>
		<comments>http://blog.softricks.com/eclipse-maven-and-jre#comments</comments>
		<pubDate>Thu, 20 May 2010 03:30:03 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=84</guid>
		<description><![CDATA[I had a strange error with Eclipse today when I tried to integrate with Maven. Everytime I started Eclipse I got the error as it was building the workspace: The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK. Please make [...]]]></description>
			<content:encoded><![CDATA[<p>I had a strange error with Eclipse today when I tried to integrate with Maven. Everytime I started Eclipse I got the error as it was building the workspace:</p>
<pre class="brush: plain">The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK.
Please make sure the -vm option in eclipse.ini is pointing to a JDK and verify that Installed JREs are also using JDK installs.</pre>
<p>Now this was a bit surprising because I had chosen a JDK as my default JRE in my Eclipse Preferences. After Googling I found that people talked about editing eclipse.ini and adding -vm option or specifying this option on the Eclipse command line. It still did not work for me.</p>
<p>First let&#8217;s see what environment I had. I have a 64-bit Windows 7 laptop. I had installed the 64-bit JDK (installed in C:\Program Files). The latest Eclipse that I had downloaded did not have a 64-bit Windows version.</p>
<p>When I tried using this 64-bit JDK in the -vm command line option (or eclipse.ini),</p>
<pre class="brush: plain">-vm "C:\Program Files\Java\jdk1.6.0_17\bin"</pre>
<p>it crashed or just defaulted back to the JRE it originally had which was:</p>
<pre class="brush: plain">C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll</pre>
<p>So I downloaded and installed a 32-bit JDK. Now my -vm option in Eclipse command line (or in eclipse.ini) was</p>
<pre class="brush: plain">-vm "C:\Program Files (x86)\Java\jdk1.6.0_20\bin"</pre>
<p>This fixed it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/eclipse-maven-and-jre/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Apps</title>
		<link>http://blog.softricks.com/android-apps</link>
		<comments>http://blog.softricks.com/android-apps#comments</comments>
		<pubDate>Wed, 21 Apr 2010 15:52:31 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Android/Nexus One]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=81</guid>
		<description><![CDATA[Here are a few Android Apps I have been using on my Nexus One.. Games: Go to Market and search Raging Thunder Labyrinth Lite Ping Pong Lite Live Wallpapers: Just touch on any empty part of the screen and choose to add &#8220;Wallpapers&#8221;, Select &#8220;Live Wallpapers&#8221; - Water Grass Widgets: Just touch on any empty [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few Android Apps I have been using on my Nexus One..</p>
<p><strong>Games:<br />
</strong>Go to Market and search</p>
<ul>
<li>Raging Thunder</li>
<li>Labyrinth Lite</li>
<li>Ping Pong Lite</li>
</ul>
<p><strong>Live  Wallpapers:<br />
</strong>Just touch on any empty part of the screen and  choose to add &#8220;Wallpapers&#8221;, Select &#8220;Live Wallpapers&#8221; -</p>
<ul>
<li>Water</li>
<li>Grass</li>
</ul>
<p><strong>Widgets:</strong><br />
Just touch  on any empty part of the screen and choose to add &#8220;Widgets&#8221;. There are  some installed already and some you will have to download.</p>
<ul>
<li> Calendar (already there)</li>
<li>Music (already there)</li>
<li>News and  Weather (already there)</li>
<li>WxWidget (Weather Channel widget)</li>
</ul>
<p><strong>Apps:</strong><br />
Go  to Market and search</p>
<ul>
<li>Google Sky Map</li>
<li>QueueMan (for Netflix Q management)</li>
<li>News Apps (NPR, PRI,  BBC)</li>
<li>Weather Channel App</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/android-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix on Wii..</title>
		<link>http://blog.softricks.com/netflix-on-wii</link>
		<comments>http://blog.softricks.com/netflix-on-wii#comments</comments>
		<pubDate>Sun, 28 Mar 2010 15:34:45 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=73</guid>
		<description><![CDATA[Got the Netflix DVD for Wii in mail yesterday. You just insert the DVD in the Wii console and then it gives you a code. Now login to your Netflix account from your computer and THEN go to http://www.netflix.com/wii. That&#8217;s when you will see the entry box for the code you see on screen. Their [...]]]></description>
			<content:encoded><![CDATA[<p>Got the Netflix DVD for Wii in mail yesterday. You just insert the DVD in the Wii console and then it gives you a code. Now login to your Netflix account from your computer and THEN go to http://www.netflix.com/wii. That&#8217;s when you will see the entry box for the code you see on screen. Their instructions don&#8217;t make that clear (that you need to login from the computer before entering that code)</p>
<p>Once you activate your Wii for Netflix from here, you should be in business. The quality looks good. But not having HD could be a problem. Wonder if that would require a hardware change in the Wii console..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/netflix-on-wii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple should be afraid..</title>
		<link>http://blog.softricks.com/apple-should-be-afraid</link>
		<comments>http://blog.softricks.com/apple-should-be-afraid#comments</comments>
		<pubDate>Thu, 25 Mar 2010 00:00:07 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=51</guid>
		<description><![CDATA[I have seen the Smartphone generations catching up slowly from the sidelines &#8211; with Nokia Communicator with Symbian OS and then Palm flavors with Palm OS/Windows CE/Palm webOS, and then the BlackBerry, the iPhone, and all the way to Nexus One. Seems like the first smartphone concept was from IBM and Bellsouth in 1992, called IBM [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen the Smartphone generations catching up slowly from the sidelines &#8211; with <strong>Nokia Communicator</strong> with <strong>Symbian OS</strong> and then <strong>Palm </strong>flavors with <strong>Palm OS/Windows CE/Palm webOS</strong>, and then the <strong>BlackBerry</strong>, the <strong>iPhone</strong>, and all the way to <strong>Nexus One</strong>. Seems like the first smartphone concept was from IBM and Bellsouth in 1992, called <a href="http://en.wikipedia.org/wiki/Simon_%28phone%29"><strong>IBM Simon</strong></a>. It was a touch screen phone without a physical keyboard.. !</p>
<p>My first smartphone was the P<strong>alm Treo 650</strong> which I bought in 2005 &#8211; only because I had a Palm PDA before that. So I thought it was logical to have both my PDA and phone to be same. But I never took any interest in developing anything for it and I never had a data plan for it. So it was a smartphone that could not act smart <img src='http://blog.softricks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Sometime in 2004, I got a <strong>iPod nano</strong> as an award for the work I did at my workplace. From that moment on, I got hooked on the iPod. Before that, I did not feel the need to have a MP3 player and after that, I did not understand how one could live without one! So when iPhone was introduced, it made perfect sense to have my favorite MP3 player and phone to be the same. To top that, this one had the most compelling set of features. After enjoying 1G for 2 years, my son decided it was time for me to upgrade to <strong>3GS</strong> (!) and while he was playing some game, my 1G iPhone accidentally fell in a tub full of water! Without a thought, I connected it to its charger which shorted its battery and the phone suffered a premature death. By that time, I had already started developing apps for the iPhone and I couldn&#8217;t have continued that activity without having an iPhone myself. Thus came 3GS..</p>
<p>I never considered <strong>BlackBerry</strong> to be a &#8220;smartphone&#8221;. I know there will be a million people ready to fight with me on that.. but the fact of the matter is, whatever be the capabilities of that phone, the users that use BlackBerry&#8217;s are just using it for doing dumb things like checking email or occasional (and poor) web browsing or to listen to music (only because it can, not because it is good at it) or to take a picture (again because it has some camera). That phone has not been put through real torture like the iPhone&#8217;s, Palm Pre&#8217;s, Symbian phones, Windows mobile phones or the Android phones have been or will be.</p>
<p>I somehow never considered or looked at <strong>Windows Mobile </strong>phones. They were there but never felt close enough.. that&#8217;s pretty much what I can say about them.</p>
<p>When <strong>Palm Pre </strong>was released with much fanfare and expectations, I looked at their Palm webOS SDK for a brief period of time but didn&#8217;t really bother to try it out. And their promise of competition with the iPhone is nowhere to be seen now!</p>
<p>Even when <strong>Android</strong> came on the market, I noticed it only because of Google. The initial Android phones like <strong>HTC Dream</strong> or <strong>HTC Desire</strong> or <strong>Motorola Droid</strong> did not pose any threat to the mighty iPhone. Apple continued their merry way with their App store and restrictive policies. Come January 2010, Google announced <strong>Nexus One</strong> from HTC&#8230;</p>
<h2>Nexus One Arrives!</h2>
<p>This was an open phone that sounded promising.. I wanted to get into Android App development. I did not want a new contract with any phone company.. So I got the unlocked N1 that can work with AT&amp;T&#8217;s 3G network and asked AT&amp;T to switch my iPhone plan to the normal data plan (same price &#8211; $30), switched the Voicemail (Visual to normal) and told them to switch the IMEI to Nexus One.. I was in business in no time.</p>
<p>And the comparison started :</p>
<h2>Points in iPhone&#8217;s favor:</h2>
<ul>
<li>iPhone is like the NetBeans IDE whereas Nexus One is the Eclipse (you will understand if are a software developer and you have used these Java IDEs) &#8211; so, iPhone feels and works in a very tight, no-nonsense, integrated way, whereas N1 is more open and dynamic.</li>
<li>iPhone Music Player (iTunes) ROCKS! Nexus One is nowhere close when it comes to music and media playback, organization and user interface is concerned. No Equalizers on Nexus One, the interface sucks!</li>
<li>N1 has a LED flash for the camera but still somehow iPhone&#8217;s pictures look better</li>
<li>iPhone&#8217;s touch screen is more accurate than N1. The buttons at the bottom of the screen on N1 are off by 2mm or so.</li>
<li>iPhone&#8217;s onscreen keyboard is way better than N1. The keys on N1 are too small and error prone.</li>
<li>iPhone excels in UI overall..</li>
<li>iPhone Contacts ..see the a-z index cards on the right of your contact list? You can jump to a contact starting with say &#8216;p&#8217; easily. No such thing in N1.. you just start scrolling and then you will see a tab appear on the right which you can hold and drag to take you to a letter.</li>
<li>iPhone brought Copy/Paste a bit later but they did a perfect job. N1&#8242;s copy/paste is a bit of a disaster.</li>
<li>iPhone enjoys a great collection of very cool games. N1&#8242;s games currently are nowhere near that quality.</li>
<li>N1 is wild wild west when it comes to Apps, now some might like it. But you always have to be careful before you just download an app, because it might not have been tested well. Now this is a gray area. iPhone did a very good job at perfecting everything for over 85% of users who just want a smart phone that works as promised. The rest &lt;20% who want to hack into it and expect to have all the freedoms are more vocal (and noisy).</li>
<li>N1&#8242;s Browser is a bit slower than iPhone&#8217;s</li>
<li>No Visual Voicemail in N1 like iPhone.</li>
<li><span style="color: #ff0000;"><strong>N1&#8242;s headphone/mic SUCKS in a huge way</strong></span>.. <span style="color: #ff0000;">Every single N1 is shipped</span> with a headphone/mic that does not work right. <a href="http://www.google.com/support/forum/p/android/thread?tid=4fde24402797f306&amp;hl=en">http://www.google.com/support/forum/p/android/thread?tid=4fde24402797f306&amp;hl=en</a> . An update to this is, upon calling HTC, the Customer Support immediately sent me a good replacement &#8211; no questions asked. So just to go HTC website and call their Customer Service representative.</li>
</ul>
<h2>Points in Nexus One&#8217;s favor:</h2>
<ul>
<li>N1 has a 1GHz processor whereas iPhone is 600MHz</li>
<li>N1 has a much preferred non-slippery back. iPhone is shiny and all that, but it can slip out of your hands and it then becomes an emotional torture to see the scratches on such a nice device!</li>
<li>N1&#8242;s ability to transfer files (even mp3&#8242;s) via USB/Bluetooth is awesome!</li>
<li>N1&#8242;s screen is pretty good (800&#215;480 &#8211; much better than iPhone&#8217;s 480&#215;320) &#8211; but not sure if it is visually so.. the camera pictures look much nicer on iPhone. Also take a look at this comparison (<a href="http://www.displaymate.com/Nexus_One_ShootOut.htm">http://www.displaymate.com/Nexus_One_ShootOut.htm</a>)</li>
<li>N1&#8242;s external storage option (MicroSD up to 32GB) is great.. no such option for iPhone <img src='http://blog.softricks.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </li>
<li>N1&#8242;s battery is removable. Now this may not be much of an advantage for most cases.. but whatever.</li>
<li>N1 is thinnner and lighter</li>
<li>N1&#8242;s camera is 5MP.</li>
<li>N1&#8242;s Bluetooth stack &#8211; very rich.. iPhone? &#8211; only Bluetooth headsets!</li>
<li>N1 has a rich wallpaper / desktop framework. Fancy, animated wallpapers are possible</li>
<li>N1&#8242;s desktop supports shortcuts of ANY kind. Have a contact&#8217;s mobile phone number as a shortcut on your desktop or have ALL contact phone numbers as shortcuts for that matter!</li>
<li>N1&#8242;s desktop supports WIDGETs.. So you could have a calendar widget on your home screen to display your day&#8217;s appointments or have a news widget to display latest news.. The possibilities are endless.</li>
<li>N1 has an awesome free Google Navigation App that works like a real GPS with voice and turn by turn directions! That&#8217;s a killer.</li>
<li>N1 allows Apps to run in the background. Yes, very cool.. very much in demand from the iPhone for a long time. They did a little bit but still nowhere close to where N1 is right now.</li>
<li>N1 has Google Voice! Yeah, the one rejected by Apple/AT&amp;T on iPhone. So when you call, you can either make that call using Google Voice or your carrier.</li>
<li>N1 has a much faster processor</li>
<li>N1 has an impressive voice dialing feature THAT ACTUALLY WORKS! iPhone voice dialing is pretty buggy.. and has never worked for me.</li>
</ul>
<h2>Common Ground:</h2>
<ul>
<li>Both have App stores. Apple has an &#8220;App Store&#8221; whereas N1 has the &#8220;Market&#8221;. They probably differ by a factor of 10 at the moment (~170K in iPhone&#8217;s App store vs ~17K in Android&#8217;s Market) but I am sure the gap is closing. Apple charges $99 for a developer account whereas Google Developer Program is cheap at $25.</li>
<li>They both don’t support Flash. Although, Android allegedly will support  it once the next release of Flash is out. Apple hasn’t said anything to  that effect.</li>
<li>There is a iTunes lookalike for N1 &#8211; called &#8220;doubleTwist&#8221;. It can sync exactly like iTunes and can even import all playlists from iTunes and push them to N1.</li>
</ul>
<p>Now most of these &#8220;advantages&#8221; with N1 can easily be embraced by the iPhone if Apple changes its policies and lets users be responsible for their own actions. Nothing groundbreaking here. What Apple did was huge and N1 clearly has BUILT ON TOP OF IT. Whether it is the accelerometer or the swipe to unlock the screen idea or onscreen keyboard or switching to landscape mode when you turn the device or capacitive touch screens.. they broke huge ground when they created the iPhone.</p>
<p>For quite some time, they stood there alone and could dictate their terms.</p>
<p>But now, I think they should pay attention and adapt. Otherwise the competition posed by the first version of N1 itself is formidable and it might be too late as the next releases start shipping.</p>
<p>I really hope Apple gets afraid.. and acts &#8211; in the right way!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/apple-should-be-afraid/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My iPhone Demands..</title>
		<link>http://blog.softricks.com/my-iphone-demands</link>
		<comments>http://blog.softricks.com/my-iphone-demands#comments</comments>
		<pubDate>Wed, 20 May 2009 14:17:32 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=40</guid>
		<description><![CDATA[I need these features to be standard on iPhone - DUN/PAN Copy/Paste (Satisfied by iPhone 3) Camera Zoom and Video Recording (Satisfied by iPhone 3G-S) Being able to show calendar events on the home screen. I miss this one from my Treo days Voice Dialing (Satisfied by iPhone 3G-S) Flash I want the iPod Settings [...]]]></description>
			<content:encoded><![CDATA[<p>I need these features to be standard on iPhone -</p>
<ul>
<li>DUN/PAN</li>
<li><span style="text-decoration: line-through;">Copy/Paste</span> (Satisfied by iPhone 3)<span style="text-decoration: line-through;"><br />
</span></li>
<li>Camera Zoom and <span style="text-decoration: line-through;">Video Recording</span> (Satisfied by iPhone 3G-S)</li>
<li>Being able to show calendar events on the home screen. I miss this one from my Treo days <img src='http://blog.softricks.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </li>
<li><span style="text-decoration: line-through;">Voice Dialing</span> (Satisfied by iPhone 3G-S)</li>
<li>Flash</li>
<li>I want the iPod Settings (for Equalizer etc) in the iPod app!</li>
<li>I want a bigger bluetooth stack</li>
<li>&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/my-iphone-demands/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Converters..</title>
		<link>http://blog.softricks.com/video-converters</link>
		<comments>http://blog.softricks.com/video-converters#comments</comments>
		<pubDate>Sat, 16 May 2009 06:07:10 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Multimedia]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=37</guid>
		<description><![CDATA[I am currently evaluating several video converters in my attempt to backup my home videos. The problem is as I have stated before. I want to save them so that I can find them easily and also, I want to save them in an efficient way &#8211; from storage and quality point of view. I [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently evaluating several video converters in my attempt to backup my home videos. The problem is as I have stated before. I want to save them so that I can find them easily and also, I want to save them in an efficient way &#8211; from storage and quality point of view. I know both these points of views go tangential to each other, but still I want to reach a middle ground that I can live with.</p>
<p>Now what do I have ?</p>
<ul>
<li>DVDs &#8211; Videos imported from old VHS cassettes and old VHS-C Camcorder cassettes &#8211; Mpeg-2 / AC3 audio (720&#215;480)</li>
<li>miniDV cassettes (DV format &#8211; (720&#215;480)</li>
<li>Mpeg-1 videos on Digital Camera &#8211; Mpeg-1 / MP2 audio (640&#215;480)</li>
</ul>
<p>What do I want the output format to be? I have chosen mpeg-2 as my universal output format. AVI is out of question (will take too much storage space), mpeg-4 DivX or XviD..? hmm.. not sure, it is more for the web and there is too much compression there.</p>
<p>Anyways, so I looked at the following:</p>
<ul>
<li>MPEG_Streamclip : Works if you choose &#8220;Convert to MPG with MP2 audio&#8221; or &#8220;Convert to Headed MPEG&#8221; which gets AC3 audio. It is Free!</li>
<li>SUPER from eRightSoft : Too technical but does its job. And it is Free!</li>
<li>TMPGEnc XPRESS : Too expensive ($99). Did not try.</li>
<li>AVS Video Converter : You have to pay $59. I have read mixed reviews</li>
<li>OJOSoft Total Video Converter : Did the job well. You have to pay $26.99 however. If I feel like buying something, I might go for it.</li>
</ul>
<p>I vote for MPEG_Streamclip or SUPER obviously because they are Free! Still working on finding the easiest and fastest solution for this.. will keep updating this post I guess.</p>
<p>In the meanwhile, anybody has any other suggestions/comments?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/video-converters/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do you store Camcorder Videos?</title>
		<link>http://blog.softricks.com/how-do-you-store-camcorder-videos</link>
		<comments>http://blog.softricks.com/how-do-you-store-camcorder-videos#comments</comments>
		<pubDate>Sat, 16 May 2009 06:06:00 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Multimedia]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=35</guid>
		<description><![CDATA[I am investigating this for far too long.. I need some input on how others are doing it. I have done the usual Google search on this a lot, but nothing has convinced me on what is the best way to store your memories. I totally believe that leaving your videos on miniDV tapes is [...]]]></description>
			<content:encoded><![CDATA[<p>I am investigating this for far too long.. I need some input on how others are doing it. I have done the usual Google search on this a lot, but nothing has convinced me on what is the best way to store your memories. I totally believe that leaving your videos on miniDV tapes is quite inefficient -</p>
<ol>
<li>You can&#8217;t find the video you want quickly</li>
<li>You have to buy a new tape when you are out of blank tapes</li>
<li>Tapes can get damaged / tangled overtime (has already happened to me and I am using a professional repair shop to get my tapes fixed &#8211; <a href="http://www.pacificvideorepair.com/index.shtml">Pacific Video Repair</a>)</li>
</ol>
<p>I was thinking of backing up my camcorder videos to external hard drives. Backup to DVDs is not so attractive &#8211; although I have done it before, since, again, finding a video quickly is an issue and DVDs can get damaged too. I have already moved my old VHS-C videos to miniDVs and then to DVDs long time ago.</p>
<p>There is a question about the right format too. If I back them up in an uncompressed format like AVI, I know it will take a huge amount of storage space. Hundreds of Mb&#8217;s will just fit a few minutes of video. Also if you have your hard drive in FAT32 format, then you have the 4GB / file limit. Of course, now-a-days it is usually NTFS. But on the other hand, is it wise to use compressed formats such as mpeg2 &#8211; DVD / mpeg4 &#8211; DivX/XviD etc. &#8216;coz you will lose some detail there in the compression? How will the resulting video look on a 50+ inch TV? Well, DVDs look good, so it should be okay?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/how-do-you-store-camcorder-videos/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu on External USB Hard Drive</title>
		<link>http://blog.softricks.com/installing-ubuntu-on-external-usb-hard-drive</link>
		<comments>http://blog.softricks.com/installing-ubuntu-on-external-usb-hard-drive#comments</comments>
		<pubDate>Sat, 16 May 2009 05:54:14 +0000</pubDate>
		<dc:creator>Kedar</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Unix/Linux]]></category>

		<guid isPermaLink="false">http://blog.softricks.com/?p=28</guid>
		<description><![CDATA[Okay.. so this is not new and I am not trying to reinvent the wheels many others have spun already! All I am doing here is to mention some of the things they have missed which cause a lot of grief when you are trying to get this done. So this is essentially a add-on [...]]]></description>
			<content:encoded><![CDATA[<p>Okay.. so this is not new and I am not trying to reinvent the wheels many others have spun already! All I am doing here is to mention some of the things they have missed which cause a lot of grief when you are trying to get this done. So this is essentially a add-on to posts like these <a href="http://www.pendrivelinux.com/installing-ubuntu-to-a-usb-hard-drive/">http://www.pendrivelinux.com/installing-ubuntu-to-a-usb-hard-drive/</a> but with the missing pieces that I found elsewhere.</p>
<p><strong>Use Case:</strong></p>
<ul>
<li>I have a primary machine running Windows or Mac or whatever</li>
<li>I have an external 3.5&#8243; or 2.5&#8243; hard drive (~17GB &#8211; 20GB) that I pulled out of my old desktop or laptop resp. <strong>This is not a flash drive btw</strong>, although I have done this kind of setup for the flash drive as well (I will have it on this blog soon)</li>
<li>I want to use this COMPLETE disk for Linux WITHOUT disturbing my Windows or Mac machine.</li>
<li>I do not want to install a bootloader on my primary machine, so I am not looking for dual boot. This is a completely separate install on this second hard drive.</li>
</ul>
<p><strong>Prerequisites:</strong></p>
<ul>
<li>Obviously you need a machine that you are going to use with this external drive. (Obviously you need a Processor, Keyboard, Mouse, Display, Network card.. the whole works except the hard disk! <img src='http://blog.softricks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>The BIOS on this machine should support booting from external USB drive.</li>
</ul>
<p><strong>Get Ready:</strong></p>
<ul>
<li>Get rid of all the data on the external hard drive aka transfer it or trash it if you don&#8217;t need it. Preferably format it completely (NOT quick format).</li>
<li>Make sure you run a chkdsk (if you are a windows user) like utility on the disk to make sure it is in good state. This happened to me on one drive and the installation of ext3 partition just stalled everytime.</li>
<li>Download the Ubuntu ISO from the Ubuntu site and burn it to a CD using your choice of ISO writer software. I think there is a ISO Recorder PowerToy for XP as well.</li>
<li>Shut down your machine.</li>
<li>Connect your external hard drive now.</li>
<li>Make sure you have this CD (called the Live CD) in the CD drive and start your machine.</li>
<li><strong>BIOS Changes</strong>: Be quick and hit F12 or F2 or whatever key it is that allows you to get into the BIOS settings of your machine when it starts. Now make sure you have the following Boot order for these 3 media: CD, USB Drive, Local Hard Disk.</li>
</ul>
<p><strong>Step-By-Step:</strong></p>
<ul>
<li>Thanks to the boot order in the BIOS, your machine should boot from the CD.</li>
<li>Now select &#8220;Install Ubuntu&#8221; and proceed till you get to the Partitioner stage.</li>
<li>Here is where you need to be awake if you want to avoid a huge frustration later on!! I can&#8217;t stress it enough. <strong>LOOK AT THE SCREEN AND MAKE SURE YOU KNOW WHICH OPTIONS YOU ARE SELECTING</strong>. So choose the &#8220;Guided install (use entire disk)&#8221; option. <strong>CHOOSE THE EXTERNAL HARD DRIVE HERE AND NOT YOUR WINDOWS HARD DRIVE PLEASE!!</strong>. You can identify the correct drive by looking at the size. It should usually show up as the second drive there anyway. This is why many install instructions, suggest that you disconnect your primary drive before you attempt to install on an external drive. That way you will only see the external drive and won&#8217;t get confused. But for laptop users, disconnecting the internal drive may not be so easy and quick. <strong>AND YOU DO NOT NEED TO DO THAT IF YOU ARE CAREFUL</strong>.</li>
<li>Go ahead and enter your information on the &#8220;Who are you?&#8221; screen  and click &#8216;Advanced&#8217; button on the &#8216;Ready to install&#8221; screen that follows (which shows the information you have selected to get your confirmation). Install GRUB on the appropriate drive (/dev/sdb or whatever it is). (Do not install on (hd0) which is the default option)</li>
<li>The installation should start now.</li>
<li>After it is done, you will be prompted to remove the CD and reboot.</li>
<li>On Rebooting, you should see the GRUB menu. Booting from Linux here most probably won&#8217;t work. Here is why &#8211; When you installed Ubuntu on this external drive, you booted from CD (so GRUB thinks it is being installed on HD1 (HD0 being the CD) &#8211; see our boot order above. Now when you boot from the external drive without the CD, this is HD0 and your Windows is HD1. So GRUB tries to load Linux from the Windows partition &#8211; and that fails and gives you error 17.</li>
<li>To fix this &#8211; just type &#8216;e&#8217; and see that it is (hd1,0). Change this to (hd0, 0) and now Ubuntu should load. But this is only a temporary change.</li>
<li>So go into Ubuntu and edit the /boot/grub/menu.lst file and change (hd1,0) to (hd0, 0) everywhere in this file and save it and Reboot.</li>
</ul>
<p>Now everything should be fine!</p>
<p>Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softricks.com/installing-ubuntu-on-external-usb-hard-drive/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

