<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>stefano &#187; Android pwns and owns</title> <atom:link href="http://www.stefanoforenza.com/tag/android-pwns-and-owns/feed/" rel="self" type="application/rss+xml" /><link>http://www.stefanoforenza.com</link> <description>Abbattuta l&#039;Accademia della Crusca gli SMS vinceranno</description> <lastBuildDate>Sun, 05 May 2013 00:47:22 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Debugging AndroidX86 with Adb</title><link>http://www.stefanoforenza.com/debugging-androidx86-with-adb/</link> <comments>http://www.stefanoforenza.com/debugging-androidx86-with-adb/#comments</comments> <pubDate>Mon, 14 Mar 2011 17:00:24 +0000</pubDate> <dc:creator>Stefano Forenza</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Android pwns and owns]]></category> <category><![CDATA[[HOW TO] get the damn thing working]]></category> <guid
isPermaLink="false">http://www.stefanoforenza.com/?p=2187</guid> <description><![CDATA[If you running Android X86 inside a virtual machine (such as VirtualBox) and would like to use it to debug your apps with ADB but still cannot connect you may find useful to do what follows: Open the terminal inside your emulated device (alt+f1) and type: setprop service.adb.tcp.port 5555 stop adbd start adbd then type: netcfg and note down the provided IP address. then on your development machine type: adb connect &#60;ipaddress&#62;:5555 Works wonders]]></description> <content:encoded><![CDATA[<p><a
href="http://www.stefanoforenza.com/blog/wp-content/uploads/2011/03/android-x86-120.png" rel="image_group"><img
class="aligncenter size-full wp-image-2189" title="Android x86" src="http://www.stefanoforenza.com/blog/wp-content/uploads/2011/03/android-x86-120.png" alt="" width="120" height="120" /></a></p><p>If you running Android X86 inside a virtual machine (such as VirtualBox) and would like to use it to debug your apps with ADB but still cannot connect you may find useful to do what follows:</p><p>Open the terminal inside your emulated device (alt+f1) and type:</p><pre dir="ltr">setprop service.adb.tcp.port 5555
stop adbd
start adbd</pre><p>then type:</p><pre>netcfg</pre><p>and note down the provided IP address.</p><p>then on your development machine type:</p><pre>adb connect &lt;ipaddress&gt;:5555</pre><p>Works wonders <img
src='http://www.stefanoforenza.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.stefanoforenza.com/debugging-androidx86-with-adb/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>