<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Video:  Quick Look at Samsung&#8217;s TecTiles in Action</title>
	<atom:link href="http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/</link>
	<description>An intense Android news community bringing you the latest in phones, rooting, apps, and reviews.</description>
	<lastBuildDate>Sat, 25 May 2013 00:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Joao Rostli</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-2000136</link>
		<dc:creator>Joao Rostli</dc:creator>
		<pubDate>Fri, 03 Aug 2012 23:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-2000136</guid>
		<description><![CDATA[Many answers to many questions;
http://www.nfc-phones.org/nfc-tags/  

About NFC Tags; Tectiles, SmartTags, Tag+, Mifare and much more]]></description>
		<content:encoded><![CDATA[<p>Many answers to many questions;<br />
<a href="http://www.nfc-phones.org/nfc-tags/" rel="nofollow">http://www.nfc-phones.org/nfc-tags/</a>  </p>
<p>About NFC Tags; Tectiles, SmartTags, Tag+, Mifare and much more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TaylorTaylorTaylor</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1874362</link>
		<dc:creator>TaylorTaylorTaylor</dc:creator>
		<pubDate>Mon, 18 Jun 2012 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1874362</guid>
		<description><![CDATA[I ordered the samsung tags. Shipping + some random &quot;convenience fee&quot; brought it to $23. Super lame. I knew they were overpriced before I ordered, so I&#039;m not upset, but I am stoked to know cheaper tags will work too!]]></description>
		<content:encoded><![CDATA[<p>I ordered the samsung tags. Shipping + some random &#8220;convenience fee&#8221; brought it to $23. Super lame. I knew they were overpriced before I ordered, so I&#8217;m not upset, but I am stoked to know cheaper tags will work too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Stanchfield</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1870547</link>
		<dc:creator>Scott Stanchfield</dc:creator>
		<pubDate>Thu, 14 Jun 2012 17:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1870547</guid>
		<description><![CDATA[The phone needs to be unlocked, and in _very_ close proximity to the tag. Android phones will also make a sound when the tag is detected (though that won&#039;t help if the volume is turned off).


Note that the applications installed on the phone drive what actually happens (and when installing the application you grant it permission). Usually this means that a contact might be added to an address book, or a web page is displayed on your browser.


To do what you suggest would require installation of a malicious app that cooperates with a malicious tag...]]></description>
		<content:encoded><![CDATA[<p>The phone needs to be unlocked, and in _very_ close proximity to the tag. Android phones will also make a sound when the tag is detected (though that won&#8217;t help if the volume is turned off).</p>
<p>Note that the applications installed on the phone drive what actually happens (and when installing the application you grant it permission). Usually this means that a contact might be added to an address book, or a web page is displayed on your browser.</p>
<p>To do what you suggest would require installation of a malicious app that cooperates with a malicious tag&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Stanchfield</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1870531</link>
		<dc:creator>Scott Stanchfield</dc:creator>
		<pubDate>Thu, 14 Jun 2012 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1870531</guid>
		<description><![CDATA[Sounds like there&#039;s lots of confusion on how these work...


NFC tags have a chip inside them that stores a certain amount of data. As some folks have mentioned, that data is very similar to what&#039;s stored in a QR code. Tags can be written by an NFC device multiple times and locked (useful if you post it in a public place...) The tag doesn&#039;t &quot;run&quot; anything; it just supplies data. The way an Android phone uses the data is very simple. The NFC service detects and reads the tag data (only when the phone is unlocked) and creates an Intent object with that data. Android looks for installed application that have stated they can handle certain types of intent data.

For example, if the tag had an http url on it, this would trigger any application installed to handle http urls, like a browser. Application Intent filters may be much more specific. For example, I could create an application that registers a filter for http urls for my website and when a tag with a url starting with my server name is read, my application starts.

As an example for a class I&#039;m teaching, I programmed a tag with a url that included a server address and a grid location. The data from the tag was handled by a game application that starts up (via normal Android Intent processing), connects to the specified server, and sends the grid location. Using a bunch of NFC-enabled Android phones, we created a little game where you can move &quot;game pieces&quot; around a game board that communicated with each other via that server. All you needed to do was move the phone, no other configuration was needed. NFC really enables many new kinds of simpler interaction...]]></description>
		<content:encoded><![CDATA[<p>Sounds like there&#8217;s lots of confusion on how these work&#8230;</p>
<p>NFC tags have a chip inside them that stores a certain amount of data. As some folks have mentioned, that data is very similar to what&#8217;s stored in a QR code. Tags can be written by an NFC device multiple times and locked (useful if you post it in a public place&#8230;) The tag doesn&#8217;t &#8220;run&#8221; anything; it just supplies data. The way an Android phone uses the data is very simple. The NFC service detects and reads the tag data (only when the phone is unlocked) and creates an Intent object with that data. Android looks for installed application that have stated they can handle certain types of intent data.</p>
<p>For example, if the tag had an http url on it, this would trigger any application installed to handle http urls, like a browser. Application Intent filters may be much more specific. For example, I could create an application that registers a filter for http urls for my website and when a tag with a url starting with my server name is read, my application starts.</p>
<p>As an example for a class I&#8217;m teaching, I programmed a tag with a url that included a server address and a grid location. The data from the tag was handled by a game application that starts up (via normal Android Intent processing), connects to the specified server, and sends the grid location. Using a bunch of NFC-enabled Android phones, we created a little game where you can move &#8220;game pieces&#8221; around a game board that communicated with each other via that server. All you needed to do was move the phone, no other configuration was needed. NFC really enables many new kinds of simpler interaction&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thatnigbamboo</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1869934</link>
		<dc:creator>thatnigbamboo</dc:creator>
		<pubDate>Thu, 14 Jun 2012 13:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1869934</guid>
		<description><![CDATA[I would like to know if it works in a off state like if I set it to start my car dock do i have to turn on and unlock my G-nex or can I put this on my after market car dock as the phone locked and the car dock starts up the app with out turning on the phone and unlocking it]]></description>
		<content:encoded><![CDATA[<p>I would like to know if it works in a off state like if I set it to start my car dock do i have to turn on and unlock my G-nex or can I put this on my after market car dock as the phone locked and the car dock starts up the app with out turning on the phone and unlocking it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadej Rudec</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1869669</link>
		<dc:creator>Tadej Rudec</dc:creator>
		<pubDate>Thu, 14 Jun 2012 07:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1869669</guid>
		<description><![CDATA[There&#039;s no G+ API.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s no G+ API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1869445</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 14 Jun 2012 03:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1869445</guid>
		<description><![CDATA[Just bought five from tagstand.com for $8 with shipping. Besides from this Samsung app is there any other applications that stock galaxy nexus could use with more functionality than samsungs one shown above?]]></description>
		<content:encoded><![CDATA[<p>Just bought five from tagstand.com for $8 with shipping. Besides from this Samsung app is there any other applications that stock galaxy nexus could use with more functionality than samsungs one shown above?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Stout</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1868889</link>
		<dc:creator>Tyler Stout</dc:creator>
		<pubDate>Wed, 13 Jun 2012 23:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1868889</guid>
		<description><![CDATA[It sounds to me like the app puts a code on the nfc chip and when a phone is touched, the app sees the code and does what the code is meant to do, but without the app it can&#039;t understand the code. Therefore any phone with nfc and the app would be able to read it.]]></description>
		<content:encoded><![CDATA[<p>It sounds to me like the app puts a code on the nfc chip and when a phone is touched, the app sees the code and does what the code is meant to do, but without the app it can&#8217;t understand the code. Therefore any phone with nfc and the app would be able to read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Cathey</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1868822</link>
		<dc:creator>Anthony Cathey</dc:creator>
		<pubDate>Wed, 13 Jun 2012 23:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1868822</guid>
		<description><![CDATA[So could one post a NFC conspicuously - when scanned, cause the phone to dial or SMS a message.  Make a phone call?   Navigate to a webpage?  I could see malicious intent with a publicly posted NFC tag.  Cause your phone to navigate to a webpage, download app, send SMS resulting in SPAM etc etc  ]]></description>
		<content:encoded><![CDATA[<p>So could one post a NFC conspicuously &#8211; when scanned, cause the phone to dial or SMS a message.  Make a phone call?   Navigate to a webpage?  I could see malicious intent with a publicly posted NFC tag.  Cause your phone to navigate to a webpage, download app, send SMS resulting in SPAM etc etc  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Stout</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1868804</link>
		<dc:creator>Tyler Stout</dc:creator>
		<pubDate>Wed, 13 Jun 2012 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1868804</guid>
		<description><![CDATA[Do they work with the screen off? I might get some.]]></description>
		<content:encoded><![CDATA[<p>Do they work with the screen off? I might get some.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBranscomb</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1868753</link>
		<dc:creator>JBranscomb</dc:creator>
		<pubDate>Wed, 13 Jun 2012 23:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1868753</guid>
		<description><![CDATA[This seems like a good idea for businesses to adopt... they could have them at the door for easier foursquare checkins]]></description>
		<content:encoded><![CDATA[<p>This seems like a good idea for businesses to adopt&#8230; they could have them at the door for easier foursquare checkins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChuckDz3</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1867576</link>
		<dc:creator>ChuckDz3</dc:creator>
		<pubDate>Wed, 13 Jun 2012 21:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1867576</guid>
		<description><![CDATA[Yep they are right, you must be unlocked for them to be read.  That is one reason I don&#039;t like them but I completely understand why. For example when I had an old dock I placed a tag inside and when I put my phone in to execute to toggle a few commands but if your phone falls asleep once you wake it back up it re-reads that tag and toggles the command back off, not a big deal but something to get used to. ]]></description>
		<content:encoded><![CDATA[<p>Yep they are right, you must be unlocked for them to be read.  That is one reason I don&#8217;t like them but I completely understand why. For example when I had an old dock I placed a tag inside and when I put my phone in to execute to toggle a few commands but if your phone falls asleep once you wake it back up it re-reads that tag and toggles the command back off, not a big deal but something to get used to. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1867179</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 13 Jun 2012 20:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1867179</guid>
		<description><![CDATA[so ...you&#039;re not programming the tag you&#039;re programming an app around each tag. I&#039;ll pass
there are other options out there that allow you to actually program the tag. ....tagstand]]></description>
		<content:encoded><![CDATA[<p>so &#8230;you&#8217;re not programming the tag you&#8217;re programming an app around each tag. I&#8217;ll pass<br />
there are other options out there that allow you to actually program the tag. &#8230;.tagstand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BigLa</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1867096</link>
		<dc:creator>BigLa</dc:creator>
		<pubDate>Wed, 13 Jun 2012 20:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1867096</guid>
		<description><![CDATA[Thanks for the heads up. ]]></description>
		<content:encoded><![CDATA[<p>Thanks for the heads up. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eddieonofre</title>
		<link>http://www.droid-life.com/2012/06/13/video-quick-look-at-samsungs-tectiles-in-action/comment-page-1/#comment-1867083</link>
		<dc:creator>eddieonofre</dc:creator>
		<pubDate>Wed, 13 Jun 2012 19:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.droid-life.com/?p=72588#comment-1867083</guid>
		<description><![CDATA[The question is, does the tag works with different phones
e.x I configure it to turn on wifi (using a SII) and then pon my SIII on it and it turns of the wifi]]></description>
		<content:encoded><![CDATA[<p>The question is, does the tag works with different phones<br />
e.x I configure it to turn on wifi (using a SII) and then pon my SIII on it and it turns of the wifi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 2/31 queries in 0.039 seconds using apc
Object Caching 655/677 objects using apc

 Served from: www.droid-life.com @ 2013-05-24 17:22:48 by W3 Total Cache -->