<?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>Shutter Bug on Wheels &#187; Mobile</title>
	<atom:link href="http://blogs.nagwani.in/category/technical/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nagwani.in</link>
	<description>My travels, clicks, views and everything else...</description>
	<lastBuildDate>Fri, 17 Jun 2011 10:40:26 +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>How to create your own QR Codes in Ubuntu, offline</title>
		<link>http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/</link>
		<comments>http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 05:42:12 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[qr codes]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=418</guid>
		<description><![CDATA[<p>QR Codes have made entering text, especially on mobile devices very easy. This comes in very handy when you have to either search for something, or the text you want to enter is quite lengthy and random, e.g., WiFi keys for one.</p> <p>A quick Google search on qr code generator results in a lot hits, <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/">How to create your own QR Codes in Ubuntu, offline</a></span>]]></description>
			<content:encoded><![CDATA[<p><a title="QR Codes" href="http://en.wikipedia.org/wiki/QR_code" target="_blank">QR Codes</a> have made entering text, especially on mobile devices very easy. This comes in very handy when you have to either search for something, or the text you want to enter is quite lengthy and random, e.g., WiFi keys for one.</p>
<p>A quick Google search on <a title="qr code generator" href="http://www.google.co.in/search?hl=en&amp;q=qr+code+generator&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=" target="_blank">qr code generator</a> results in a lot hits, but mainly for online generators. Like me, there will be people who will be skeptical about sharing sensitive data online just to generate a QR Code. I was looking for an offline generator and found one by the name of <code><a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a></code>.<br />
<span id="more-418"></span></p>
<p><span style="text-decoration: underline;"><strong>Installation</strong></span></p>
<p><a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> if small and nifty and does the job perfectly. As is common with most of FOSS, there are multiple ways to install <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a>.</p>
<p>1. Automated Install &#8211; Desktop</p>
<p>Fire up Ubuntu Software Center and search for qrencode. Once found, install and start using (Usage instructions below).</p>
<p>2. Automated Install &#8211; Command Line</p>
<p><code>sudo apt-get install qrencode</code></p>
<p>and thats it. Follow the on screen instructions to install and start using it right away.</p>
<p>3. Manual Install</p>
<p>There is also an option to install <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> from source. Click <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> anywhere on this page to go their website and download the source. Instructions to compile and install are available there on the website.</p>
<p><span style="text-decoration: underline;"><strong>Usage Instructions</strong></span></p>
<p>Usage of <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> is quite simple. Here is an example:</p>
<p><code>qrencode -o path/to/file.png '[text/url/whatever_you_want_to_encode]'</code></p>
<p>This will generate an output file named <code>file.png</code> at the location you provided and will contain the scanable QR Code with the information you provided. Thats it!</p>
<p>For those of you who want more information, here is the help output from qrencode:</p>
<p><code>qrencode version 3.1.1<br />
Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi<br />
Usage: qrencode [OPTION]... [STRING]<br />
Encode input data in a QR Code and save as a PNG image.</code></p>
<p><code> </code></p>
<p><code> -h           display this message.<br />
--help       display the usage of long options.<br />
-o FILENAME  write PNG image to FILENAME. If '-' is specified, the result<br />
will be output to standard output. If -S is given, structured<br />
symbols are written to FILENAME-01.png, FILENAME-02.png, ...;<br />
if specified, remove a trailing '.png' from FILENAME.<br />
-s NUMBER    specify the size of dot (pixel). (default=3)<br />
-l {LMQH}    specify error collectin level from L (lowest) to H (highest).<br />
(default=L)<br />
-v NUMBER    specify the version of the symbol. (default=auto)<br />
-m NUMBER    specify the width of margin. (default=4)<br />
-S           make structured symbols. Version must be specified.<br />
-k           assume that the input text contains kanji (shift-jis).<br />
-c           encode lower-case alphabet characters in 8-bit mode. (default)<br />
-i           ignore case distinctions and use only upper-case characters.<br />
-8           encode entire data in 8-bit mode. -k, -c and -i will be ignored.<br />
-V           display the version number and copyrights of the qrencode.<br />
[STRING]     input data. If it is not specified, data will be taken from<br />
standard input.</code></p>
<p>There are plenty of mobile applications available to scan the QR Codes using phone&#8217;s camera. E.g., Android users can use <a href="https://market.android.com/details?id=com.google.zxing.client.android" target="_blank">Barcode Scanner</a> (my favorite).</p>
<p><strong><span style="text-decoration: underline;">Update:</span></strong></p>
<p>iPhone: <a href="http://itunes.apple.com/us/app/qrafter-qr-code-reader/id416098700?mt=8" target="_blank">QRafter</a> (Thanks to my brother for pointing this out)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Connectivity on the go…</title>
		<link>http://blogs.nagwani.in/2009/06/22/connectivity-on-the-go/</link>
		<comments>http://blogs.nagwani.in/2009/06/22/connectivity-on-the-go/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:40:46 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[India]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[bangalore]]></category>
		<category><![CDATA[bial]]></category>
		<category><![CDATA[bsnl]]></category>
		<category><![CDATA[evdo]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=83</guid>
		<description><![CDATA[<p>Things are looking up for connectivity hungry, bandwidth crazed Bangaloreans (myself included) greatly. Here I am, posting this article from my laptop while waiting at the Bangalore airport for dad&#8217;s flight to land. And its not just being connected with sluggish speeds!! Tests with speedtest.net have shown upto 512kbps speeds at different points on the <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2009/06/22/connectivity-on-the-go/">Connectivity on the go…</a></span>]]></description>
			<content:encoded><![CDATA[<p>Things are looking up for connectivity hungry, bandwidth crazed Bangaloreans (myself included) greatly. Here I am, posting this article from my laptop while waiting at the Bangalore airport for dad&#8217;s flight to land.<br />
<span id="more-83"></span><br />
And its not just being connected with sluggish speeds!! Tests with <a href="http://www.speedtest.net">speedtest.net</a> have shown upto 512kbps speeds at different points on the airport.</p>
<p><a href="http://www.bsnl.co.in">BSNL</a> <a href="http://bsnl.co.in/service/evdo_ad.htm">EVDO</a> is a step forward in the right direction and I must say I&#8217;m pleasantly surprised by BSNL&#8217;s ability to churn out great products, albeit a little clandestinely! They need a good marketing person on board who can change their image. I&#8217;ve been on this view ever since I got the <a href="http://www.bsnl.co.in/service/dataone.htm">BSNL DataOne</a> broadband connection from them almost a year ago.</p>
<p><a href="http://www.bsnl.co.in/">BSNL</a> has left the competition far behind in technology and prices too! I&#8217;ve bought EVDO from BSNL by paying 1000/- refundable security deposit and pay 750/- a month for unlimited data plan!! Whereas no other private provider has any unlimited plans (atleast not that I know of). Same goes for the EDGE data plan on my mobile from BSNL. 200/- a month for unlimited, whereas 499/- a month for 500 meg from Vodafone that I used to pay until a few months ago!</p>
<p>Now, I&#8217;m eagerly waiting for 3G to be commercially launched in Bangalore, as I&#8217;m sure a lot of others are too.</p>
<p>Go <a href="http://www.bsnl.co.in">BSNL</a>, connect india, faster <img src='http://blogs.nagwani.in/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>UPDATE:</strong>Did I mention that the EVDO connection was activated within hours of my purchasing? <img src='http://blogs.nagwani.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2009/06/22/connectivity-on-the-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

