<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Technofriends</title><link>http://www.technofriends.in</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/technofriends" /><description>Helping laymen become technology enthusiasts.</description><language>en-US</language><lastBuildDate>Mon, 15 Apr 2013 03:45:18 PDT</lastBuildDate><generator>http://wordpress.org/?v=3.5.1</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/technofriends" /><feedburner:info uri="technofriends" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>technofriends</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>HTTP Debugging of a Mobile App [Using Charles and Wireshark]</title><link>http://feedproxy.google.com/~r/technofriends/~3/Mxke5d4T4eU/</link><category>How-To</category><category>Charles</category><category>Mobile</category><category>mobile app debugging</category><category>Packet Sniffer</category><category>packet sniffing</category><category>Wireshark</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Thu, 21 Feb 2013 08:10:02 PST</pubDate><guid isPermaLink="false">http://www.technofriends.in/?p=20115</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>My goal with this article is to help the readers understand how to do HTTP debugging of a mobile app using an actual mobile phone or a tablet and making use of proxies like mitmproxy and Charles. I will also try to cover Wireshark (you can also read my earlier articles on Wireshark where i described <a title="Using Wireshark to Capture Passwords" href="http://www.technofriends.in/2009/01/27/how-to-grab-cookies-and-passwords-using-wireshark-part-2/">how Wireshark can be used to capture passwords</a> and <a title="Packet Analysis using Wireshark" href="http://www.technofriends.in/2009/01/22/how-to-using-wireshark-for-packet-analysis-part-1/">capturing packets</a>.)</p>
<h3><span style="color: #000080;"><strong>By the end of this article, here is what you will learn </strong></span></h3>
<p>a. You will learn how to do HTTP level debugging of your mobile app, using an actual mobile phone. A sample use-case to help you understand would be &#8211; &#8220;hey, is the app actually making a call to my server or not&#8221;.</p>
<p>b. You will learn some stuff about tools like Charles as well as a bit about Wireshark.</p>
<p>and for this article am going to assume that you know about <a title="HTTP Status Codes Tutorial" href="http://www.technofriends.in/2010/05/09/understanding-http-response-status-codes-tutorial/">HTTP (and status codes)</a> and you know <a title="DNS Resolution - here's how it happens" href="http://www.technofriends.in/2010/2008/06/01/how-does-a-dns-work/">how DNS resolution works</a>, so am not going to dig into those topics. All am going to focus on is, how you can setup these tools and get started with debugging your mobile app using an actual device for any HTTP / DNS specific issues.</p>
<p>am also assuming that you have a wifi router at home or work which you will be connected to when following the instructions on this tutorial. You will need your computer and the phone to be connected to the same wifi network.</p>
<p><em>last admin note, before we get to the meat of the article &#8211; You can click on any image below to see a larger version of the image. </em></p>
<h3><span style="color: #000080;">Getting started with iOS HTTP Debugging using Charles</span></h3>
<p>1. First thing you need to do is download and install Charles (<a title="Charles Download Page" href="http://www.charlesproxy.com/download/">Download page link</a>). Charles is a HTTP Proxy / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).</p>
<p>Download Charles version specific to your Operating System. For the purpose of this tutorial, am going to download a Mac edition.</p>
<p><span style="color: #ff0000;"><em>Just a note on licensing -</em> </span>Charles is available as a shareware and will work as you expect it to, for 30 days. After 30 days it will ask you to purchase a license, which is usually available for $50 at the time of writing this article (for upto 4 users). You can ignore purchasing the license, but then you will often see Charles stopping and delaying you for 30s before resuming.. not too pleasant an experience, if you are going to use the software very regularly.</p>
<p>2. Once you have downloaded and installed Charles, next step is to Launch the application on your computer.</p>
<p>Charles listens by default on 8888. For this tutorial, am not going to change the port &#8211; but in case if 8888 is busy on your computer (you might have a development webserver or an app server running on that port), then you can do a quick google search on how to change listening port of Charles.</p>
<p>If you are on a mac you can type <strong>ifconfig</strong> to get the ip address of the interface attached to your wireless network. (see screenshot below on how i have got the address on my mac)</p>
<p><a title="HTTP Debugging for a mobile app using Charlie and Wireshark" href="https://www.evernote.com/shard/s15/sh/e2b3b442-8f5f-4d4c-9dde-1dba7274e80e/f8e1987ca0263e54106dca7df96a45a1/deep/0/.ssh%20%E2%80%94%20bash%20%E2%80%94%20151%C3%9738.jpg"><img class="alignnone" title="HTTP Debugging for a mobile app using Charlie and Wireshark" alt="HTTP Debugging for a mobile app using Charlie and Wireshark" src="https://www.evernote.com/shard/s15/sh/e2b3b442-8f5f-4d4c-9dde-1dba7274e80e/f8e1987ca0263e54106dca7df96a45a1/deep/0/.ssh%20%E2%80%94%20bash%20%E2%80%94%20151%C3%9738.jpg" width="711" height="198" /></a></p>
<p>for those on windows, you can get your &#8220;internal&#8221; ip address by typing <strong>iconfig</strong> at the command prompt</p>
<p>3. Next step is to make the iOS Device (it can either be an iPhone, iPad or an iPod Touch) and Charles (which is running on your computer) talk to each other. For the purpose of the tutorial, am configuring an iPad.</p>
<p style="text-align: center;"><a href="https://www.evernote.com/shard/s15/sh/a85b4f1e-b5b1-436c-9635-668f7b4a99a9/c956e512171daa81273e068a9c6eeb68/deep/0/Photo%20Skitch%20Document.jpg"><img class="aligncenter" style="border: 1px solid black;" alt="Modifying the wireless network on your iPhone or iPad for HTTP Debugging " src="https://www.evernote.com/shard/s15/sh/a85b4f1e-b5b1-436c-9635-668f7b4a99a9/c956e512171daa81273e068a9c6eeb68/deep/0/Photo%20Skitch%20Document.jpg" width="800" height="500" /></a></p>
<p>4. With the above step completed, now your iOS Device and Charles are able to talk to each other.</p>
<p>5. Open any app or a browser and all the HTTP traffic originating from the app should be proxied through Charles and therefore visible on Charles.</p>
<p><em>Let me walk you through an example here (check the pictures below)</em></p>
<p>Let&#8217;s say you are the developer of the NDTV app and you want to be sure that the ad call at the bottom of the page (see green arrow in the image below) is indeed happening. To confirm that you can open Charles and start browsing NDTV app. All the HTTP requests will get logged by Charles.</p>
<p style="text-align: center;"><a href="https://www.evernote.com/shard/s15/sh/5f1fb359-11fd-4573-a0da-5735e20d96af/e2a278b0161bcca3e5979d4ba9dc90d9/deep/0/photo.jpg"><img class="aligncenter" alt="Debugging HTTP Requests on a Mobile App" src="https://www.evernote.com/shard/s15/sh/5f1fb359-11fd-4573-a0da-5735e20d96af/e2a278b0161bcca3e5979d4ba9dc90d9/deep/0/photo.jpg" width="600" height="700" /></a></p>
<p style="text-align: left;">Screen below shows how Charles&#8217; interface looks. You can note that there are two tabs</p>
<p style="text-align: left;">Structure and Sequence. Structure will log all the requests as per the domain and sequence will list them in a way that you can see the actual sequence in which the app fires the HTTP requests.</p>
<p style="text-align: left;">Structure is good if your goal is to ensure that the requests to a domain are indeed happening in the way that the domain / service expects, i.e. you are following the contract of the API / service or not.</p>
<p style="text-align: left;">Sequence is good if you wish to make an HTTP request only after a specific HTTP request has been processed.</p>
<p style="text-align: left;">The red arrow in the image below shows that the ad call is indeed happening to InMobi (mobile ad network).</p>
<p style="text-align: left;">On the right hand side, you can see that there are various tabs to help you with request and response details.</p>
<p style="text-align: left;"><a href="https://www.evernote.com/shard/s15/sh/52b1d97e-afb2-4d0f-816f-09320722b1e2/0634cc8562eb4464d89126016afc39d4/deep/0/Screen%20Shot%202013-02-20%20at%203.27.19%20PM.jpg"><img class="aligncenter" style="border: 1px solid black;" title="Using Charles for Debugging your mobile app" alt="Using Charles for Debugging your mobile app" src="https://www.evernote.com/shard/s15/sh/52b1d97e-afb2-4d0f-816f-09320722b1e2/0634cc8562eb4464d89126016afc39d4/deep/0/Screen%20Shot%202013-02-20%20at%203.27.19%20PM.jpg" width="754" height="404" /></a></p>
<p>There is another way of capturing packets and that is something i have done with Android in the past (as there was no way in Android to specify proxies for the wifi network earlier. Its available with Android 4.0.3 onwards)</p>
<h3><span style="color: #000080;">Using Wireshark to capture Packets flowing through your Mobile App (Hotspot Method)</span></h3>
<p>Theory &#8211; This method requires you to turn your computer into a hotspot (a.k.a access point). The phone / tablet can then connect to this hotspot, which will allow all packets from the mobile device to be routed through the computer. Your computer will be at the same time, running Wireshark to capture the packets for analysis.</p>
<p>Now lets get started with making this setup work. I will be using a Macbook Pro running Mountain Lion to explain the entire process. For those of you on Windows, you can do a quick google search on converting your Windows computer into a Hotspot (also worth trying for Windows users is <a title="Using Connectify to turn your Windows 7 laptop into a hotspot" href="http://www.technofriends.in/2010/11/06/how-to-turn-your-windows-7-laptop-into-a-wireless-access-point-with-connectify/">Connectify</a>)</p>
<p><span style="color: #000080;"><strong>Turning a Macbook Pro running Mountain Lion into a Hotspot</strong></span></p>
<p>a. In order to turn your Mac running Mountain Lion (i am specifying the instructions for Mountain Lion, but they are largely the same for Mac OS X in general), you first need to head to the System Preferences.</p>
<p>b. Under System Preferences, look for the setting called &#8220;Sharing&#8221; (see screenshot below). Sharing is the larger control panel to enable or disable all types of sharing (file sharing, printer sharing, internet sharing and many more) on your Mac OS X (Mountain Lion in my case).</p>
<p style="text-align: center;"><a href="https://www.evernote.com/shard/s15/sh/fb0bd47d-6a8f-4ea5-ae7d-4f25fa95d6e1/07e0230b75e85d98bc96cd6a1f7fb620/deep/0/Screen%20Shot%202013-02-20%20at%201.29.38%20PM.jpg"><img class="aligncenter" title="Sharing your internet connection on Mountain Lion" alt="Sharing your internet connection on Mountain Lion" src="https://www.evernote.com/shard/s15/sh/fb0bd47d-6a8f-4ea5-ae7d-4f25fa95d6e1/07e0230b75e85d98bc96cd6a1f7fb620/deep/0/Screen%20Shot%202013-02-20%20at%201.29.38%20PM.jpg" width="400" height="334" /></a></p>
<p>c. Look for the control titled &#8220;Internet Sharing&#8221;. You need to specify the connection you wish to share and also the connection method with which you will share connections. In my case, am sharing my ethernet connection using the Wifi interface.</p>
<p style="text-align: center;"><a href="https://www.evernote.com/shard/s15/sh/d4f2f480-a28b-4091-8c6a-fba6688b97ee/fee20d61bd24c3a493f181d250e14707/deep/0/Screen%20Shot%202013-02-20%20at%201.27.48%20PM.jpg"><img class="aligncenter" title="Sharing your internet with other computers using Mountain Lion (Mac OS X)" alt="Sharing your internet with other computers using Mountain Lion (Mac OS X)" src="https://www.evernote.com/shard/s15/sh/d4f2f480-a28b-4091-8c6a-fba6688b97ee/fee20d61bd24c3a493f181d250e14707/deep/0/Screen%20Shot%202013-02-20%20at%201.27.48%20PM.jpg" width="401" height="196" /></a></p>
<p>Do note that you would be alerted to start internet sharing, in case its not turned on. In my case as Internet Sharing was On, i didn&#8217;t get that alert.</p>
<p>At the end of the step, ensure that your screen looks similar to the image above. The core points to note are:</p>
<p>- you have selected internet sharing (checked the checkbox as shown by the red arrow)</p>
<p>- specified a connection to share (as shown in my case with the blue arrow)</p>
<p>- specified the interface that you would like to use to share the connection (as shown using green arrow).</p>
<p>d. Once you are done with the above step, you will be able to share your Mac&#8217;s internet connection with other computers using the interface you have specified (in my case Wifi).  (see image below)</p>
<p>See the arrow has turned UP, indicating its acting as a host.</p>
<p style="text-align: center;"><a href="https://www.evernote.com/shard/s15/sh/bfed03f8-4a3c-419b-b3a7-8d6e21ee0f6e/f35da47feba1deecf0df17e8fd8e1c41/deep/0/Screen%20Shot%202013-02-20%20at%201.28.17%20PM.jpg"><img class="aligncenter" alt="Sharing internet using Mac OS X Mountain Lion" src="https://www.evernote.com/shard/s15/sh/bfed03f8-4a3c-419b-b3a7-8d6e21ee0f6e/f35da47feba1deecf0df17e8fd8e1c41/deep/0/Screen%20Shot%202013-02-20%20at%201.28.17%20PM.jpg" width="283" height="141" /></a></p>
<p>So now that your computer is acting as a Hotspot, the next step is to make the Android or iOS Phone (i usually follow this step for Android, but conceptually its the same for Android and iOS) connect to this hotspot and launch Wireshark.</p>
<p>I am assuming that you have connected your phone to the SSID broadcasted by your Mac and now your phone or tablet is sending all internet requests to the mac sharing its internet connection.</p>
<p>On this Mac, we will now run Wireshark. Wireshark is an amazing tool for packet sniffing and analysis which i have been using since a very long time (when it was called Ethereal) and it allows for capturing packets flowing through an interface. You can select the interface for which you wish to capture traffic and it will do so.</p>
<p><span style="color: #000080;"><em><span style="color: #ff0000;">Do note that on Mac, you will need X11 to run Wireshark</span> and X11 is not part of the Mountain Lion, so you should first download it from</em></span> <a href="http://xquartz.macosforge.org/landing/" target="_blank">xQuartz page</a>.</p>
<p>e. When you launch Wireshark and start the capture (<a title="Most Commonly Used Wireless Hacking Tools" href="http://www.technofriends.in/2010/02/18/5-most-commonly-used-wi-fi-hacking-software/">Wireshark should also be part of your hacking toolkit</a>, just in case you didn&#8217;t know) , it will ask you to select the interface to capture. This essentially means that Wireshark wants to know which network interface it should listen to and capture the packets flowing through the interface.</p>
<p>You can see that there are all the interface listed on the left (i have annotated it using a red rectangle) and on the right hand side, there is a Start button, which when clicked will start capturing traffic for that particular interface. Press the Start button for the interface relevant to you. If you are on the wireless network, it will be en1.</p>
<p style="text-align: center;"><a href="https://www.evernote.com/shard/s15/sh/1b7317aa-1a7e-43cd-af89-b1527807321b/7f704d1e2f2fb0eb842e044469551168/deep/0/InterfacesStartWireshark.jpg"><img class="aligncenter" alt="Capture Mobile App Traffic using Wireshark" src="https://www.evernote.com/shard/s15/sh/1b7317aa-1a7e-43cd-af89-b1527807321b/7f704d1e2f2fb0eb842e044469551168/deep/0/InterfacesStartWireshark.jpg" width="578" height="226" /></a></p>
<p style="text-align: left;">f. In parallel, we have also launched an app. I am browsing through the Flipboard app on my iPhone and will show you relevant requests flowing through Wireshark for this app.</p>
<p style="text-align: left;"><a href="https://www.evernote.com/shard/s15/sh/0dec2819-ec5c-4d18-b95e-2897cfa6545a/09be2320d671b29b65320f749d6a8432/deep/0/photo-1.jpg"><img class="aligncenter" alt="Capturing Mobile HTTP Traffic using Wireshark" src="https://www.evernote.com/shard/s15/sh/0dec2819-ec5c-4d18-b95e-2897cfa6545a/09be2320d671b29b65320f749d6a8432/deep/0/photo-1.jpg" width="320" height="480" /></a></p>
<p style="text-align: left;">g. Here in the screenshot below, you can see that we have specified a filter to be able to capture only the requests which match certain pattern and reduce the noise. The filter that i have specified will capture all requests which have flipboard in URL.</p>
<p style="text-align: center;"><a href="https://www.evernote.com/shard/s15/sh/bdd77868-fca2-4a2d-a6fb-c02cae47e9a1/fc182827b41585a3b379f8b8257a0f8a/deep/0/RequestsCaptureWireshark.jpg"><img class="aligncenter" alt="Capturing Mobile HTTP traffic using Wireshark" src="https://www.evernote.com/shard/s15/sh/bdd77868-fca2-4a2d-a6fb-c02cae47e9a1/fc182827b41585a3b379f8b8257a0f8a/deep/0/RequestsCaptureWireshark.jpg" width="767" height="414" /></a></p>
<p>You can see that the host of the request was cdn.flipboard.com and the requesting method was a GET and then there are multiple other details, which i am not going to cover right now (possibly another post in future).</p>
<p>Similarly, you can capture different requests and then do a detailed packet level analysis of the request and response received from the server.</p>
<p>So this bring us to the end of this tutorial. Do comment and let me know if you liked it or not and if you have any other feedback.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=Mxke5d4T4eU:WQorxyg_Snw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=Mxke5d4T4eU:WQorxyg_Snw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=Mxke5d4T4eU:WQorxyg_Snw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=Mxke5d4T4eU:WQorxyg_Snw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=Mxke5d4T4eU:WQorxyg_Snw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=Mxke5d4T4eU:WQorxyg_Snw:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/Mxke5d4T4eU" height="1" width="1"/>]]></content:encoded><description>My goal with this article is to help the readers understand how to do HTTP debugging of a mobile app using an actual mobile phone or a tablet and making use of proxies like mitmproxy and Charles. I will also try to cover Wireshark (you can also read my earlier articles on Wireshark where i [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2013/02/21/http-debugging-of-a-mobile-app-using-charles-and-wireshark/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2013/02/21/http-debugging-of-a-mobile-app-using-charles-and-wireshark/</feedburner:origLink></item><item><title>Apple TV Launched in India (For Rs. 7900)</title><link>http://feedproxy.google.com/~r/technofriends/~3/5r3CLfsJVhI/</link><category>Apple</category><category>India</category><category>Apple Tv</category><category>Apple TV India launch</category><category>Apple TV India price</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Tue, 19 Feb 2013 03:00:49 PST</pubDate><guid isPermaLink="false">http://www.technofriends.in/?p=20129</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Apple has quietly launched the Apple TV in India and its priced at Rs 7900. I have checked with Imagine store in Bangalore, and they seem to be not aware of this launch. (<a title="Apple is now second largest smartphone brand in india in revenue terms" href="http://www.technofriends.in/2013/02/18/report-places-apple-as-second-largest-smartphone-brand-in-india-in-terms-of-revenue/" target="_blank">Apple is now the second largest smartphone brand, in revenue terms in India</a>)</p>
<p>For those of you who are wondering, as to what an Apple TV is &#8211; well, hold your breath; its not the mysterious HDTV product which Apple is supposedly working on and gets rumored every few days on leading technology blogs.</p>
<p>Infact, Apple TV has been in existence for a few years now and is essentially a small set top box type product which runs a custom firmware (yes, you read it right, it doesn&#8217;t run iOS).</p>
<p><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/appletv-overview_ports.jpg"><img class="aligncenter size-full wp-image-20142" alt="Apple TV launched in India for Rs 7990" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/appletv-overview_ports.jpg" width="422" height="415" /></a></p>
<p>While the stores were not yet aware of the launch, Apple&#8217;s official Apple TV page on India site is live. You can check it out at <a href="http://www.apple.com/in/appletv/" target="_blank">www.apple.com/in/appletv/</a></p>
<h3><span style="color: #000080;">So what is that you can do with an Apple TV in India?</span></h3>
<p>In India, the fun is a bit limited but still totally worth every paisa. You get the following features in general</p>
<ul>
<li>You can buy or rent from a large collection of HD movies from the iTunes Store. iTunes Store is now also available in India.</li>
</ul>
<ul>
<li>You can also buy TV shows (not available in India iTunes Store though). There are over 90,000 TV episodes available in iTunes Store (US).</li>
</ul>
<ul>
<li>Netflix won&#8217;t work in India, unless you are using a DNS + VPN kind of service which will map you to a US server and then proxy all your requests through that server. But if you are able to do all that, then you can enjoy Netflix from India.</li>
</ul>
<ul>
<li>Youtube and Vimeo and Flickr are available directly from Apple TV. So that will allow you to watch some really cool stuff from the internet directly on your large screen HDTV.</li>
</ul>
<ul>
<li>Using Airplay, you can also wirelessly stream content from your iPhone, iPad, iPod Touch to your HDTV. If you have Mountain Lion, you can even stream your Mac&#8217;s screen directly to your HDTV.</li>
</ul>
<ul>
<li>As Apple TV (latest generation) supports iCloud, you can view your most recent photos taken from an iOS device directly on your large screen TV.</li>
</ul>
<ul>
<li>If you have an iTunes Match subscription, you can also listen to your songs directly from your iCloud library.</li>
</ul>
<p>So what do you think about Apple TV and India launch?</p>
<p>Personally, i think if you are someone who owns an iPad (or an iPhone or both) and a HDTV, you should definitely buy an Apple TV. Its totally worth the money.</p>
<p>via <a href="http://www.bgr.in/news/apple-tv-launched-in-india-for-rs-7900/">BGR</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=5r3CLfsJVhI:iObIHNk916c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=5r3CLfsJVhI:iObIHNk916c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=5r3CLfsJVhI:iObIHNk916c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=5r3CLfsJVhI:iObIHNk916c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=5r3CLfsJVhI:iObIHNk916c:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=5r3CLfsJVhI:iObIHNk916c:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/5r3CLfsJVhI" height="1" width="1"/>]]></content:encoded><description>Apple has quietly launched the Apple TV in India and its priced at Rs 7900. I have checked with Imagine store in Bangalore, and they seem to be not aware of this launch. (Apple is now the second largest smartphone brand, in revenue terms in India) For those of you who are wondering, as to [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2013/02/19/apple-tv-launched-in-india-for-rs-7900/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2013/02/19/apple-tv-launched-in-india-for-rs-7900/</feedburner:origLink></item><item><title>Report Places Apple as Second Largest Smartphone Brand in India in terms of Revenue</title><link>http://feedproxy.google.com/~r/technofriends/~3/AfxpDzftpWc/</link><category>Apple</category><category>India</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Mon, 18 Feb 2013 04:23:26 PST</pubDate><guid isPermaLink="false">http://www.technofriends.in/?p=20138</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>As per the latest upcoming report from IDC, Apple is only second to Samsung in terms of Revenue in India, while its still way behind in terms of volumes and stands at fifth position. With the release of <a title="Apple iPhone 5 Released" href="http://www.technofriends.in/2012/09/12/apple-announces-iphone-5/">Apple iPhone 5</a> last year, Apple had also revamped its distribution strategy and had partnered with Reddington and Ingram Micro as its primary distributors in India. Apple&#8217;s jump to second position in terms of revenue has come at the cost of Blackberry which used to hold the second position earlier.</p>
<p><span style="color: #000080;"><em><strong>In the last quarter of 2012, Apple shipped 252,000 iPhone to India, which is around three times its previous three months number.</strong></em></span></p>
<p style="text-align: center;"><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/iPhone-and-India-Apples-Strategy.jpg"><img class="aligncenter size-medium wp-image-20139" alt="iPhone and India (Apple's Strategy)" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/iPhone-and-India-Apples-Strategy-450x252.jpg" width="450" height="252" /></a></p>
<p>Apple products have always been sold at a premium in India and come at a hefty cost, which is a reason for the low volume sales in the country. To help you get a perspective, iPhone 4 in India is priced at Rs. 26,500 (which is around $530) and the latest iPhone 5 costs Rs. 45,500 (which is around $910). If you take on the other hand, smartphones from Samsung are available from $180 &#8211; $750 price range.</p>
<h3><span style="color: #000080;">So what has worked for Apple in India over the last quarter?</span></h3>
<ul>
<li><span style="line-height: 13px;">Partnership with Ingram Micro and Reddington, which gives Apple access to 10,000 stores in India. </span></li>
</ul>
<ul>
<li>EMI schemes (which are also available on e-commerce players like <a href="http://www.flipkart.com/apple-16gb-ipad-mini-wi-fi/p/itmdfwgjthu4feut?pid=TABDFWGG86GVKFRW&amp;affid=pandeyvaib&amp;ref=a8329386-c6ec-4776-991d-506217cce345" target="_blank" rel="&quot;nofollow">Flipkart</a>) which allows a customer to buy an iPhone for 0% interest by just paying a downpayment of around 16,500 Rs.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" alt="Zero Fee EMI's on iPad" src="https://www.evernote.com/shard/s15/sh/b6fef200-62ea-4625-b53f-0823a5ca8d61/b0d732da419756afbd7caa78bd3c7439/deep/0/Online%20Shopping%20India%20-%20Shop%20Online%20for%20Books,%20Mobile%20Phones,%20Digital%20Cameras,%20Watches%20&amp;%20More%20at%20Flipkart.com.jpg" width="690" height="231" /></p>
<ul>
<li>An uptick in Advertisement spend, which helped create more awareness.</li>
</ul>
<ul>
<li>iPhone 5 sales almost at the same time as the global launch. (With iPhone 5, Indians didn&#8217;t have to wait for the phone for too long)</li>
</ul>
<ul>
<li>INR based billing for Apps, Music and Movies on iTunes Store.</li>
</ul>
<h3><span style="color: #000080;">What more can Apple do to Increase Sales in India?</span></h3>
<ul>
<li><span style="line-height: 13px;">Bring in carrier based contracts &#8211; However, it might not work out that well in India as the country is heavily skewed towards prepaid. </span></li>
</ul>
<ul>
<li>Do more media promotion about their products, especially with Indian context in mind. They have definitely upped their advertisement budgets in India, as we see Apple ads regularly in newspapers and national television.</li>
</ul>
<ul>
<li>Increase more outlets &#8211; Apple seems to be able to move things their way by having Reddington and Ingram Micro than just relying on specific telecom outlets. Well, why not add more distribution partners?</li>
</ul>
<ul>
<li>Reduce the price &#8211; haha.. well this one will take the cake of all, if it indeed happens (*wink*)</li>
</ul>
<ul>
<li>Bring in more content partners for TV, Music and Movies (in iTunes Store) &#8211; this one is a bit tangential, but i think if Apple is able to bring in more content partners, this will help the ecosystem and thereby help them sell more products (iPhone included). For those of you unaware of the fact &#8211; Apple now has an iTunes store for India (with Movies, but they are not updated too regularly, unfortunately)</li>
</ul>
<p>What&#8217;s your take about Apple and India? Share your voice in our comments section.</p>
<p>via <a href="http://economictimes.indiatimes.com/tech/hardware/india-bears-fruit-for-apple-iphone-jumps-to-no-2-position-in-value-in-smartphones-pips-blackberry/articleshow/18549811.cms">ET</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=AfxpDzftpWc:zK1-qpp-4LM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=AfxpDzftpWc:zK1-qpp-4LM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=AfxpDzftpWc:zK1-qpp-4LM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=AfxpDzftpWc:zK1-qpp-4LM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=AfxpDzftpWc:zK1-qpp-4LM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=AfxpDzftpWc:zK1-qpp-4LM:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/AfxpDzftpWc" height="1" width="1"/>]]></content:encoded><description>As per the latest upcoming report from IDC, Apple is only second to Samsung in terms of Revenue in India, while its still way behind in terms of volumes and stands at fifth position. With the release of Apple iPhone 5 last year, Apple had also revamped its distribution strategy and had partnered with Reddington [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2013/02/18/report-places-apple-as-second-largest-smartphone-brand-in-india-in-terms-of-revenue/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2013/02/18/report-places-apple-as-second-largest-smartphone-brand-in-india-in-terms-of-revenue/</feedburner:origLink></item><item><title>An In-Depth Review of Kingston Wi-Drive Portable Storage</title><link>http://feedproxy.google.com/~r/technofriends/~3/X4Ciau18N8c/</link><category>Review</category><category>Technology</category><category>Kingston</category><category>Kingston Wi-Drive</category><category>Portable Storage</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Sun, 17 Feb 2013 21:18:53 PST</pubDate><guid isPermaLink="false">http://technofriends.in/?p=20109</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I recently purchased the Kingston Wi-Drive Portable Storage when it was available from Amazon for just $49 and thought of doing an in-depth review of this product on Technofriends. Kingston Wi-Drive (mine is 32GB) is a portable wireless hard disk which works very well with your iOS and Android Devices (and that was the reason i had decided to buy this product, at the very first place). All my iOS Devices (iPad 1st generation, iPhone 4S, iPad 3, iPad mini) are 16gb storage devices and therefore i do find myself locked in situations where i am moving stuff to either <a title="Dropbox" href="http://db.tt/x7qfdU3" rel="nofollow">Dropbox</a> or Box or some other cloud based storage and this is at times a pain (especially with files &gt; 100 mb) when am traveling. I was on the lookout for a solution to this peculiar problem of mine, when i came across a deal alert from Amazon wherein Kingston Wi-Drive was available for just $49 (32 gb edition) as against its actual price of $83 and i was to be very honest, quick to grab the deal (*wink*).</p>
<p>Data access works through an app that you download on your device (Android or iOS Device only).</p>
<p style="text-align: center;"><img class="aligncenter" alt="Kingston Wi-Drive Wireless Portable Storage Review" src="https://www.evernote.com/shard/s15/sh/a894f188-724d-4b78-b6ee-9bade4aca6f6/ea0a6f91bead6dddb4d9c4dcff3a78b9/deep/0/Pasted%20Image%202/17/13%206:03%20PM.jpg" width="840" height="522" /></p>
<p><span style="color: #000080;"><strong>In order to get started you need to follow the steps below </strong></span></p>
<p>a. First charge your wireless drive. The power indicator shown above in the picture is a green led which will blink when the device is charging. Once the Wi-Drive is fully charged, this green light will stop blinking.</p>
<p>When i first got the Kingston Wi-Drive, i directly plugged it to my computer and found that the computer was not recognizing the drive. It was because the drive had no charge, so i had to put it up for charging and then only it was recognized by the computer. Therefore, as a first step its important that you charge the drive completely.</p>
<p>b.Once you have charged the drive, you can connect it to your computer using the mini USB cable which comes with the drive. Your computer should recognize the drive as &#8220;Wi Drive&#8221; or &#8220;KINGSTON&#8221; (in my case it was KINGSTON, however the manual says it should be Wi Drive&#8221;) in Finder or Explorer. This is the drive in which you should copy your data. (see image below)</p>
<p><img class="aligncenter" alt="Copying Data to Kingston Wi-Drive " src="https://www.evernote.com/shard/s15/sh/1bdbc59d-140f-4d76-91e1-1cd145e46644/732606854ab067094e379b791327da07/deep/0//System/Library/CoreServices/Finder.app/Contents/Resources/MyLibraries/myDocuments.cannedSearch.jpg" width="206" height="408" /></p>
<p>c. Now that you have your data on the Wi-Drive, you should download and install the Wi-Drive App from iTunes App Store or Google Play Store. (do a search for Wi-Drive on your relevant store and you should be able to get the app link for downloading and installing on the device). I have got the iOS App installed on my iPhone (and iPad).</p>
<p>d. Switch on the drive. When you switch it on (which you can do by pressing the power indicator for a few seconds), it will start underlying Apache server (which is the web server to which the app connects). When the drive is ready to share data, you will see the Wireless (Wifi) indicator on the drive blinking. (see image below)</p>
<p><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Setting-up-your-Kingston-Wi-Drive-Portable-Storage-for-iOS-and-Android.jpg"><img class="aligncenter size-medium wp-image-20135" alt="Setting up your Kingston Wi-Drive Portable Storage for iOS and Android" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Setting-up-your-Kingston-Wi-Drive-Portable-Storage-for-iOS-and-Android-337x450.jpg" width="337" height="450" /></a></p>
<p><span style="color: #000080;"><em>The way this whole mechanism of extended data storage works is &#8211; Kingston has a small Apache server installed on the drive. Apache automatically starts whenever the drive is started. The app (on your iOS / Android device) talks to this apache server to expose the files stored and thereby allows for sharing.</em></span></p>
<p>e. Next you need to connect your phone to the wireless network of the Wi-Drive. On your iOS Device, you need to go to Settings &#8211;&gt; Wi-Fi . Under Choose a Network, select Wi-Drive (see image below).</p>
<p style="text-align: center;"><img class="aligncenter" alt="Kingston Wi-Drive Portable Storage Review" src="https://www.evernote.com/shard/s15/sh/4d90f809-7f2c-425d-909e-344e5c5e4601/b0b83e421bdeeba996130acc475f765c/deep/0/Photo%20Skitch%20Document.jpg" width="384" height="577" /></p>
<p>f. Next start the app that you downloaded in step c. You will see that the app lists down your Wi-Drive and the IP Address associated with it. (if you don&#8217;t see the Wi-Drive listed, ensure that you have followed all the instructions upto this point in the right order and that your Wi-Drive has the green led for wireless network &#8220;on&#8221;)</p>
<p style="text-align: center;"><img class="aligncenter" title="Configuring Wi-Drive App " alt="Configuring Wi-Drive App " src="https://www.evernote.com/shard/s15/sh/e0b8cfbf-0579-4e8e-92a4-ee2346a62a62/2bd27b083d923a32041012d82783f8a1/deep/0/Photo%20Skitch%20Document.jpg" width="568" height="428" /></p>
<p style="text-align: left;">Tapping on the Wi-Drive listing above, you will be taken to the next screen which has sections for listing down your pictures, videos and music. The default tab is to all the files.</p>
<p style="text-align: center;"><img class="aligncenter" alt="Wi-Drive listing out all the data it carries" src="https://www.evernote.com/shard/s15/sh/a5c22197-3a31-4d43-b883-afc1fa8c2d78/9fade7d8289f4b97f02516f4bb16ac9b/deep/0/Photo%20Skitch%20Document.jpg" width="384" height="576" /></p>
<p style="text-align: left;">There is also a settings icon on the screen and if you tap on that you will see the screen as depicted in the image below. There are options to configure your Wi-Drive settings and network settings and an option to upgrade the firmware of the Drive.</p>
<p style="text-align: center;"><img class="aligncenter" alt="Wi-Drive Network Settings " src="https://www.evernote.com/shard/s15/sh/45d9fa06-c513-4910-9c4b-bcfaecb0dbdb/5a40848be4ce230a84639302cf21ce47/deep/0/Photo%20Skitch%20Document.jpg" width="384" height="576" /></p>
<p style="text-align: left;">Lets start by going through the various settings available under Wi-Drive settings menu. Using the Wi-Drive settings screen, you can do the following</p>
<ul>
<li>Set a Device name &#8211; this will be the name shown on your Wifi settings screen (on your phone) as specified in <em>step e</em> above.</li>
<li>Visibility Status &#8211; this will broadcast the SSID to other devices. If this is set to Off, you will not see the SSID listed on your phone in <em>step e</em> above.</li>
<li>Security &#8211; you can set a WEP / WPA key to login to the wireless network. If this is set, any wireless connection to the drive, will require you to login to the network (default is off and i have let it like that for now).</li>
</ul>
<h3><img class="aligncenter" alt="Wi Drive Network Settings configuration" src="https://www.evernote.com/shard/s15/sh/4b1b2dcb-f91a-45f2-a753-d43b2aca453d/f34768b9bbd768a964233cf662a3e85d/deep/0/Photo%20Skitch%20Document.jpg" width="384" height="576" /></h3>
<p>Next up, let&#8217;s talk about the Network Connection menu &#8211; this is an important menu and you should definitely configure it. <span style="color: #ff0000;"><em>If this is left un-configured, you will not be able to access internet while connected to this drive.</em></span> The way it works is &#8211; your drive will connect to the Wifi network of your choice (which you configure) and act as a proxy for the internet traffic. Your phone or tablet will still be connected to the Wi-Drive, but all requests which require internet connection will be forwarded to the wireless router you configure in this section. Therefore, i would suggest definitely configuring this section.</p>
<p>Do note &#8211; that if you are connecting to a wireless network which requires a password, you will be presented with another screen to enter the password in order to join the network.</p>
<h3><img class="aligncenter" alt="Network Connection for accessing internet" src="https://www.evernote.com/shard/s15/sh/376aabb7-47d5-46c1-b252-7f208d4cd556/38bf0ad4b7e2589dbb5859016e117fbc/deep/0/Photo%20Skitch%20Document.jpg" width="384" height="576" /></h3>
<h3><span style="color: #000080;">Key Features of Kingston Wi-Drive that make my purchase worth every penny</span></h3>
<p>1. Allows you to virtually extend storage of your iOS device by adding a 32 / 64/ 128 GB wireless storage, which can be used to store your music, movies, pdf&#8217;s etc.</p>
<p>2. Kingston Wi-Drive is just 4.8 x 2.4 x 0.4 inches and weighs just 4 ounces, which makes it a perfect travel companion. Its thin and compact.</p>
<p>3. Battery is obviously rechargeable. Though, the charge does dissipate soon.</p>
<p>4. It allows upto 3 users simultaneously to access data stored. These users can be on any platform (iOS or Android only supported as per my knowledge at the time of writing this article).</p>
<p>5. The way to push data to the drive is by connecting the miniUSB to USB cable which comes included with the pack to the computer and then transferring the data.</p>
<p>6. You can also access the Internet by connecting the device with the outbound wireless network ( as already explained above)</p>
<h3><span style="color: #000080;">Some features, I hope Kingston really works and Improves upon</span></h3>
<p>a. The battery life &#8211; though advertised 4 hours, i have always got only around 3 hours max from this device.</p>
<p>b. I cannot write to the disc wirelessly from my iOS Device. I can only read from the Drive wirelessly.I wish there was some file explorer kind of interface which allowed me to read and write to the disc without needing an app.</p>
<p>c. Data transfer speed from my computer to the drive was quite slow.</p>
<p>d. I also found that the device gets very hot while in use. So ensure you have a well ventilated room / environment when using the drive.</p>
<h3><span style="color: #000080;">What&#8217;s in the Box, Pricing and Warranty</span></h3>
<p>At the time of writing this article, Kingston Wi-Drive is available for $89.99 from Amazon (US). You get the following as part of the box</p>
<ul>
<li>Kingston 32GB Wi-Drive Flash Storage for Apple iDevices</li>
<li>mini USB to USB Cable</li>
</ul>
<p>Kingston Wi-Drive comes with a 1-Year Limited Warranty.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.amazon.com/gp/product/B00576APEI/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00576APEI&amp;linkCode=as2&amp;tag=technofriends-20" rel="nofollow"><img class="aligncenter" style="border: 1px solid black;" alt="" src="https://www.evernote.com/shard/s15/sh/2635d43a-c36a-4466-bf26-5bbab2a0dd8e/c0651ccbfc3773a2d442e28bce13dee5/deep/0/Amazon.com:%20Kingston%20Wi-Drive%2032%20GB%20USB%202.0%20Pocket-sized%20Portable%20Storage%20WID/32GBZ:%20Electronics.jpg" width="978" height="391" /></a></p>
<h3><span style="color: #000080;">Summary</span></h3>
<p>Overall I am very pleased with the Kingston Wi-drive and use it on a daily basis. I have my audiobooks, my photos, some of my videos and other files on the drive. If you are in the market to buy a portable storage for your iOS or Android device, I will suggest you definitely give Kingston Wi-drive a serious thought.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X4Ciau18N8c:do78Ph2Xwu8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X4Ciau18N8c:do78Ph2Xwu8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X4Ciau18N8c:do78Ph2Xwu8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X4Ciau18N8c:do78Ph2Xwu8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X4Ciau18N8c:do78Ph2Xwu8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X4Ciau18N8c:do78Ph2Xwu8:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/X4Ciau18N8c" height="1" width="1"/>]]></content:encoded><description>I recently purchased the Kingston Wi-Drive Portable Storage when it was available from Amazon for just $49 and thought of doing an in-depth review of this product on Technofriends. Kingston Wi-Drive (mine is 32GB) is a portable wireless hard disk which works very well with your iOS and Android Devices (and that was the reason [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2013/02/18/an-in-depth-review-of-kingston-wi-drive-portable-storage/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2013/02/18/an-in-depth-review-of-kingston-wi-drive-portable-storage/</feedburner:origLink></item><item><title>Open any URL or Application Directly from Terminal in Mac OS X</title><link>http://feedproxy.google.com/~r/technofriends/~3/hgj7yR7tTYI/</link><category>Apple</category><category>How-To</category><category>Mac Os X</category><category>terminal</category><category>Tutorial</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Thu, 14 Feb 2013 06:27:03 PST</pubDate><guid isPermaLink="false">http://www.technofriends.in/?p=20116</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you are a Mac OS X user (like me), you will be glad to know that your very own terminal app can also be used to open Applications and URL&#8217;s. This is done using a command called <strong>&#8220;open&#8221;</strong> (without double-quotes, obviously) and i am going to let you know of the various capabilities this command brings to the table..nah..to Mac OS X. (*wink*)</p>
<p><em>First before we start, you can do the following </em></p>
<p>a. Open the terminal from your Applications folder. You can also open it by hitting Command and Spacebar (command + spacebar) combination and then typing out Terminal (command and space opens Spotlight search which can be used to search the apps directly without navigating to the applications / other folders on the mac)</p>
<p>b. Type at the prompt open and hit enter. This should list the usage directions for the command. I have pasted it below for your reference.</p>
<blockquote><p>Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-b &lt;bundle identifier&gt;] [-a &lt;application&gt;] [filenames] [--args arguments]<br />
Help: Open opens files from a shell.<br />
By default, opens each file using the default application for that file.<br />
If the file is in the form of a URL, the file will be opened as a URL.<br />
Options:<br />
-a Opens with the specified application.<br />
-b Opens with the specified application bundle identifier.<br />
-e Opens with TextEdit.<br />
-t Opens with default text editor.<br />
-f Reads input from standard input and opens with TextEdit.<br />
-F &#8211;fresh Launches the app fresh, that is, without restoring windows. Saved persistent state is lost, excluding Untitled documents.<br />
-R, &#8211;reveal Selects in the Finder instead of opening.<br />
-W, &#8211;wait-apps Blocks until the used applications are closed (even if they were already running).<br />
&#8211;args All remaining arguments are passed in argv to the application&#8217;s main() function instead of opened.<br />
-n, &#8211;new Open a new instance of the application even if one is already running.<br />
-j, &#8211;hide Launches the app hidden.<br />
-g, &#8211;background Does not bring the application to the foreground.<br />
-h, &#8211;header Searches header file locations for headers matching the given filenames, and opens them.</p></blockquote>
<p>As you can note from the various options listed above, you can open the URL using Safari or another browser / application by specifying -a Option. Here is how i have done it (see screenshot below) . If you don&#8217;t specify -a and just type the name of the file, the file will be opened using the default application for the file type.</p>
<p><strong><span style="color: #000080;">PROMPT&gt;</span> open -a Safari http://www.technofriends.in</strong></p>
<p><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-9.13.09-PM.png"><img class="aligncenter size-full wp-image-20119" alt="Open URL or Application with Terminal in Mac OS X" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-9.13.09-PM.png" width="771" height="238" /></a></p>
<p>This will open the URL specified in Safari. (see the address bar below).</p>
<p style="text-align: center;"><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Technofriends.png"><img class="aligncenter  wp-image-20120" style="border: 1px solid black;" alt="Open URL or Application with Terminal in Mac OS X" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Technofriends-1024x713.png" width="800" height="500" /></a></p>
<p>In the command below &#8211; i have not typed &#8220;Safari&#8221;, this should open the URL in my default browser (which is chrome, just for the records).</p>
<p style="text-align: center;"><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-9.33.42-PM.png"><img class="aligncenter size-full wp-image-20121" alt="Open URL or Application with Terminal in Mac OS X" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-9.33.42-PM.png" width="636" height="97" /></a></p>
<p> and it opens the URL in Chrome, which as i mentioned earlier, is my default browser..</p>
<p><img class="alignnone" style="border: 1px solid black;" alt="" src="https://www.evernote.com/shard/s15/sh/8b5410c5-db2a-4330-b966-8acd5ecd4565/03dfdae6536a354c23b4fbc432920bec/deep/0/Technofriends.jpg" width="800" height="500" /></p>
<p>Now let me show you how you can open applications using Open command in terminal.</p>
<p>At the prompt, type as follows to open Finder.</p>
<p><strong><span style="color: #000080;">PROMPT&gt;</span> open -a Finder </strong></p>
<p>and you will find Finder opening (i wrote about another Finder hack, in an earlier article which had step by step instructions on how you can <a title="Show complete path of file in Finder instead of Folder Name on Mac OS X" href="http://www.technofriends.in/2013/02/12/how-to-show-complete-path-of-folder-on-finder-titlebar-on-mac-os-x/">show complete path of file in Finder instead of Folder name</a>)</p>
<p>If you instead type the following<strong> open . </strong>, Finder will open the current working directory.</p>
<p><strong><span style="color: #000080;">PROMPT&gt;</span> open . </strong></p>
<p>Checkout the screenshot below</p>
<p><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-11.16.17-PM.png"><img class="aligncenter size-full wp-image-20123" alt="Open URL or Application with Terminal in Mac OS X" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-11.16.17-PM.png" width="713" height="130" /></a></p>
<p><a href="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-11.15.19-PM1.png"><img class="aligncenter size-full wp-image-20124" alt="Open URL or Application with Terminal in Mac OS X" src="http://www.technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/Screen-Shot-2013-02-14-at-11.15.19-PM1.png" width="605" height="76" /></a></p>
<p>So this was all, that i wanted to share with you on how to open a URL or an app directly using the Terminal app in Mac OS X. Do try out the different options available with the command and see for yourself what hidden gem you might find.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=hgj7yR7tTYI:qJQPe9IdrS8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=hgj7yR7tTYI:qJQPe9IdrS8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=hgj7yR7tTYI:qJQPe9IdrS8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=hgj7yR7tTYI:qJQPe9IdrS8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=hgj7yR7tTYI:qJQPe9IdrS8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=hgj7yR7tTYI:qJQPe9IdrS8:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/hgj7yR7tTYI" height="1" width="1"/>]]></content:encoded><description>If you are a Mac OS X user (like me), you will be glad to know that your very own terminal app can also be used to open Applications and URL&amp;#8217;s. This is done using a command called &amp;#8220;open&amp;#8221; (without double-quotes, obviously) and i am going to let you know of the various capabilities this [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2013/02/14/open-a-url-directly-from-terminal-in-mac-os-x-quick-tip/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2013/02/14/open-a-url-directly-from-terminal-in-mac-os-x-quick-tip/</feedburner:origLink></item><item><title>How To Add Emoji (Emoticon) Keyboard on your iPad for Free</title><link>http://feedproxy.google.com/~r/technofriends/~3/0H1_cVVwnCE/</link><category>Apple</category><category>How-To</category><category>Emoji</category><category>Emoticon Keyboard</category><category>iOS</category><category>Ipad</category><category>iPhone</category><category>Ipod Touch</category><category>Tutorial</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Wed, 13 Feb 2013 00:59:51 PST</pubDate><guid isPermaLink="false">http://technofriends.in/?p=20108</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I am personally not an emoji keyboard fan, but I got intrigued by it recently when my wife told me about an app she had bought which allowed her to add some cool and funny emoticons to her messages and mails. This article is therefore dedicated to all those of you who have an iPhone (or an iPod touch) or an iPad and want to enjoy emoji keyboard without paying a dime. (and just for the record, my wife gave me a challenge last time when she was not able to <a title="Find the Phone Number of the SIM card installed on your iPad" href="http://technofriends.in/2012/02/06/how-to-find-the-phone-number-of-your-apple-ipad/">figure out the phone number of the SIM card installed on an iPad</a>)</p>
<p>In order to enable Emoji keyboard on your iPhone / iPod touch / iPad for free, please follow the steps listed below. I am on iOS 6, and therefore the screenshots and instructions assume that you too are on the latest iOS 6 version.</p>
<p>1. Click on Settings icon on your iOS device.</p>
<p>2. Once inside Settings, you need to tap on the menu item called &#8220;General&#8221; ( orange arrow in the picture below) and then tap on the menu item called &#8220;Keyboard&#8221;. </p>
<p><em>Keyboard setting lists down all the keyboards configured on your iOS device and also provides an option to add new keyboard. </em></p>
<p><a href="http://wp.me/pv9To-5ek"><img class="alignnone" title="How to Add Emoji Keyboard for FREE to your iOS Devices" alt="How to Add Emoji Keyboard for FREE to your iOS Devices" src="https://www.evernote.com/shard/s15/sh/d29a58a5-4908-4df3-adb4-649020454e13/71ae4f1e6cca57438bd7bb452c2e2fe0/deep/0/Photo%20Skitch%20Document.png" width="800" height="500" /></a></p>
<p>3. Next tap on the menu item which says &#8220;Add New Keyboard&#8221; as shown in the image below.</p>
<p><em>From the image below you can see that I currently have only an &#8220;English (UK)&#8221; keyboard configured on the iPad. </em></p>
<p><a href="http://wp.me/pv9To-5ek"><img class="alignnone" title="Step by Step Instructions on adding an emoji (emoticon) keyboard to your iOS Device" alt="Step by Step Instructions on adding an emoji (emoticon) keyboard to your iOS Device" src="https://www.evernote.com/shard/s15/sh/b39f741d-17cf-4767-8746-eb00024c917c/4f87774fdb0ebc62606096425cb0089c/deep/0/Photo%20Skitch%20Document.jpg" width="800" height="500" /></a></p>
<p>4. On the list that is presented to you on the right hand side, You will need to scroll down to select &#8220;Emoji&#8221;. See picture below </p>
<p><a href="http://wp.me/pv9To-5ek"><img class="alignnone" title="How to add an Emoji keyboard to your iOS Devices for FREE" alt="How to add an Emoji keyboard to your iOS Devices for FREE" src="https://www.evernote.com/shard/s15/sh/c572501a-34fa-4b8f-9eb4-f27f8bf7a3af/484f35d7ac7cec852b7fca1ece5313f4/deep/0/Photo%20Skitch%20Document.jpg" width="800" height="500" /></a></p>
<p>5. From the image below, you can see that an &#8220;Emoji&#8221; keyboard got added to my device. </p>
<p><a href="http://wp.me/pv9To-5ek"><img class="alignnone" title="Adding an Emoji (Emoticon) Keyboard to your iOS Devices. (Step by Step Instructions)" alt="Adding an Emoji (Emoticon) Keyboard to your iOS Devices. (Step by Step Instructions)" src="https://www.evernote.com/shard/s15/sh/99696eaf-5995-42ee-8439-9146930def59/326e337110cd9cd81cad6c92f41161b0/deep/0/Photo%20Skitch%20Document.png" width="800" height="500" /></a></p>
<p>6. As a last step, in order to use the Emoji keyboard you just added, open any app which requires you to enter some text using a digital keyboard on your iPad or iPhone (or an iPod touch). I have opened &#8220;Mail&#8221; below. </p>
<p>Clicking on the globe icon will allow you to switch between all the configured keyboards. (Remember, I now have two &#8211; English and Emoji) </p>
<p><a href="http://wp.me/pv9To-5ek"><img class="alignnone" title="Adding an Emoticon keyboard to your iOS Device for FREE" alt="Adding an Emoticon keyboard to your iOS Device for FREE" src="https://www.evernote.com/shard/s15/sh/077f9f2c-769a-4e3c-bd39-4af1e1e25cd2/b1117a154c3ff054de0cdb4fd594a4e4/deep/0/Photo%20Skitch%20Document.jpg" width="800" height="500" /></a></p>
<p>&nbsp; and here&#8217;s my free Emoji keyboard&#8230; Hurray!!!</p>
<p><a href="http://wp.me/pv9To-5ek"><img class="alignnone" alt="Get an Emoji Keyboard on an iPad for FREE" src="https://www.evernote.com/shard/s15/sh/fa27b94f-faee-4ad6-a17a-f5c5613f12b7/2965a59782e58e56c22638bf2f1b0f3c/deep/0/Photo%20Skitch%20Document.jpg" width="800" height="500" /></a></p>
<p>And before i close this article, In order to make this whole content more engaging with the readers of Technofriends, i have also made a short video which explains all the steps above. Have a look and share your comments.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='470' height='295' src='http://www.youtube.com/embed/TcBg9NiByS8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=0H1_cVVwnCE:zFAgxrXIyhI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=0H1_cVVwnCE:zFAgxrXIyhI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=0H1_cVVwnCE:zFAgxrXIyhI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=0H1_cVVwnCE:zFAgxrXIyhI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=0H1_cVVwnCE:zFAgxrXIyhI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=0H1_cVVwnCE:zFAgxrXIyhI:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/0H1_cVVwnCE" height="1" width="1"/>]]></content:encoded><description>I am personally not an emoji keyboard fan, but I got intrigued by it recently when my wife told me about an app she had bought which allowed her to add some cool and funny emoticons to her messages and mails. This article is therefore dedicated to all those of you who have an iPhone [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2013/02/13/how-to-add-emoji-emoticon-keyboard-on-your-ipad-for-free/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">2</slash:comments><feedburner:origLink>http://www.technofriends.in/2013/02/13/how-to-add-emoji-emoticon-keyboard-on-your-ipad-for-free/</feedburner:origLink></item><item><title>[How-To] Show Complete Path Of Folder On Finder TitleBar On Mac OS X</title><link>http://feedproxy.google.com/~r/technofriends/~3/X-AsW6TobHE/</link><category>How-To</category><category>Mac</category><category>Mac Os X</category><category>Tutorial</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Tue, 12 Feb 2013 07:07:29 PST</pubDate><guid isPermaLink="false">http://technofriends.in/?p=20100</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>For those of you who are Mac OS X users, you will be happy to note that you can show the complete path of the folder on the title bar of Finder, instead of showing the conventional folder name.</p>
<p>In order for you to show the complete path of the folder in Finder, you will need to enable a setting which can be done using the terminal. Therefore, its important that you open your Terminal. For those of you who are absolutely new to Mac or don&#8217;t use Terminal / have never used Terminal, you can find it under Applications.</p>
<p><a href="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/how-to-change-display-of-title-on-mac-osx-finder.png"><img class="aligncenter size-full wp-image-20105" alt="Change Display of Finder Title Bar to show complete address of folder in Mac OS X" src="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/how-to-change-display-of-title-on-mac-osx-finder.png" width="949" height="271" /></a></p>
<p>Open the terminal and type the commands shown below. You will need to first type the first line of command, press enter and then type out the second command and then again press enter.</p>
<p>&nbsp;</p>
<blockquote><p><strong>defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES</strong></p>
<p><strong>killall Finder</strong></p>
<p>&nbsp;</p></blockquote>
<p><a href="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/how-to-change-display-of-title-on-mac-osx-finder-2.png"><img class="aligncenter size-full wp-image-20106" alt="Change Display of Finder Title Bar to show complete address of folder in Mac OS X" src="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/how-to-change-display-of-title-on-mac-osx-finder-2.png" width="698" height="95" /></a><br />
<a href="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/how-to-change-display-of-title-on-mac-osx-finder-3.png"><img class="aligncenter size-large wp-image-20104" alt="Change Display of Finder Title Bar to show complete address of folder in Mac OS X" src="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2013/02/how-to-change-display-of-title-on-mac-osx-finder-3-1024x235.png" width="1024" height="235" /></a></p>
<p>In order to revert back to the NAME ONLY mode, you can type the following at the command prompt.</p>
<blockquote><p><strong>defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO</strong></p>
<p><strong>killall Finder</strong></p></blockquote>
<p>killall Finder will kill all running instances of Finder (which is another application, just like Explorer in Windows) and will then restart Finder.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X-AsW6TobHE:aezjQx5Q3Fw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X-AsW6TobHE:aezjQx5Q3Fw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X-AsW6TobHE:aezjQx5Q3Fw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X-AsW6TobHE:aezjQx5Q3Fw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=X-AsW6TobHE:aezjQx5Q3Fw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=X-AsW6TobHE:aezjQx5Q3Fw:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/X-AsW6TobHE" height="1" width="1"/>]]></content:encoded><description>For those of you who are Mac OS X users, you will be happy to note that you can show the complete path of the folder on the title bar of Finder, instead of showing the conventional folder name. In order for you to show the complete path of the folder in Finder, you will [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2013/02/12/how-to-show-complete-path-of-folder-on-finder-titlebar-on-mac-os-x/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments><feedburner:origLink>http://www.technofriends.in/2013/02/12/how-to-show-complete-path-of-folder-on-finder-titlebar-on-mac-os-x/</feedburner:origLink></item><item><title>[How-To] Update Maps on TomTom Via 100/120/125 GPS Device</title><link>http://feedproxy.google.com/~r/technofriends/~3/JvY0YZfTmKs/</link><category>How-To</category><category>Video</category><category>gps</category><category>tomtom</category><category>TomTom Via 100</category><category>TomTom Via 120</category><category>TomTom Via 125</category><category>Tutorial</category><category>Updating Maps</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Sat, 01 Dec 2012 05:31:58 PST</pubDate><guid isPermaLink="false">http://technofriends.in/?p=20097</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>If you have a TomTom Via 100, TomTom Via 120 or a TomTom Via 125 GPS Device and you are looking for a step by step tutorial on how to update maps on the device, do follow the video posted as part of the article.</p>
<p><a href="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/12/How-To-Update-Maps-on-TomTom-Via-100-GPS.jpg"><img class="aligncenter size-medium wp-image-20099" title="How To Update Maps on TomTom Via 100 GPS" src="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/12/How-To-Update-Maps-on-TomTom-Via-100-GPS-450x166.jpg" alt="[How-To] Update Maps on TomTom Via 100/120/125 GPS Device" width="450" height="166" /></a></p>
<p><iframe src="http://www.youtube.com/embed/4bJ9hP8ZkMY" frameborder="0" width="560" height="315"></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=JvY0YZfTmKs:9JSn3AhaHJM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=JvY0YZfTmKs:9JSn3AhaHJM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=JvY0YZfTmKs:9JSn3AhaHJM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=JvY0YZfTmKs:9JSn3AhaHJM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=JvY0YZfTmKs:9JSn3AhaHJM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=JvY0YZfTmKs:9JSn3AhaHJM:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/JvY0YZfTmKs" height="1" width="1"/>]]></content:encoded><description>If you have a TomTom Via 100, TomTom Via 120 or a TomTom Via 125 GPS Device and you are looking for a step by step tutorial on how to update maps on the device, do follow the video posted as part of the article.</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2012/12/01/how-to-update-maps-on-tomtom-via-100120125-gps-device/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2012/12/01/how-to-update-maps-on-tomtom-via-100120125-gps-device/</feedburner:origLink></item><item><title>Oracle Exam Training Customized Just For You</title><link>http://feedproxy.google.com/~r/technofriends/~3/WPHDqiz1lbk/</link><category>Technology</category><category>Oracle</category><category>Oracle Exam</category><category>Oracle Exam Training</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Thu, 01 Nov 2012 10:45:42 PDT</pubDate><guid isPermaLink="false">http://technofriends.in/?p=20095</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Who doesn’t like to customize training? Becoming certified for Oracle is a challenging process, but folks at TestsLive at <a href="http://www.testslive.com" target="_blank">www.testslive.com</a> make sure you have the training you need.</p>
<p>TestsLive have practices and many years of experience in developing Oracle certification exam training and then delivering that custom training to our students, an approach that has been found by them to be a highly successful way to create an intelligent, logical method to study. User adoption is very flexible, yet a comprehensive method in which to study.</p>
<p><a href="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/11/Screen-Shot-2012-11-01-at-11.14.20-PM.png"><img class="aligncenter size-medium wp-image-20096" title="Screen Shot 2012-11-01 at 11.14.20 PM" src="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/11/Screen-Shot-2012-11-01-at-11.14.20-PM-450x152.png" alt="Oracle Exam Training Customized Just For You" width="450" height="152" /></a></p>
<p>TestsLive uses a few important elements that guarantee success. Their strategies include: determining training needs, to develop a detailed plan while managing necessary initiatives for students; developing content that is important, relevant and critical in a custom-based format utilizing your software and company’s processes; they optimize their delivery methods and offer workshops and provide you with a coach to support and train your employees.</p>
<p>When you enroll in TestsLive, you have many choice options from which to choose for your Oracle certification exam. Most of all, they offer a professional learning environment that gives you the opportunity to choose the level and speed at which you are able to study and learn in a way that suits your personal style. They also offer a large variety of course studies so that you can find the appropriate course at the appropriate time. You can review the <a href="http://www.testslive.com/oracle/" target="_blank">Oracle certification exam prep</a> materials prior to purchasing. That’s part of their guarantee.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=WPHDqiz1lbk:oSbNKU55IlE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=WPHDqiz1lbk:oSbNKU55IlE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=WPHDqiz1lbk:oSbNKU55IlE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=WPHDqiz1lbk:oSbNKU55IlE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=WPHDqiz1lbk:oSbNKU55IlE:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=WPHDqiz1lbk:oSbNKU55IlE:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/WPHDqiz1lbk" height="1" width="1"/>]]></content:encoded><description>Who doesn’t like to customize training? Becoming certified for Oracle is a challenging process, but folks at TestsLive at www.testslive.com make sure you have the training you need. TestsLive have practices and many years of experience in developing Oracle certification exam training and then delivering that custom training to our students, an approach that has [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2012/11/01/oracle-exam-training-customized-just-for-you/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2012/11/01/oracle-exam-training-customized-just-for-you/</feedburner:origLink></item><item><title>Watch Apple’s Event Live Streamed by Apple</title><link>http://feedproxy.google.com/~r/technofriends/~3/PQqqnauBrSA/</link><category>Apple</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav Pandey</dc:creator><pubDate>Tue, 23 Oct 2012 10:17:53 PDT</pubDate><guid isPermaLink="false">http://technofriends.in/?p=20086</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>You can watch the special Apple event live-streamed directly by Apple by going to the special event page at <a href="http://www.apple.com/apple-events/october-2012/" target="_blank">www.apple.com/apple-events/october-2012/</a></p>
<p><a href="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/10/Screen-Shot-2012-10-23-at-10.46.02-PM.png"><img class="aligncenter size-medium wp-image-20092" title="Apple October 23 Event - Livestream" src="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/10/Screen-Shot-2012-10-23-at-10.46.02-PM-450x342.png" alt="" width="450" height="342" /></a></p>
<p>&nbsp;</p>
<p>By the way, you should be on Safari to be able to watch the stream. I tried opening the stream on my Chrome browser on the macbook pro and i got the following displayed on my browser.</p>
<p><a href="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/10/Screen-Shot-2012-10-23-at-10.47.18-PM.png"><img class="aligncenter size-full wp-image-20094" title="Apple Special Event Live Streaming" src="http://technofriends.in/vaibhav/wordpress/wp-content/uploads/2012/10/Screen-Shot-2012-10-23-at-10.47.18-PM.png" alt="Apple Special Event Live Streaming" width="413" height="261" /></a></p>
<p>Live streaming video requires Safari 4 or later on Mac OS X v10.6 or later; Safari on iOS 4.2 or later. Streaming via Apple TV requires second- or third-generation Apple TV with software 5.0.2 or later.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technofriends?i=PQqqnauBrSA:iV1nLxGCQ9U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technofriends?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technofriends?i=PQqqnauBrSA:iV1nLxGCQ9U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technofriends?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technofriends?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technofriends?i=PQqqnauBrSA:iV1nLxGCQ9U:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=PQqqnauBrSA:iV1nLxGCQ9U:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technofriends?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technofriends?i=PQqqnauBrSA:iV1nLxGCQ9U:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technofriends?a=PQqqnauBrSA:iV1nLxGCQ9U:nQ_hWtDbxek"><img src="http://feeds.feedburner.com/~ff/technofriends?d=nQ_hWtDbxek" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technofriends/~4/PQqqnauBrSA" height="1" width="1"/>]]></content:encoded><description>You can watch the special Apple event live-streamed directly by Apple by going to the special event page at www.apple.com/apple-events/october-2012/ &amp;#160; By the way, you should be on Safari to be able to watch the stream. I tried opening the stream on my Chrome browser on the macbook pro and i got the following displayed [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.technofriends.in/2012/10/23/watch-apples-event-live-streamed-by-apple/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://www.technofriends.in/2012/10/23/watch-apples-event-live-streamed-by-apple/</feedburner:origLink></item></channel></rss>
