<?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: Ubuntu 9.10 with Eclipse and ADT &#8211; Problems</title>
	<atom:link href="http://www.droidnova.com/ubuntu-9-10-with-eclipse-and-adt-problems,592.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com/ubuntu-9-10-with-eclipse-and-adt-problems,592.html</link>
	<description>Rapid android development from Berlin</description>
	<lastBuildDate>Mon, 06 Sep 2010 15:34:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Annoyances in Eclipses on Ubuntu - Android Forums</title>
		<link>http://www.droidnova.com/ubuntu-9-10-with-eclipse-and-adt-problems,592.html/comment-page-1#comment-1317</link>
		<dc:creator>Annoyances in Eclipses on Ubuntu - Android Forums</dc:creator>
		<pubDate>Thu, 19 Aug 2010 19:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=592#comment-1317</guid>
		<description>[...] Ubuntu 9.10 with Eclipse and ADT &#8211; Problems on Android Development [...]</description>
		<content:encoded><![CDATA[<p>[...] Ubuntu 9.10 with Eclipse and ADT &#8211; Problems on Android Development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.droidnova.com/ubuntu-9-10-with-eclipse-and-adt-problems,592.html/comment-page-1#comment-765</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=592#comment-765</guid>
		<description>Thanks for this post,

Sorted the issue for me and i really thought i would be the only one with it!</description>
		<content:encoded><![CDATA[<p>Thanks for this post,</p>
<p>Sorted the issue for me and i really thought i would be the only one with it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/ubuntu-9-10-with-eclipse-and-adt-problems,592.html/comment-page-1#comment-461</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 02 Nov 2009 11:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=592#comment-461</guid>
		<description>I never got it to work, that the ADB see my device when I plug it in. I always have to kill and restart the ADB server.

I use this short script (linked in my task bar):
&lt;pre lang=&quot;code&quot; line=&quot;1&quot;&gt;#!/bin/sh
/path/to/sdk/tools/adb kill-server
nohup /path/to/sdk/tools/adb start-server
/path/to/sdk/tools/adb devices&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I never got it to work, that the ADB see my device when I plug it in. I always have to kill and restart the ADB server.</p>
<p>I use this short script (linked in my task bar):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="code" style="font-family:monospace;">#!/bin/sh
/path/to/sdk/tools/adb kill-server
nohup /path/to/sdk/tools/adb start-server
/path/to/sdk/tools/adb devices</pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Kubeczek</title>
		<link>http://www.droidnova.com/ubuntu-9-10-with-eclipse-and-adt-problems,592.html/comment-page-1#comment-457</link>
		<dc:creator>Kubeczek</dc:creator>
		<pubDate>Sun, 01 Nov 2009 17:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=592#comment-457</guid>
		<description>It works now. 
If someone have this problem with 9.10 here is an answer: 
http://eddieringle.com/debugging-your-android-application-on-the-g1-or-any-android-device-in-ubuntu-904/</description>
		<content:encoded><![CDATA[<p>It works now.<br />
If someone have this problem with 9.10 here is an answer:<br />
<a href="http://eddieringle.com/debugging-your-android-application-on-the-g1-or-any-android-device-in-ubuntu-904/" rel="nofollow">http://eddieringle.com/debugging-your-android-application-on-the-g1-or-any-android-device-in-ubuntu-904/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kubeczek</title>
		<link>http://www.droidnova.com/ubuntu-9-10-with-eclipse-and-adt-problems,592.html/comment-page-1#comment-456</link>
		<dc:creator>Kubeczek</dc:creator>
		<pubDate>Sun, 01 Nov 2009 17:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=592#comment-456</guid>
		<description>I have very frustrating problem with ubuntu 9.10 and android. I can&#039;t test programs direct on the phone becouse adb don&#039;t see my device. It see device witch name is &#039;???????&#039;. In the previous version of ubuntu I need to modify one of the config files in the system... But I can&#039;t find enywhere modify I need to do in 9.10. Did you have some problem with this? Or maybe you update just update your system from the 9.04 and it works? (I made new clean installation). 
Thanks for your blog!</description>
		<content:encoded><![CDATA[<p>I have very frustrating problem with ubuntu 9.10 and android. I can&#8217;t test programs direct on the phone becouse adb don&#8217;t see my device. It see device witch name is &#8216;???????&#8217;. In the previous version of ubuntu I need to modify one of the config files in the system&#8230; But I can&#8217;t find enywhere modify I need to do in 9.10. Did you have some problem with this? Or maybe you update just update your system from the 9.04 and it works? (I made new clean installation).<br />
Thanks for your blog!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->