
<?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"
	>

<channel>
	<title>MobileOSS</title>
	<atom:link href="http://www.mobileoss.net/home/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.mobileoss.net/home</link>
	<description>Hmm... Haven't you mOSSed, yet?</description>
	<pubDate>Sun, 22 Aug 2010 23:27:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Barcode Reader for Book Review - first step</title>
		<link>http://www.mobileoss.net/home/?p=187</link>
		<comments>http://www.mobileoss.net/home/?p=187#comments</comments>
		<pubDate>Sun, 20 Sep 2009 03:14:03 +0000</pubDate>
		<dc:creator>mobileoss</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[bar code]]></category>

		<category><![CDATA[google code]]></category>

		<guid isPermaLink="false">http://www.mobileoss.net/home/?p=187</guid>
		<description><![CDATA[The most used open source bar code engine is zxing. I do not want to dwell into the details of zxing. Please go to the site to know more. It is used by almost all platforms (except Windows Mobile?).
I downloaded the version 1.3 from there and compiled it for Android. I followed the instructions to [...]]]></description>
			<content:encoded><![CDATA[<p>The most used open source bar code engine is <a href="http://code.google.com/p/zxing/">zxing</a>. I do not want to dwell into the details of zxing. Please go to the site to know more. It is used by almost all platforms (except Windows Mobile?).<br />
I downloaded the <a href="http://zxing.googlecode.com/files/ZXing-1.3.zip">version 1.3</a> from there and compiled it for Android. I followed the instructions to the dot and still it did not work. Compilation of ZXing  threw several unreported IOException errors. I added IOException handling in two files CameraManager.java and CaptureActivity.java and it went away. I also changed the build.properties at the top level of zxing folder for correct path settings and the compilation was finally successful.  Then I figured out that these changes had been made in the svn repository <img src='http://www.mobileoss.net/home/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> The compilation is complete and has no errors, now, what next?<br />
Watch this page for the updates</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MobileOSS&amp;siteurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F&amp;linkname=Barcode%20Reader%20for%20Book%20Review%20-%20first%20step&amp;linkurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F%3Fp%3D187"><img src="http://www.mobileoss.net/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileoss.net/home/?feed=rss2&amp;p=187</wfw:commentRss>
		</item>
		<item>
		<title>Sentiment analysis for a book</title>
		<link>http://www.mobileoss.net/home/?p=175</link>
		<comments>http://www.mobileoss.net/home/?p=175#comments</comments>
		<pubDate>Sat, 19 Sep 2009 02:34:23 +0000</pubDate>
		<dc:creator>mobileoss</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[barcode]]></category>

		<category><![CDATA[book review]]></category>

		<category><![CDATA[sentiment analysis]]></category>

		<guid isPermaLink="false">http://www.mobileoss.net/home/?p=175</guid>
		<description><![CDATA[Android phone and I are inseparable ever since I bought it. As the experience is phenomenal, I mindlessly used it for all my social web activities and the data charges really burnt a hole in my pocket  
Good thing about my jailed version of Android, I believe, is that it allows me to get [...]]]></description>
			<content:encoded><![CDATA[<p>Android phone and I are inseparable ever since I bought it. As the experience is phenomenal, I mindlessly used it for all my social web activities and the data charges really burnt a hole in my pocket <img src='http://www.mobileoss.net/home/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
Good thing about my jailed version of Android, I believe, is that it allows me to get my hands wet in writing applications for Android; otherwise, I will download applications from market and will never have the urge to try something which I never had done before. My jailed version does not have market application.<br />
I love books and I buy them if the cover is attractive or if the write up in the backpcover is good.  I now have become a little wise and stopped buying and I feel I probably miss good ones. I decided to write an application for Android which I can use to scan the code and find reviews of books while I am still in the book store. I want to use the bar code at the back cover and find reviews about them in the Internet.</p>
<p>I hear you shouting, &#8220;buddy, there are plenty of applications out there&#8221;. I know, but it is nothing like doing it yourself and in the process learn something new. I have the curiosity of a toddler and I believe that its my strength.<br />
This is what I am planning in a nutshell.</p>
<ol>
Scan the code<br />
Identify the book<br />
Go to twitter, blogs,amazon, Barnes and Nobles or wherever and get the reviews.<br />
First cut, I am planning to view one review after the other<br />
Second cut, I am planning to get the sentiments of the review and give a score based on the crowd wisdom</ol>
<p>And I promise, I will publish the source and the apk and most of all my learnings</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MobileOSS&amp;siteurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F&amp;linkname=Sentiment%20analysis%20for%20a%20book&amp;linkurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F%3Fp%3D175"><img src="http://www.mobileoss.net/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileoss.net/home/?feed=rss2&amp;p=175</wfw:commentRss>
		</item>
		<item>
		<title>What else, but HelloWorld</title>
		<link>http://www.mobileoss.net/home/?p=173</link>
		<comments>http://www.mobileoss.net/home/?p=173#comments</comments>
		<pubDate>Thu, 27 Aug 2009 15:48:19 +0000</pubDate>
		<dc:creator>mobileoss</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[Android framework]]></category>

		<category><![CDATA[HelloWorld]]></category>

		<category><![CDATA[HTC MAgic]]></category>

		<guid isPermaLink="false">http://www.mobileoss.net/home/?p=173</guid>
		<description><![CDATA[I am trying to understand the android&#8217;s building block - the activity, intent and intent filters, intent receiver and content providers.
I wrote  the first helloWorld program. Looked at the HelloWorld from this perspective and pretty interesting. My first HelloWorld.apk was installed on my machine and it worked  
I will post my understnading on [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to understand the android&#8217;s building block - the activity, intent and intent filters, intent receiver and content providers.</p>
<p>I wrote  the first helloWorld program. Looked at the HelloWorld from this perspective and pretty interesting. My first HelloWorld.apk was installed on my machine and it worked <img src='http://www.mobileoss.net/home/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I will post my understnading on these four in the upcoming blogs.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MobileOSS&amp;siteurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F&amp;linkname=What%20else%2C%20but%20HelloWorld&amp;linkurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F%3Fp%3D173"><img src="http://www.mobileoss.net/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileoss.net/home/?feed=rss2&amp;p=173</wfw:commentRss>
		</item>
		<item>
		<title>Got my Android phone</title>
		<link>http://www.mobileoss.net/home/?p=167</link>
		<comments>http://www.mobileoss.net/home/?p=167#comments</comments>
		<pubDate>Sat, 22 Aug 2009 00:15:14 +0000</pubDate>
		<dc:creator>mobileoss</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[Accelerometer]]></category>

		<category><![CDATA[GPS]]></category>

		<category><![CDATA[HTC MAgic]]></category>

		<category><![CDATA[NAV4ALL]]></category>

		<guid isPermaLink="false">http://www.mobileoss.net/home/?p=167</guid>
		<description><![CDATA[I got my Android HTC mobile last week. 
I loved my KJAM and have been using it for more than 2.5 years and it worked well. I was not in a mood to buy iPhone or any Android phone. I was thinking of buying a Windows Mobile before I saw the beauty in a shop [...]]]></description>
			<content:encoded><![CDATA[<p>I got my Android HTC mobile last week. </p>
<p>I loved my KJAM and have been using it for more than 2.5 years and it worked well. I was not in a mood to buy iPhone or any Android phone. I was thinking of buying a Windows Mobile before I saw the beauty in a shop and fell in love. It is an Airtel locked phone without market application. I am able to download any Android application from <a href="http://www.android.com/android">Android</a> and install it in my machine.</p>
<p>I installed <a href="www.nav4all.com/">Nav4All</a> to check the GPS and it works. HTC Magic GPS is able to pick up up to 8 satellites in my location.  The Compass is cool. I will write a separate blog entry on Nav4All. Try swinging the mobile and the G moves above 0g in the accelerometer.</p>
<p>I am playing with it and checking out all features.<br />
I am able to connect to my office using ActiveSync and sync up with all my contacts, emails and calendars. One important feature is missing in the email client - it does not show URL as clickable and there is no way I can copy/paste the link in the browser <img src='http://www.mobileoss.net/home/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Otherwise, I love my new HTC Magic. I am not planning to try rooting process until I am fed up with the current setup <img src='http://www.mobileoss.net/home/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am also in the process of writing a puzzle game and would post it pretty soon</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MobileOSS&amp;siteurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F&amp;linkname=Got%20my%20Android%20phone&amp;linkurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F%3Fp%3D167"><img src="http://www.mobileoss.net/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileoss.net/home/?feed=rss2&amp;p=167</wfw:commentRss>
		</item>
		<item>
		<title>Android - my first dip into it</title>
		<link>http://www.mobileoss.net/home/?p=165</link>
		<comments>http://www.mobileoss.net/home/?p=165#comments</comments>
		<pubDate>Sun, 26 Jul 2009 17:07:05 +0000</pubDate>
		<dc:creator>mobileoss</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.mobileoss.net/home/?p=165</guid>
		<description><![CDATA[I am back. 
And I have been thinking for a while.
Why am I struggling with Linux kernel for all these devices? 
All mobile companies, recently Motorola, announced that it would woo the developers to create applications for their upcoming Android smart phones.
I do not need to set up the platform while biggies are brining it [...]]]></description>
			<content:encoded><![CDATA[<p>I am back. </p>
<p>And I have been thinking for a while.</p>
<p>Why am I struggling with Linux kernel for all these devices? </p>
<p>All mobile companies, recently Motorola, announced that it would woo the developers to create applications for their upcoming Android smart phones.</p>
<p>I do not need to set up the platform while biggies are brining it out.</p>
<p>No regrets though, as I had fun in understnading the kernel for these small devices. I do not think there is any point in working with this kernel and slog it out to develop a kernel for any ARM phone, rather, it is wise to spend time in creating applications on Android.</p>
<p>I will not develop any more versions of vairam, but I will focus on creating applications for Android platform.</p>
<p>While I have tried Android SDK earlier, now I am going to start seriously to work on Android and will focus in developing puzzle games, mostly for Android and iPhone.</p>
<p>Watch this space for more on this</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MobileOSS&amp;siteurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F&amp;linkname=Android%20-%20my%20first%20dip%20into%20it&amp;linkurl=http%3A%2F%2Fwww.mobileoss.net%2Fhome%2F%3Fp%3D165"><img src="http://www.mobileoss.net/home/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileoss.net/home/?feed=rss2&amp;p=165</wfw:commentRss>
		</item>
	</channel>
</rss>
