<?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: Getting Android SDK to work with Fedora 10</title>
	<atom:link href="http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 10:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Katharina Posto</title>
		<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/comment-page-1/#comment-110</link>
		<dc:creator>Katharina Posto</dc:creator>
		<pubDate>Mon, 17 Jan 2011 20:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/?p=75#comment-110</guid>
		<description>When i visit a blog, chances are that i get disappointed. On the contrary,I could honestly say that you writting is decent and your website solid.</description>
		<content:encoded><![CDATA[<p>When i visit a blog, chances are that i get disappointed. On the contrary,I could honestly say that you writting is decent and your website solid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Mathiesen</title>
		<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/comment-page-1/#comment-106</link>
		<dc:creator>Marius Mathiesen</dc:creator>
		<pubDate>Thu, 25 Nov 2010 12:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/?p=75#comment-106</guid>
		<description>The SYSFS identifier seems to be deprecated in newer Fedora/udev builds, I wrote a recipe for how to get it running under Fedora 14 as a gist here: https://gist.github.com/715264</description>
		<content:encoded><![CDATA[<p>The SYSFS identifier seems to be deprecated in newer Fedora/udev builds, I wrote a recipe for how to get it running under Fedora 14 as a gist here: <a href="https://gist.github.com/715264" rel="nofollow">https://gist.github.com/715264</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nwk</title>
		<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/comment-page-1/#comment-93</link>
		<dc:creator>nwk</dc:creator>
		<pubDate>Sat, 05 Jun 2010 06:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/?p=75#comment-93</guid>
		<description>Your post was the solution to the device permissions problem I was having with Fedora 12.
http://forums.fedoraforum.org/showthread.php?t=246154

Thanks for taking the time to post this!</description>
		<content:encoded><![CDATA[<p>Your post was the solution to the device permissions problem I was having with Fedora 12.<br />
<a href="http://forums.fedoraforum.org/showthread.php?t=246154" rel="nofollow">http://forums.fedoraforum.org/showthread.php?t=246154</a></p>
<p>Thanks for taking the time to post this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7 String Bass</title>
		<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/comment-page-1/#comment-92</link>
		<dc:creator>7 String Bass</dc:creator>
		<pubDate>Thu, 13 May 2010 06:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/?p=75#comment-92</guid>
		<description>Its always good to discover tips in the event that you discuss for weblog posting. Because simply started posting comments for blog and  facing issue associated with associated with rejections. I think your own suggestion will useful for me. I will in  its work for me too.</description>
		<content:encoded><![CDATA[<p>Its always good to discover tips in the event that you discuss for weblog posting. Because simply started posting comments for blog and  facing issue associated with associated with rejections. I think your own suggestion will useful for me. I will in  its work for me too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Khosid</title>
		<link>http://www.2linessoftware.com/2009/01/31/getting-android-sdk-to-work-with-fedora-10/comment-page-1/#comment-76</link>
		<dc:creator>David Khosid</dc:creator>
		<pubDate>Wed, 29 Jul 2009 12:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.2linessoftware.com/?p=75#comment-76</guid>
		<description>Hi, 

&#039;50-android.rules&#039; name is problematic. It should be at least 51-android.rules to be alphabetically after /lib/udev/rules.d/50-udev-default.rules

I tried your recipe for connecting Android Dev Phone 1 on Fedora 11. It worked after I with ATTR{idVendor} and udevadm command

Two questions:
1. Why you add SYMLINK+=&quot;android_adb&quot; to its content? It works fine without it also.

2. As I checked, the system uses original files, it&#039;s no need to reload. Why we need to reload rules?

NB, the command is slightly different from mike&#039;s mail.
# sudo udevadm control –-reload-rules

Also, looking on syslog output (#tail -f /usr/var/messages) helped in investigating the problem, this way I understood that it was a problem in the file name.

Thanks a lot to you both! 

David</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>&#8217;50-android.rules&#8217; name is problematic. It should be at least 51-android.rules to be alphabetically after /lib/udev/rules.d/50-udev-default.rules</p>
<p>I tried your recipe for connecting Android Dev Phone 1 on Fedora 11. It worked after I with ATTR{idVendor} and udevadm command</p>
<p>Two questions:<br />
1. Why you add SYMLINK+=&#8221;android_adb&#8221; to its content? It works fine without it also.</p>
<p>2. As I checked, the system uses original files, it&#8217;s no need to reload. Why we need to reload rules?</p>
<p>NB, the command is slightly different from mike&#8217;s mail.<br />
# sudo udevadm control –-reload-rules</p>
<p>Also, looking on syslog output (#tail -f /usr/var/messages) helped in investigating the problem, this way I understood that it was a problem in the file name.</p>
<p>Thanks a lot to you both! </p>
<p>David</p>
]]></content:encoded>
	</item>
</channel>
</rss>

