<?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>Just2us</title>
	<atom:link href="http://blog.just2us.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.just2us.com</link>
	<description>discuss on technology &#38; application development</description>
	<lastBuildDate>Tue, 15 May 2012 15:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>5 Ways to Find Anyone&#8217;s Email</title>
		<link>http://blog.just2us.com/2012/05/5-ways-to-find-anyones-email/</link>
		<comments>http://blog.just2us.com/2012/05/5-ways-to-find-anyones-email/#comments</comments>
		<pubDate>Tue, 15 May 2012 15:02:40 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[emails]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=790</guid>
		<description><![CDATA[
			
				
			
		
1) Basic Search
Google: [name] + (email or &#8220;contact me&#8221; or &#8220;contact us&#8221; )
2) Website Search
Google: site:companywebsite.com/personalblog.com + [name] + email
3) Social networks
Google: [name] + linkedin/twitter/facebook
4)  Paid Services
Use 123people or linkedin (tips: a free way to message)
5) Whois
Do a whois lookup of his website or blog. There is a chance that the email is available in the domain&#8217;s admin/technical contact.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2F5-ways-to-find-anyones-email%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2F5-ways-to-find-anyones-email%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h3>1) Basic Search</h3>
<p>Google: [name] + (email or &#8220;contact me&#8221; or &#8220;contact us&#8221; )</p>
<h3>2) Website Search</h3>
<p>Google: site:companywebsite.com/personalblog.com + [name] + email</p>
<h3>3) Social networks</h3>
<p>Google: [name] + linkedin/twitter/facebook</p>
<h3>4)  Paid Services</h3>
<p>Use <a href="http://www.123people.com/" target="_blank">123people</a> or <a href="http://linkedin.com" target="_blank">linkedin</a> (tips: <a href="http://blog.just2us.com/2011/08/how-to-send-free-message-to-anyone-in-linkedin/">a free way to message</a>)</p>
<h3>5) Whois</h3>
<p>Do a <a href="http://www.networksolutions.com/whois/index.jsp" target="_blank">whois lookup</a> of his website or blog. There is a chance that the email is available in the domain&#8217;s admin/technical contact.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/05/5-ways-to-find-anyones-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sniff iPhone HTTP Traffic using mitmproxy</title>
		<link>http://blog.just2us.com/2012/05/sniff-iphone-http-traffic-using-mitmproxy/</link>
		<comments>http://blog.just2us.com/2012/05/sniff-iphone-http-traffic-using-mitmproxy/#comments</comments>
		<pubDate>Thu, 10 May 2012 18:44:42 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=795</guid>
		<description><![CDATA[
			
				
			
		
Sniffing traffic is a very hackish thing to do. So if you are against hacking things, stop reading.
There are a couple of ways to sniff the HTTP traffic. Using Wireshark, which has a nice user interface, is one of the mos popular ways. Today, I am going to introduce another tool call mitmproxy.
mitmproxy is an SSL-capable [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fsniff-iphone-http-traffic-using-mitmproxy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fsniff-iphone-http-traffic-using-mitmproxy%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Sniffing traffic is a very hackish thing to do. So if you are against hacking things, stop reading.</p>
<p>There are a couple of ways to sniff the HTTP traffic. Using Wireshark, which has a nice user interface, is one of the mos popular ways. Today, I am going to introduce another tool call <a href="http://mitmproxy.org/" target="_blank">mitmproxy</a>.</p>
<p>mitmproxy is an SSL-capable man-in-the-middle proxy. It was the very tool that was used to discover the <a href="http://mclov.in/2012/02/08/path-uploads-your-entire-address-book-to-their-servers.html" target="_blank">misdeeds of Path</a>.</p>
<p>&nbsp;</p>
<h3>How to use mitmproxy?</h3>
<ol>
<li>Download <a href="http://mitmproxy.org/" target="_blank">mitmproxy</a>, and <a href="http://mitmproxy.org/doc/install.html" target="_blank">install</a>. You could install from source and run <code>sudo python setup.py install</code></li>
<li>Go to your Terminal and run <code>mitmproxy</code>.</li>
<li>Obtain the IP address of your computer by running <code>ifconfig en1</code> (or whatever that you are using).</li>
<li>Set the proxy on your iPhone by going to your connected wifi settings. Set HTTP Proxy to “Manual”, and enter the IP of  your computer with port as 8080.</li>
<li>Start sniffing! Refer to the <a href="http://mitmproxy.org/doc/mitmproxy.html" target="_blank">console tool guide</a>. Press &#8216;?&#8217; to bring up the list of commands.</li>
</ol>
<p style="text-align: center;"><img class="aligncenter" src="http://mitmproxy.org/doc/screenshots/mitmproxy.png" alt="" width="675" height="531" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/05/sniff-iphone-http-traffic-using-mitmproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Cheat iPhone Apps and Games (Tiny Tower, etc)</title>
		<link>http://blog.just2us.com/2012/05/how-to-cheat-iphone-apps-and-games-tinytower-etc/</link>
		<comments>http://blog.just2us.com/2012/05/how-to-cheat-iphone-apps-and-games-tinytower-etc/#comments</comments>
		<pubDate>Wed, 09 May 2012 14:49:27 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iexplorer]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=776</guid>
		<description><![CDATA[
			
				
			
		
I have a secret. I cheated badly with some iPhone games.
The key to cheating is use an awesome software to hack the app. It involves changing some variables in the program.
General Steps:

Download iExplorer and install
Connect your iPhone to your PC/Mac and open iExplorer
Edit the game&#8217;s plist to make yourself super rich or invincible or whatever. I will use [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fhow-to-cheat-iphone-apps-and-games-tinytower-etc%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F05%2Fhow-to-cheat-iphone-apps-and-games-tinytower-etc%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have a secret. I cheated badly with some iPhone games.</p>
<p>The key to cheating is use an awesome software to hack the app. It involves changing some variables in the program.</p>
<h3>General Steps:</h3>
<ol>
<li>Download <a href="http://www.macroplant.com/iexplorer/" target="_blank">iExplorer</a> and install</li>
<li>Connect your iPhone to your PC/Mac and open iExplorer</li>
<li>Edit the game&#8217;s plist to make yourself super rich or invincible or whatever. I will use Tiny Tower as an example.</li>
</ol>
<div></div>
<h3>Exact steps to Cheat Tiny Tower</h3>
<p>There is a <a href="http://tinytowerwiki.com/Cheating#iExplorer_Hacks" target="_blank">good Wiki</a> on that. Read on the infinite tower bux hack. Their version is kind of long. So here is my shorter version, with an edited missions.plist. It&#8217;s all that you need.</p>
<ol>
<li>Open iExplorer with your iPhone attached to your PC/Mac</li>
<li>Browse to Apps &gt; Tiny Tower &gt; Documents (see screenshot)</li>
<li>Download this edited <a href="http://pastebin.com/5r8yZEmW" target="_blank">missions.plist</a> and drag/copy to the Documents folder</li>
<li>Run the game and complete that <em>new infinite bux mission</em>!</li>
</ol>
<p><a href="http://blog.just2us.com/wp-content/uploads/2012/05/iexplorer-tiny-tower-missions.png"><img class="wp-image-777 alignnone" title="iexplorer tiny tower missions" src="http://blog.just2us.com/wp-content/uploads/2012/05/iexplorer-tiny-tower-missions.png" alt="" width="500" height="360" /></a></p>
<p>iExplorer is a really awesome tool for hackers. You could use it to hack most apps, including <a href="http://blog.scoopz.com/2012/04/11/how-to-hack-facebook-dropbox-linkedin-and-other-ios-apps-using-a-plist-extracted-from-ios-backups/" target="_blank">Facebook </a>, <a href="http://garethwright.com/blog/scramble-with-friends-cheats" target="_blank">Scramble with Friends</a>, etc.</p>
<p>So, if you hacked other apps, do share with me!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/05/how-to-cheat-iphone-apps-and-games-tinytower-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lion Would Not Sleep (Mac OS)</title>
		<link>http://blog.just2us.com/2012/03/lion-would-not-sleep-mac-os/</link>
		<comments>http://blog.just2us.com/2012/03/lion-would-not-sleep-mac-os/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 00:10:32 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[pitfall]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=761</guid>
		<description><![CDATA[
			
				
			
		
Not sure since which update, my Mac OS Lion 10.7 would not go into sleep mode.
Apparently, you can find out which service is preventing your Mac from sleeping by executing the bash command:

pmset -g assertions

This is the result for me:

What&#8217;s wrong here is this: PreventSystemSleep named: &#8220;org.cups.cupsd&#8221;. That process is preventing my Lion from sleeping. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F03%2Flion-would-not-sleep-mac-os%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F03%2Flion-would-not-sleep-mac-os%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Not sure since which update, my Mac OS Lion 10.7 would not go into sleep mode.</p>
<p>Apparently, you can find out which service is <a href="http://blog.graceabundant.com/archives/2011/08/mac-osx-lion-not-sleeping/" target="_blank">preventing</a> your Mac from sleeping by executing the bash command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pmset <span style="color: #660033;">-g</span> assertions</pre></div></div>

<p>This is the result for me:</p>
<p><a href="http://blog.just2us.com/wp-content/uploads/2012/03/lion-wont-sleep.png"><img class="wp-image-762 aligncenter" title="lion wont sleep" src="http://blog.just2us.com/wp-content/uploads/2012/03/lion-wont-sleep.png" alt="" width="433" height="202" /></a></p>
<p>What&#8217;s wrong here is this: <strong>PreventSystemSleep named: &#8220;org.cups.cupsd&#8221;</strong>. That process is preventing my Lion from sleeping. If I kill the process, it just comes back up again.</p>
<p>The fix for me is to go to Preferences &gt; Print &amp; Scan &gt; Delete my printer, then add again. This somehow triggers the system to really OFF printer sharing.</p>
<p>Insomnia solved.</p>
<p>&nbsp;</p>
<p>UPDATE: Another possible cause could be that the printer has a pending print job. Delete the print job, and the process will terminate.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/03/lion-would-not-sleep-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power 98 &amp; Jia 883 Have Added Internet Streaming</title>
		<link>http://blog.just2us.com/2012/02/power-98-jia-883-have-added-internet-streaming/</link>
		<comments>http://blog.just2us.com/2012/02/power-98-jia-883-have-added-internet-streaming/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:28:25 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[SG Radio]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=754</guid>
		<description><![CDATA[
			
				
			
		
For a long while, Power 98 and Jia 883 did not have Internet streaming.. It is not a coincident that both are SAFRA radio stations..
But gladly, both now supports Internet streaming!
With that, SG Radio v1.2 is released, with the 2 new radio stations.
     
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F02%2Fpower-98-jia-883-have-added-internet-streaming%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F02%2Fpower-98-jia-883-have-added-internet-streaming%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>For a long while, <a href="http://power98.com.sg">Power 98</a> and <a href="http://www.883jia.com.sg/">Jia 883</a> did not have Internet streaming.. It is not a coincident that both are SAFRA radio stations..</p>
<p>But gladly, both now supports Internet streaming!</p>
<p>With that, <a href="http://itunes.apple.com/sg/app/sg-radio/id395605775?mt=8">SG Radio v1.2</a> is released, with the 2 new radio stations.</p>
<p><a href="http://blog.just2us.com/wp-content/uploads/2012/02/fm980.png"><img title="fm980" src="http://blog.just2us.com/wp-content/uploads/2012/02/fm980.png" alt="" width="102" height="32" /></a>     <a href="http://blog.just2us.com/wp-content/uploads/2012/02/fm883.png"><img title="fm883" src="http://blog.just2us.com/wp-content/uploads/2012/02/fm883.png" alt="" width="94" height="32" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/02/power-98-jia-883-have-added-internet-streaming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fastest Way To Digitize All Your Business Cards (and FREE!)</title>
		<link>http://blog.just2us.com/2012/02/fastest-way-to-digitize-all-your-business-cards-and-free/</link>
		<comments>http://blog.just2us.com/2012/02/fastest-way-to-digitize-all-your-business-cards-and-free/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 16:33:40 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=749</guid>
		<description><![CDATA[
			
				
			
		
After attending an exhibition, I ended up with 50 business cards! Here comes a problem.
All (or most) of them are good contacts that I would like to save to a spreadsheet. And so I searched for an app/service that can help me. I ended up with shoeboxed, with is probably good, but cost $0.20 a card. Not [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F02%2Ffastest-way-to-digitize-all-your-business-cards-and-free%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F02%2Ffastest-way-to-digitize-all-your-business-cards-and-free%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After attending an exhibition, I ended up with 50 business cards! Here comes a problem.</p>
<p>All (or most) of them are good contacts that I would like to save to a spreadsheet. And so I searched for an app/service that can help me. I ended up with <a href="http://www.shoeboxed.com/" target="_blank">shoeboxed</a>, with is probably good, but cost $0.20 a card. Not satisfied, I looked around for a free solution.. My conclusion is that it is either paid, or not good.</p>
<p>However, I come up with my own quick &amp; free solution, using a couple of free technologies :)</p>
<h2>Steps to digitize all your business cards</h2>
<p>1) <strong>Use <a href="http://cardmunch.com/">CardMunch</a> to scan all the namecards</strong> with an iPhone. Also go to iPhone Settings &gt; CardMunch &gt; and enable contacts auto save. As each namecard is scanned and processed (takes a couple of minutes), they will be automatically saved to the iPhone.</p>
<p>2) <strong>Enable iCloud</strong> for syncing the iPhone contacts. This is to auto sync the contacts between iPhone and a Mac.</p>
<p>3) <strong>Open Mac Address Book</strong> and search for &#8220;Scanned on&#8230;&#8221;. This will filter the contacts that were added by CardMunch! Select these contacts and export in vcf.</p>
<p>4) <strong>Convert the vcf to csv</strong> using <a href="http://labs.brotherli.ch/vcfconvert/">http://labs.brotherli.ch/vcfconvert/</a>.</p>
<p>5) <strong>Open the csv</strong> file with Microsoft Excel or Google Spreadsheet!</p>
<p>You may also clean up your iPhone contacts by deleting away those contacts from Mac Address Book :)</p>
<p>This is the power of CardMunch and iCloud!</p>
<p><img class="alignnone" src="http://im.tech2.in.com/gallery/2011/nov/cardmunchscreenshots_301019367268_640x360.jpg" alt="" width="640" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/02/fastest-way-to-digitize-all-your-business-cards-and-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the real exception in Xcode debugger</title>
		<link>http://blog.just2us.com/2012/02/find-the-real-exception-in-xcode-debugger/</link>
		<comments>http://blog.just2us.com/2012/02/find-the-real-exception-in-xcode-debugger/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 06:55:58 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=745</guid>
		<description><![CDATA[
			
				
			
		
There are times when you have exceptions raised in Xcode, but it breaks at UIApplicationMain in main(), and without giving you clues on where the error comes from.
There is a way to show more helpful debugging info.
Basically you need to set a breakpoint at objc_exception_throw.
If you are using Xcode 4.2, you can do the following:

Go to Breakpoint Navigator [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F02%2Ffind-the-real-exception-in-xcode-debugger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F02%2Ffind-the-real-exception-in-xcode-debugger%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are times when you have exceptions raised in Xcode, but it breaks at UIApplicationMain in main(), and without giving you clues on where the error comes from.</p>
<p>There is a way to <a href="http://stackoverflow.com/questions/384775/how-do-i-find-out-what-exception-was-thrown-in-the-xcode-debugger-for-iphone/9138988#9138988" target="_blank">show more helpful debugging info</a>.</p>
<p>Basically you need to set a breakpoint at <code>objc_exception_throw</code>.</p>
<p>If you are using Xcode 4.2, you can do the following:</p>
<ol>
<li>Go to Breakpoint Navigator pane (or press ⌘6)</li>
<li>Click on the add icon on the bottom left</li>
<li>Add symbolic breakpoint</li>
<li>Enter <code>objc_exception_throw </code>for Symbol</li>
</ol>
<p>Yeah. Find and burn those terrible bugs!</p>
<p><a href="http://blog.just2us.com/wp-content/uploads/2012/02/add-symbolic-breakpoint-objc_exception_throw.png"><img class="alignleft size-medium wp-image-746" title="add symbolic breakpoint objc_exception_throw" src="http://blog.just2us.com/wp-content/uploads/2012/02/add-symbolic-breakpoint-objc_exception_throw-300x94.png" alt="" width="300" height="94" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/02/find-the-real-exception-in-xcode-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Better Guide to Installing Android SDK</title>
		<link>http://blog.just2us.com/2012/01/the-better-guide-to-installing-android-sdk/</link>
		<comments>http://blog.just2us.com/2012/01/the-better-guide-to-installing-android-sdk/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 15:50:24 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=737</guid>
		<description><![CDATA[
			
				
			
		
I wasn&#8217;t impressed with Android team on their documentation for installing Android SDK. It is long, and jumps from page to page. Here is my better version:
&#160;
Step 1 &#8211; Install Eclipse IDE
Go to http://www.eclipse.org/downloads/ and download Eclipse Classic (the latest version is 3.7.1).
After downloading, install and verify that it can run.
Note: If there is any error, check the System [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F01%2Fthe-better-guide-to-installing-android-sdk%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2012%2F01%2Fthe-better-guide-to-installing-android-sdk%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I wasn&#8217;t impressed with Android team on their documentation for <a href="http://developer.android.com/sdk/installing.html">installing Android SDK</a>. It is long, and jumps from page to page. Here is my better version:</p>
<p>&nbsp;</p>
<h2>Step 1 &#8211; Install Eclipse IDE</h2>
<p>Go to <a href="http://www.eclipse.org/downloads/" target="_blank">http://www.eclipse.org/downloads/</a> and download Eclipse Classic (the latest version is 3.7.1).</p>
<p>After downloading, install and verify that it can run.</p>
<p>Note: If there is any error, check the <a href="http://developer.android.com/sdk/requirements.html" target="_blank">System Requirements</a>. In particular, you might need to install the <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">JDK</a>.</p>
<p>&nbsp;</p>
<h2>Step 2 &#8211; Install Android SDK</h2>
<p>Go to <a href="http://developer.android.com/sdk/index.html" target="_blank">http://developer.android.com/sdk/index.html</a> and download the Android SDK package.</p>
<p>For Mac and Linux users, download the zip/tgz package and unpack it to a safe location. The SDK files will be unpacked into a directory named <em>android-sdk-&lt;machine-platform&gt;</em>. Proceed to step (3).</p>
<p>For Windows users, download the <strong>.exe</strong> package, and run it to install. After installation is complete, the installation wizard will launch the <strong>Android SDK and AVD Manager</strong>. There is a slight inconsistent behaviour for Windows users here. Go to step (4) first, and return back to step (3) after you have finish step (4).</p>
<p>&nbsp;</p>
<h2>Step 3 &#8211; Install ADT Plugin</h2>
<ol>
<li>Start Eclipse, select <strong>Help</strong> &gt; <strong>Install New Software</strong>. Click <strong>Add</strong>.</li>
<li>Enter &#8220;ADT Plugin&#8221; for <em>Name</em> and the following for <em>Location</em>:<br />
<strong>https://dl-ssl.google.com/android/eclipse/</strong></li>
<li>Click <strong>OK</strong></li>
<li>Click <strong>Next, <strong>Next</strong>, <strong>Next</strong></strong>.. and <strong>Finish</strong></li>
<li>When the installation completes, restart Eclipse.</li>
<li>In Eclipse, select <strong>Window</strong> &gt; <strong>Preferences</strong> (Mac OS X: <strong>Eclipse</strong> &gt; <strong>Preferences</strong>).</li>
<li>Select <strong>Android</strong> from the left panel.</li>
<li>For the <em>SDK Location</em> in the main panel, click <strong>Browse</strong> and locate your downloaded SDK directory.</li>
<li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
</ol>
<h2></h2>
<h2>Step 4 &#8211; Adding Android Platforms</h2>
<p>The Android SDK uses a modular structure that separates the major parts of the SDK. Specifically, the different versions of Android OS are each a module. To develop for a particular version, you would need to add the platform for that version.</p>
<p>To do so, from within Eclipse, select <strong>Window &gt; Android SDK and AVD Manager</strong>.</p>
<p><img class="alignnone" src="http://developer.android.com/images/sdk_manager_packages.png" alt="" width="560" height="443" /></p>
<p>Go to <strong>Available Packages</strong>, and select at least 1 platform. You may select additional platforms if you require.</p>
<p>Click <strong>Install Selected</strong> to download and install. Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2012/01/the-better-guide-to-installing-android-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SG Radio is Fixed</title>
		<link>http://blog.just2us.com/2011/12/sg-radio-is-fixed/</link>
		<comments>http://blog.just2us.com/2011/12/sg-radio-is-fixed/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:07:52 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[SG Radio]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=732</guid>
		<description><![CDATA[
			
				
			
		
One year ago, I released SG Radio, but the app encountered a major glitch, and was taken down.
I am sorry for taking so long to fix an app.. yeah 1 year to be exactly apologetic
Here it is, back to the App Store.

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F12%2Fsg-radio-is-fixed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F12%2Fsg-radio-is-fixed%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One year ago, I released SG Radio, but the app <a href="http://blog.just2us.com/2010/11/sg-radio-brings-you-all-15-local-radio-stations/">encountered a major glitch</a>, and was taken down.</p>
<p>I am sorry for taking so long to fix an app.. yeah 1 year to be exactly apologetic</p>
<p>Here it is, back to the <a href="http://itunes.apple.com/sg/app/sg-radio/id395605775?mt=8">App Store</a>.</p>
<p><a href="http://itunes.apple.com/sg/app/sg-radio/id395605775?mt=8"><img class="alignleft size-full wp-image-734" title="singapore radio stations iphone app" src="http://blog.just2us.com/wp-content/uploads/2011/12/singapore-radio-stations-iphone-app.png" alt="" width="643" height="317" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/12/sg-radio-is-fixed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>4 Headlines to Get Readers Excited</title>
		<link>http://blog.just2us.com/2011/12/4-headlines-to-get-readers-excited/</link>
		<comments>http://blog.just2us.com/2011/12/4-headlines-to-get-readers-excited/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:04:19 +0000</pubDate>
		<dc:creator>samwize</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.just2us.com/?p=726</guid>
		<description><![CDATA[
			
				
			
		
I read from problogger on writing good headlines for your blog post, and thought it is worth sharing.
Instead of always writing your headline in usual plain ways, follow these rules to get your readers excited. These are the 4 proven styles.
&#160;
1. Intrigue Style
Intrigue readers by making them think &#8220;how can that be possible??&#8221; or &#8220;what [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F12%2F4-headlines-to-get-readers-excited%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.just2us.com%2F2011%2F12%2F4-headlines-to-get-readers-excited%2F&amp;source=samwize&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.just2us.com/wp-content/uploads/2011/12/excited-child.jpeg"><img class="alignleft size-full wp-image-728" title="excited child" src="http://blog.just2us.com/wp-content/uploads/2011/12/excited-child.jpeg" alt="" width="250" height="263" /></a>I read from <a href="http://www.problogger.net/archives/2011/12/05/4-post-headlines-that-are-guaranteed-to-get-readers-excited/" target="_blank">problogger</a> on writing good headlines for your blog post, and thought it is worth sharing.</p>
<p>Instead of always writing your headline in usual plain ways, follow these rules to get your readers excited. These are the 4 proven styles.</p>
<p>&nbsp;</p>
<h3>1. Intrigue Style</h3>
<p>Intrigue readers by making them think &#8220;how can that be possible??&#8221; or &#8220;what is this stuff about??&#8221;.</p>
<p><em>eg. &#8220;Learn How to Develop Facebook Platform in a Day&#8221;</em></p>
<p>&nbsp;</p>
<h3>2. Finality Style</h3>
<p>This usually consist of the words &#8220;The Ultimate Guide to &#8230;&#8221; or &#8220;The Secret Guide &#8230;&#8221;</p>
<p><em>eg. &#8220;The Ultimate Guide to Android Programming&#8221;</em></p>
<p>&nbsp;</p>
<h3>3. Topic + Hype Style</h3>
<p>Add hype to your topic statement.</p>
<p><em>Eg. &#8220;iOS Development Guide: Earn Your First Million Dollar&#8221;</em></p>
<p>&nbsp;</p>
<h3>4. List Style</h3>
<p>This includes a number in the title.</p>
<p><em>Eg. &#8220;4 Headlines to Get Readers Excited&#8221; :) </em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.just2us.com/2011/12/4-headlines-to-get-readers-excited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

