<?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: [SOLVED] Eclipse can&#8217;t see my Android Device on Ubuntu</title>
	<atom:link href="http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 04 Jun 2013 23:48:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Sean</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-1475</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 30 Aug 2012 09:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-1475</guid>
		<description><![CDATA[Thanks, it worked for me on Ubuntu 11.10 32 bit.]]></description>
		<content:encoded><![CDATA[<p>Thanks, it worked for me on Ubuntu 11.10 32 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay Balachandran</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-903</link>
		<dc:creator>Ajay Balachandran</dc:creator>
		<pubDate>Tue, 21 Feb 2012 06:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-903</guid>
		<description><![CDATA[It was not working until I removed the &#039;sudo&#039; from the lines.
After that it worked perfectly. Thank you]]></description>
		<content:encoded><![CDATA[<p>It was not working until I removed the &#8216;sudo&#8217; from the lines.<br />
After that it worked perfectly. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincenzo</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-902</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Sat, 21 Jan 2012 11:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-902</guid>
		<description><![CDATA[Thanks, it worked for me on Archlinux 64 bit. I had only to adjust the command in android_device_reset accordingly to my system:
sudo /home/vincenzo/android-sdk-linux_x86/platform-tools/adb kill-server
sudo /etc/rc.d/udev stop
sudo /home/vincenzo/android-sdk-linux_x86/platform-tools/adb start-server
sudo /home/vincenzo/android-sdk-linux_x86/platform-tools/adb devices

but this is also because the android-sdk folder is not in my path.]]></description>
		<content:encoded><![CDATA[<p>Thanks, it worked for me on Archlinux 64 bit. I had only to adjust the command in android_device_reset accordingly to my system:<br />
sudo /home/vincenzo/android-sdk-linux_x86/platform-tools/adb kill-server<br />
sudo /etc/rc.d/udev stop<br />
sudo /home/vincenzo/android-sdk-linux_x86/platform-tools/adb start-server<br />
sudo /home/vincenzo/android-sdk-linux_x86/platform-tools/adb devices</p>
<p>but this is also because the android-sdk folder is not in my path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gubatron</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-901</link>
		<dc:creator>gubatron</dc:creator>
		<pubDate>Fri, 04 Nov 2011 19:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-901</guid>
		<description><![CDATA[/etc/udev/rules.d/51-android.rules not there?

I guess things must have changed with all the updates ever since.

you should probably read this
http://developer.android.com/guide/developing/device.html]]></description>
		<content:encoded><![CDATA[<p>/etc/udev/rules.d/51-android.rules not there?</p>
<p>I guess things must have changed with all the updates ever since.</p>
<p>you should probably read this<br />
<a href="http://developer.android.com/guide/developing/device.html" rel="nofollow">http://developer.android.com/guide/developing/device.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukhbir</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-900</link>
		<dc:creator>Sukhbir</dc:creator>
		<pubDate>Thu, 03 Nov 2011 03:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-900</guid>
		<description><![CDATA[(1)......
/etc/udev/rules.d/51-android.rules

the above file not found....

the &quot;rules.d&quot; folder contains only these files given below:

11-hplj10xx.rules  70-persistent-cd.rules   README
40-hplip.rules	   70-persistent-net.rules

(2)........
Whenever the problem happens, just open a terminal and type
android_device_reset

but this results that &quot;command not found&quot;

I have made the same script as told and set the path already.....

Can anybody help regarding these two problems....?]]></description>
		<content:encoded><![CDATA[<p>(1)&#8230;&#8230;<br />
/etc/udev/rules.d/51-android.rules</p>
<p>the above file not found&#8230;.</p>
<p>the &#8220;rules.d&#8221; folder contains only these files given below:</p>
<p>11-hplj10xx.rules  70-persistent-cd.rules   README<br />
40-hplip.rules	   70-persistent-net.rules</p>
<p>(2)&#8230;&#8230;..<br />
Whenever the problem happens, just open a terminal and type<br />
android_device_reset</p>
<p>but this results that &#8220;command not found&#8221;</p>
<p>I have made the same script as told and set the path already&#8230;..</p>
<p>Can anybody help regarding these two problems&#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dig fun</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-899</link>
		<dc:creator>dig fun</dc:creator>
		<pubDate>Thu, 25 Aug 2011 22:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-899</guid>
		<description><![CDATA[Thanks!!!]]></description>
		<content:encoded><![CDATA[<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-898</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Tue, 09 Aug 2011 13:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-898</guid>
		<description><![CDATA[Worked very well for Nexus S . 
Thank you.]]></description>
		<content:encoded><![CDATA[<p>Worked very well for Nexus S .<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Splittime</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-897</link>
		<dc:creator>Splittime</dc:creator>
		<pubDate>Wed, 29 Jun 2011 08:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-897</guid>
		<description><![CDATA[This also worked for me and a Samsung Galaxy Tab.
Thank you very much!]]></description>
		<content:encoded><![CDATA[<p>This also worked for me and a Samsung Galaxy Tab.<br />
Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mina Samy</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-896</link>
		<dc:creator>Mina Samy</dc:creator>
		<pubDate>Sun, 05 Jun 2011 21:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-896</guid>
		<description><![CDATA[Hi

I have the same problem but on Windows 7 with Huawei U8230.

can you tell me how to solve this ??

thanks]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have the same problem but on Windows 7 with Huawei U8230.</p>
<p>can you tell me how to solve this ??</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ernesto</title>
		<link>http://www.gubatron.com/blog/2010/05/28/solved-eclipse-cant-see-my-android-device-on-ubuntu/#comment-895</link>
		<dc:creator>ernesto</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gubatron.com/blog/?p=1939#comment-895</guid>
		<description><![CDATA[@binary

make this:

#!/bin/bash
# android_device_reset script
sudo ./adb kill-server
sudo service udev stop
sudo ./adb start-server
sudo ./adb devices]]></description>
		<content:encoded><![CDATA[<p>@binary</p>
<p>make this:</p>
<p>#!/bin/bash<br />
# android_device_reset script<br />
sudo ./adb kill-server<br />
sudo service udev stop<br />
sudo ./adb start-server<br />
sudo ./adb devices</p>
]]></content:encoded>
	</item>
</channel>
</rss>
