
<?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: Android Dev Phone, Ubuntu and VMWare Server</title>
	<atom:link href="http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-dev-phone-ubuntu-and-vmware-server</link>
	<description>www.johandekoning.nl</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:41:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gunnar-medial</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-863</link>
		<dc:creator>gunnar-medial</dc:creator>
		<pubDate>Thu, 15 Oct 2009 14:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-863</guid>
		<description>Thanks !  I re-used part of your wordings in providing an ADB setup guide for the new Archos 5 Internet Tablet device. See my post here:
http://forum.archosfans.com/viewtopic.php?f=47&amp;t=26483</description>
		<content:encoded><![CDATA[<p>Thanks !  I re-used part of your wordings in providing an ADB setup guide for the new Archos 5 Internet Tablet device. See my post here:<br />
http://forum.archosfans.com/viewtopic.php?f=47&amp;t=26483</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan de Koning</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-295</link>
		<dc:creator>Johan de Koning</dc:creator>
		<pubDate>Tue, 07 Jul 2009 19:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-295</guid>
		<description>Don&#039;t understand what the exact problem is with setting the PATH variable. But maybe this can help.

There are two ways to get a binary version of the adb utility. One way is by compiling the source, the binary version will be found at (in my case) &lt;em&gt;~/mydroid/out/host/linux-86/bin&lt;/em&gt;.
The other option is to download the Android SDK (from developer.android.com) I extract the contents of the archive file to my home folder so that the adb utility will be inside the &lt;em&gt;~/android-sdk-linux-x86-1.5_r2/tools&lt;/em&gt;

To make one of this location part of the $PATH variable, so that the adb utility can be found system wide you need to export the $PATH variable. You can do that temporary inside a terminal. The new $PATH variable value will exists inside the terminal (and not in other ones) and will be there until you close this terminal. This can be done by executing the following command inside the terminal

Own builded version

&lt;code&gt;export PATH = $PATH:~/mydroid/out/host/linux-86/bin&lt;/code&gt;

or the Android SDK version

&lt;code&gt;export PATH = $PATH:~/android-sdk-linux-x86-1.5_r2/tools&lt;/code&gt;

If you don&#039;t want to set the PATH everytime you open a new terminal, you can also place this export command inside the .bashrc file which is inside your home directory. Open the file inside your editor and add the export line (which are given above) at the end of the file. Save the file and exit the texteditor. Every new terminal you will open now will use the new $PATH variable. 

To check the contents of the $PATH variable just execute the

&lt;code&gt;echo $PATH&lt;/code&gt;

command to show the directories which are part of the PATH.

Hope this will give you a solution / some tips for your adb problem</description>
		<content:encoded><![CDATA[<p>Don't understand what the exact problem is with setting the PATH variable. But maybe this can help.</p>
<p>There are two ways to get a binary version of the adb utility. One way is by compiling the source, the binary version will be found at (in my case) <em>~/mydroid/out/host/linux-86/bin</em>.<br />
The other option is to download the Android SDK (from developer.android.com) I extract the contents of the archive file to my home folder so that the adb utility will be inside the <em>~/android-sdk-linux-x86-1.5_r2/tools</em></p>
<p>To make one of this location part of the $PATH variable, so that the adb utility can be found system wide you need to export the $PATH variable. You can do that temporary inside a terminal. The new $PATH variable value will exists inside the terminal (and not in other ones) and will be there until you close this terminal. This can be done by executing the following command inside the terminal</p>
<p>Own builded version</p>
<p><code>export PATH = $PATH:~/mydroid/out/host/linux-86/bin</code></p>
<p>or the Android SDK version</p>
<p><code>export PATH = $PATH:~/android-sdk-linux-x86-1.5_r2/tools</code></p>
<p>If you don't want to set the PATH everytime you open a new terminal, you can also place this export command inside the .bashrc file which is inside your home directory. Open the file inside your editor and add the export line (which are given above) at the end of the file. Save the file and exit the texteditor. Every new terminal you will open now will use the new $PATH variable. </p>
<p>To check the contents of the $PATH variable just execute the</p>
<p><code>echo $PATH</code></p>
<p>command to show the directories which are part of the PATH.</p>
<p>Hope this will give you a solution / some tips for your adb problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blackpantera</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-293</link>
		<dc:creator>Blackpantera</dc:creator>
		<pubDate>Tue, 07 Jul 2009 11:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-293</guid>
		<description>Hi Johan 

I am new in linux, I am been searching how to fix the adb utility &quot;PATH&quot; without luck.

Any help would be greatly appreciated</description>
		<content:encoded><![CDATA[<p>Hi Johan </p>
<p>I am new in linux, I am been searching how to fix the adb utility "PATH" without luck.</p>
<p>Any help would be greatly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blackpantera</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-290</link>
		<dc:creator>Blackpantera</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-290</guid>
		<description>Thank you I will try that.</description>
		<content:encoded><![CDATA[<p>Thank you I will try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan de Koning</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-289</link>
		<dc:creator>Johan de Koning</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-289</guid>
		<description>Looks like the adb utiltity is not inside the $PATH variable. Make sure the directory is inside your $PATH.</description>
		<content:encoded><![CDATA[<p>Looks like the adb utiltity is not inside the $PATH variable. Make sure the directory is inside your $PATH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blackpantera</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-288</link>
		<dc:creator>Blackpantera</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-288</guid>
		<description>Hi there
I am using vmware 6.5 and I running ubuntu as a virtual machine.

I have followed the instructions, but it is not working for me.

root@ubuntu:/home/blackpantera# lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bb4:0c02 High Tech Computer Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@ubuntu:/home/blackpantera# sudo gedit /etc/udev/rules.d/50-android.rules

(gedit:6249): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libaurora.so: wrong ELF class: ELFCLASS64
root@ubuntu:/home/blackpantera# sudo chmod a+rx /etc/udev/rules.d/50-android.rules
root@ubuntu:/home/blackpantera# sudo /etc/init.d/udev restart
 * Loading additional hardware drivers...                                [ OK ] 
root@ubuntu:/home/blackpantera# adb devices
bash: adb: command not found

root@ubuntu:/home/blackpantera# adb kill-server
bash: adb: command not found

Any help would be greatly appreciated</description>
		<content:encoded><![CDATA[<p>Hi there<br />
I am using vmware 6.5 and I running ubuntu as a virtual machine.</p>
<p>I have followed the instructions, but it is not working for me.</p>
<p>root@ubuntu:/home/blackpantera# lsusb<br />
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<br />
Bus 001 Device 003: ID 0bb4:0c02 High Tech Computer Corp.<br />
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br />
root@ubuntu:/home/blackpantera# sudo gedit /etc/udev/rules.d/50-android.rules</p>
<p>(gedit:6249): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libaurora.so: wrong ELF class: ELFCLASS64<br />
root@ubuntu:/home/blackpantera# sudo chmod a+rx /etc/udev/rules.d/50-android.rules<br />
root@ubuntu:/home/blackpantera# sudo /etc/init.d/udev restart<br />
 * Loading additional hardware drivers...                                [ OK ]<br />
root@ubuntu:/home/blackpantera# adb devices<br />
bash: adb: command not found</p>
<p>root@ubuntu:/home/blackpantera# adb kill-server<br />
bash: adb: command not found</p>
<p>Any help would be greatly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building Android 1.5 &#8211; Flashing the phone &#8212; Johan de Koning</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-270</link>
		<dc:creator>Building Android 1.5 &#8211; Flashing the phone &#8212; Johan de Koning</dc:creator>
		<pubDate>Thu, 02 Jul 2009 22:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-270</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vitriolix</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-174</link>
		<dc:creator>vitriolix</dc:creator>
		<pubDate>Tue, 05 May 2009 23:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-174</guid>
		<description>I just wanted to add that I was having a problem where lsusb showed the device, but &quot;adb devices&quot; was blank.  I fixed it by running &quot;adb kill-server&quot;, then running &quot;adb devices&quot; again, this time making sure I was running it as root.  now it shows up!</description>
		<content:encoded><![CDATA[<p>I just wanted to add that I was having a problem where lsusb showed the device, but "adb devices" was blank.  I fixed it by running "adb kill-server", then running "adb devices" again, this time making sure I was running it as root.  now it shows up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.johandekoning.nl/index.php/2009/02/07/android-dev-phone-ubuntu-and-vmware-server/comment-page-1/#comment-143</link>
		<dc:creator>will</dc:creator>
		<pubDate>Wed, 08 Apr 2009 13:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=119#comment-143</guid>
		<description>Thank you so much for this post!!!! I tried installing my app on the device in Windows but was never successful. Googled for days but every suggestion failed. I used vista (64 bit) and it never picked up the drivers (i guess) so the phone was never recognized by adb even though I could access the sd card from My Computer. Anyways, I run Ubuntu on a different partition so I switched to that, did the udev thing and it worked like a charm after I did udev restart. Most sites with similar posts don&#039;t tell you to restart udev. So thank you!!!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this post!!!! I tried installing my app on the device in Windows but was never successful. Googled for days but every suggestion failed. I used vista (64 bit) and it never picked up the drivers (i guess) so the phone was never recognized by adb even though I could access the sd card from My Computer. Anyways, I run Ubuntu on a different partition so I switched to that, did the udev thing and it worked like a charm after I did udev restart. Most sites with similar posts don't tell you to restart udev. So thank you!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

