<?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: Determine if running in emulator</title>
	<atom:link href="http://blog.elsdoerfer.name/2009/07/24/android-determine-if-running-in-emulator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elsdoerfer.name/2009/07/24/android-determine-if-running-in-emulator/</link>
	<description>Contributing back to the Google Index.</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:11:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ted</title>
		<link>http://blog.elsdoerfer.name/2009/07/24/android-determine-if-running-in-emulator/comment-page-1/#comment-2293</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Thu, 28 Jul 2011 21:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.name/?p=108#comment-2293</guid>
		<description>boolean inEmulator = &quot;generic&quot;.equals(Build.BRAND);

(Note that Build.MODEL is not &quot;google_sdk&quot; for Google&#039;s Cupcake emulator (it&#039;s &quot;sdk&quot;), and it&#039;s other things for 3-rd party emulators (like Samsung&#039;s Galaxy Tab and Sony Erikson&#039;s EDK).</description>
		<content:encoded><![CDATA[<p>boolean inEmulator = &#8220;generic&#8221;.equals(Build.BRAND);</p>
<p>(Note that Build.MODEL is not &#8220;google_sdk&#8221; for Google&#8217;s Cupcake emulator (it&#8217;s &#8220;sdk&#8221;), and it&#8217;s other things for 3-rd party emulators (like Samsung&#8217;s Galaxy Tab and Sony Erikson&#8217;s EDK).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.elsdoerfer.name/2009/07/24/android-determine-if-running-in-emulator/comment-page-1/#comment-1632</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 19 Feb 2011 12:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.name/?p=108#comment-1632</guid>
		<description>if(android.os.Build.MODEL.equals(&quot;google_sdk&quot;)){
  // emulator
}else{
   //not emulator
}</description>
		<content:encoded><![CDATA[<p>if(android.os.Build.MODEL.equals(&#8220;google_sdk&#8221;)){<br />
  // emulator<br />
}else{<br />
   //not emulator<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.elsdoerfer.name/2009/07/24/android-determine-if-running-in-emulator/comment-page-1/#comment-1596</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 31 Jan 2011 20:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.name/?p=108#comment-1596</guid>
		<description>This post could be clearer. It seems that SystemProperties is now available via the public API, i.e. you can only use it if you&#039;re building against the actual source files, which you shouldn&#039;t do unless you are building a custom Android.

You can try to exec &quot;getprop&quot; though:

http://stackoverflow.com/questions/2641111/where-is-android-os-systemproperties</description>
		<content:encoded><![CDATA[<p>This post could be clearer. It seems that SystemProperties is now available via the public API, i.e. you can only use it if you&#8217;re building against the actual source files, which you shouldn&#8217;t do unless you are building a custom Android.</p>
<p>You can try to exec &#8220;getprop&#8221; though:</p>
<p><a href="http://stackoverflow.com/questions/2641111/where-is-android-os-systemproperties" rel="nofollow">http://stackoverflow.com/questions/2641111/where-is-android-os-systemproperties</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://blog.elsdoerfer.name/2009/07/24/android-determine-if-running-in-emulator/comment-page-1/#comment-1595</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Sun, 30 Jan 2011 06:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.name/?p=108#comment-1595</guid>
		<description>i dont see a class called SystemProperties in android, and don&#039;t see that property in System.getProperty()... where do you get this property?</description>
		<content:encoded><![CDATA[<p>i dont see a class called SystemProperties in android, and don&#8217;t see that property in System.getProperty()&#8230; where do you get this property?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mx123mobile</title>
		<link>http://blog.elsdoerfer.name/2009/07/24/android-determine-if-running-in-emulator/comment-page-1/#comment-763</link>
		<dc:creator>mx123mobile</dc:creator>
		<pubDate>Sun, 22 Nov 2009 18:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.name/?p=108#comment-763</guid>
		<description>android 2.0 is great</description>
		<content:encoded><![CDATA[<p>android 2.0 is great</p>
]]></content:encoded>
	</item>
</channel>
</rss>

