<?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>Android and Me &#187; screenshots</title>
	<atom:link href="http://androidandme.com/tag/screenshots/feed/" rel="self" type="application/rss+xml" />
	<link>http://androidandme.com</link>
	<description>Meet Your New Android Friend.  Your Community For All Things Google Android.</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:58:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to take screenshots of Google TV over WiFi with ADB</title>
		<link>http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-take-screenshots-of-google-tv-over-wifi-with-adb</link>
		<comments>http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 05:37:52 +0000</pubDate>
		<dc:creator>Clark Wimberly</dc:creator>
				<category><![CDATA[Devices]]></category>
		<category><![CDATA[android screenshots]]></category>
		<category><![CDATA[android sdk]]></category>
		<category><![CDATA[google tv]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[logitech revue]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://androidandme.com/?p=55598</guid>
		<description><![CDATA[<img width="630" height="438" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/12/google-tv-2-0.jpg" class="attachment-55598 wp-post-image" alt="google-tv-2-0" title="google-tv-2-0" /><p>A few days ago, my <a href="http://www.amazon.com/gp/product/B0040QE98O/ref=as_li_ss_tl?ie=UTF8&#38;tag=repl-20&#38;linkCode=as2&#38;camp=1789&#38;creative=390957&#38;creativeASIN=B0040QE98O">Logitech Revue</a> received its long-awaited update to Android 3.1 and with it came glorious, <em>glorious</em> access to the Android Market. The main category I&#8217;d been longing to fill was a solid media player with decent codec support. I finally found that in <a href="https://market.android.com/details?id=com.plexapp.gtv">Plex</a> so I wanted to review the [...]]]></description>
			<content:encoded><![CDATA[<img width="630" height="438" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/12/google-tv-2-0.jpg" class="attachment-55598 wp-post-image" alt="google-tv-2-0" title="google-tv-2-0" /><p>A few days ago, my <a href="http://www.amazon.com/gp/product/B0040QE98O/ref=as_li_ss_tl?ie=UTF8&amp;tag=repl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0040QE98O">Logitech Revue</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=repl-20&amp;l=as2&amp;o=1&amp;a=B0040QE98O" alt="" width="1" height="1" border="0" /> received its long-awaited update to Android 3.1 and with it came glorious, <em>glorious</em> access to the Android Market. The main category I&#8217;d been longing to fill was a solid media player with decent codec support. I finally found that in <a href="https://market.android.com/details?id=com.plexapp.gtv">Plex</a> so I wanted to review the app, which meant I needed a way to capture screenshots. Which, of course, I had no idea how to do.</p>
<p>Turns out it&#8217;s not a terribly complex process, but there are definitely a few gotchas that you should watch out for. You don&#8217;t even need to physically connect to the device, since the entire process is completed over WiFi via the Android Device Bridge (or ADB).</p>
<p>It&#8217;s called remote debugging and it&#8217;s something I&#8217;m sure the seasoned hackers out there are familiar with it but it&#8217;s not something I spent much time on myself. Also, after I got it working, I tweeted about my success, where <a href="http://twitter.com/trsohmers">@trsohmers</a> chimed in and mentioned that remote debugging isn&#8217;t allowed on the Sony Google TV products, so this guide is exclusive to the Logitech Revue for the time being.</p>
<p>Update: As Cole points out in the comments, this method DOES work for the Sony Blu-ray player, so at least there&#8217;s that. It seems like only the Sony TV users are left in the cold here.</p>
<h3>Prerequisite: Install the Android SDK</h3>
<p>To complete the steps I&#8217;m about to lay out, you&#8217;ll need the Android SDK installed on your computer, the explanation of which is outside the scope of this tutorial- but fear not! There is ample explanation in other areas of the web, including a fairly old version <a href="http://androidandme.com/2009/06/beginners/guides/how-to-capture-android-screens-with-vista-x64/">right here on our site</a>. If someone has a better <em>basic SDK</em> guide, please post it in the comments.</p>
<p>Another extremely important step is to set your Revue to display in 720p. The first few times I attempted this I was met with errors and it took finding an <a href="http://groups.google.com/group/googletv-android/browse_thread/thread/42c45c20cb0ddb0b">obscure post</a> in a GTV Google Group to learn that 1080p is too large and will overrun the buffer. So for now, 720p is the way to go!</p>
<p>Once you&#8217;ve got the Android SDK installed on your workstation and a Logitech Revue powered up and on the network, you&#8217;re ready to connect and start debugging. If you&#8217;re Revue is in another room, you might want to make note of your workstation IP before we begin (example: 192.168.1.106).</p>
<h3>Step 1: Enable Remote Debugging on the Revue</h3>
<p>Before you can do anything, you&#8217;ll need to enable Remote Debugging on your Logitech Revue. You&#8217;ll find the option in <strong>Settings &gt; Applications &gt; Development</strong> and all you need to do is check a box:</p>
<p><a href="http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/attachment/remote-debuggin/" rel="attachment wp-att-55599"><img class="alignnone size-large wp-image-55599" title="remote-debuggin" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/12/remote-debuggin-630x354.png" alt="" width="630" height="354" /></a></p>
<p>While you&#8217;re here, you&#8217;ll also need to enter the IP address of your workstation computer. It&#8217;s basically a whitelist which allows your computer to connect- if you don&#8217;t enter the correct IP address here, you&#8217;re ADB command in the next step won&#8217;t work. I&#8217;d imagine this is for security, and I guess I appreciate it because I especially don&#8217;t want some goober peeping on what I&#8217;m watching.</p>
<h3>Step 2: Retrieve IP address of GTV device</h3>
<p>To connect to the device over WiFi, you&#8217;ll need the IP address of the Logitech Revue, which you can find in <strong>Settings &gt; Network &gt; Status</strong>:</p>
<p><a href="http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/attachment/ip-address/" rel="attachment wp-att-55600"><img class="alignnone size-large wp-image-55600" title="ip-address" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/12/ip-address-630x354.png" alt="" width="630" height="354" /></a></p>
<h3>Step 3: Connect to the GTV device via ADB</h3>
<p>Once the Revue knows your workstation IP and you know the IP of the Revue, you&#8217;re ready to connect with a simple ADB command. Open up the command promt, and type:</p>
<p><span style="font-family: 'Courier New'; font-weight: bold;">adb connect &lt;ip address&gt;</span></p>
<p>replacing &lt;ip address&gt; with the actual IP we retrieved in the last step. If the command works, the prompt will return <em>connected to &lt;ip address&gt;</em> and you&#8217;ll be able to proceed as if you&#8217;d physically connected the device like you&#8217;ve done with a phone hundreds of times in the past.</p>
<h3>Step 4: Capture screens using DDMS</h3>
<p>Once you&#8217;ve got you&#8217;re GTV device connected (which you can verify by typing <span style="font-family: 'Courier New'; font-weight: bold;">adb devices</span> into the command prompt), you&#8217;ll be ready to capture screens using DDMS (the Dalvik Debug Monitor Server). Simply type <span style="font-family: 'Courier New'; font-weight: bold;">ddms</span> into the prompt and you&#8217;ll be on your way:</p>
<p><a href="http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/attachment/ddms/" rel="attachment wp-att-55601"><img class="alignnone size-large wp-image-55601" title="ddms" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/12/ddms-630x459.png" alt="" width="630" height="459" /></a></p>
<p>You&#8217;ll notice in the bottom of the DDMS window that you&#8217;ve got a &#8216;Log&#8217; pane, which should be flashing all sorts of activity from your connected GTV device (this should let you know you&#8217;re on the right path). From there, just select <strong>Device &gt; Screen Capture</strong> and you&#8217;ll get a nice capture of what&#8217;s going on on your Logitech Revue:</p>
<p><a href="http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/attachment/plex-movies/" rel="attachment wp-att-55602"><img class="alignnone size-large wp-image-55602" title="plex-movies" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/12/plex-movies-630x354.png" alt="" width="630" height="354" /></a></p>
<p>I should point out that the screen capture won&#8217;t work correctly if you&#8217;v got live TV currently displayed. Apparently they&#8217;ve used some sort of black magic to scrub the picture out, but almost every other app captures just fine.</p>
<h3>In conclusion&#8230;</h3>
<p>Now that I&#8217;ve got this new-found, TV-app-capturing capability, I plan on trying to do some more Google TV app reviews. Since I got the upgrade I&#8217;ve really been using the hell out of my <a href="http://www.amazon.com/gp/product/B0040QE98O/ref=as_li_ss_tl?ie=UTF8&amp;tag=repl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0040QE98O">Logitech Revue</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=repl-20&amp;l=as2&amp;o=1&amp;a=B0040QE98O" alt="" width="1" height="1" border="0" />. My wife even just bought me a second one for Christmas (she even let me open it early because I guessed what it was). I opened it tonite and the upgrade came as part of the initial setup, so I see the Revue being at the center of my entertainment world for the foreseeable future.</p>
<p>I&#8217;d say my current favorite app is easily <a href="https://market.android.com/details?id=com.plexapp.gtv">Plex for Google TV</a>, which is a full-feature media player that feels close to what I <em>thought</em> I&#8217;d be getting with GTV the first time around. I can play all of my network media with ease, along with custom channels from around the internet. I&#8217;ll be working on a full review of Plex, but I was curious what other apps you GTV users have taken to. Is there anything else out there I totally need to check out?</p>
<p>And just for good measure, here is one more captured screenshot:</p>
<p><a href="http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/attachment/twitter-6/" rel="attachment wp-att-55603"><img class="alignnone size-large wp-image-55603" title="twitter" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/12/twitter-630x354.png" alt="" width="630" height="354" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2011/12/devices/how-to-take-screenshots-of-google-tv-over-wifi-with-adb/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>99 screenshot tour of Android 2.3</title>
		<link>http://androidandme.com/2010/12/news/99-screenshot-tour-of-android-2-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=99-screenshot-tour-of-android-2-3</link>
		<comments>http://androidandme.com/2010/12/news/99-screenshot-tour-of-android-2-3/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 20:17:27 +0000</pubDate>
		<dc:creator>Taylor Wimberly</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Android 2.3]]></category>
		<category><![CDATA[Nexus S]]></category>
		<category><![CDATA[screens]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://androidandme.com/?p=37648</guid>
		<description><![CDATA[<p>We got some more <a href="http://androidandme.com/tag/Nexus-S">Nexus S</a> videos and impressions coming up later today, but here&#8217;s 99 screenshots of the new Android 2.3 to hold you over. As you can see not a lot has changed, but there are minor tweaks throughout the different applications and settings.</p> <p>We expect that most phones with Android 2.2 [...]]]></description>
			<content:encoded><![CDATA[<p>We got some more <a href="http://androidandme.com/tag/Nexus-S">Nexus S</a> videos and impressions coming up later today, but here&#8217;s 99 screenshots of the new Android 2.3 to hold you over. As you can see not a lot has changed, but there are minor tweaks throughout the different applications and settings.</p>
<p>We expect that most phones with Android 2.2 will receive an update to Android 2.3 in the next couple of months, so check out the slideshow after the jump for a quick tour.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Fandroidandme%2Fsets%2F72157625486795961%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fandroidandme%2Fsets%2F72157625486795961%2F&amp;set_id=72157625486795961&amp;jump_to=" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="600" height="450" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowfullscreen="true" flashvars="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2Fandroidandme%2Fsets%2F72157625486795961%2Fshow%2F&amp;page_show_back_url=%2Fphotos%2Fandroidandme%2Fsets%2F72157625486795961%2F&amp;set_id=72157625486795961&amp;jump_to="></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2010/12/news/99-screenshot-tour-of-android-2-3/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Android 2.0 screenshot gallery</title>
		<link>http://androidandme.com/2009/10/news/android-2-0-screenshot-gallery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-2-0-screenshot-gallery</link>
		<comments>http://androidandme.com/2009/10/news/android-2-0-screenshot-gallery/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 21:45:10 +0000</pubDate>
		<dc:creator>Taylor Wimberly</dc:creator>
				<category><![CDATA[Android OS News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[android 2.0]]></category>
		<category><![CDATA[android sdk]]></category>
		<category><![CDATA[bits]]></category>
		<category><![CDATA[eclair]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://androidandme.com/?p=6631</guid>
		<description><![CDATA[60+ pics taken from Android 2.0 using the emulator.]]></description>
			<content:encoded><![CDATA[<p>Now that the <a href="http://androidandme.com/2009/10/news/google-drops-android-2-0-sdk/">Android 2.0 SDK has been released</a>, anyone can <a href="http://androidandme.com/2009/10/news/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator/">load up the emulator</a> and try it out. We understand not everyone wants to take the time to install the SDK so I went ahead and snapped 60+ screens. They are nothing too exciting since this is just the regular stock Android 2.0, but I know some people still want to check them out.</p>
<h1><a href="http://www.flickr.com/photos/androidandme/sets/72157622677333776/" target="_blank">Android 2.0 screenshot gallery</a></h1>
<p>No descriptions were added, so feel free to post your questions over on Flickr or down in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2009/10/news/android-2-0-screenshot-gallery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Android 2.0 screenshot tour</title>
		<link>http://androidandme.com/2009/10/news/android-2-0-screenshot-tour/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-2-0-screenshot-tour</link>
		<comments>http://androidandme.com/2009/10/news/android-2-0-screenshot-tour/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:36:03 +0000</pubDate>
		<dc:creator>Clark Wimberly</dc:creator>
				<category><![CDATA[Android OS News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 2.0]]></category>
		<category><![CDATA[bits]]></category>
		<category><![CDATA[boy genius]]></category>
		<category><![CDATA[eclair]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://androidandme.com/?p=6237</guid>
		<description><![CDATA[Boy Genius just posted almost three dozen screenshots of Android 2.0.]]></description>
			<content:encoded><![CDATA[<p>Boy Genius just posted almost three dozen screenshots of Android 2.0. They&#8217;ve got a complete screenshot walkthrough showing lots of new features, settings, and UI. We&#8217;ve posted a few highlights in the gallery below but if you want to see the whole set, head on over to <a href="http://www.boygeniusreport.com/2009/10/16/android-2-0-screenshot-walkthrough/">Boy Genius Report</a>.</p>

<a href='http://androidandme.com/2009/10/news/android-2-0-screenshot-tour/attachment/android-eclair-screen-1/' title='android-eclair-screen-1'><img width="150" height="150" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/android-eclair-screen-1-150x150.jpg" class="attachment-thumbnail" alt="android-eclair-screen-1" title="android-eclair-screen-1" /></a>
<a href='http://androidandme.com/2009/10/news/android-2-0-screenshot-tour/attachment/android-eclair-screen-2/' title='android-eclair-screen-2'><img width="150" height="150" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/android-eclair-screen-2-150x150.jpg" class="attachment-thumbnail" alt="android-eclair-screen-2" title="android-eclair-screen-2" /></a>
<a href='http://androidandme.com/2009/10/news/android-2-0-screenshot-tour/attachment/android-eclair-screen-3/' title='android-eclair-screen-3'><img width="150" height="150" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/android-eclair-screen-3-150x150.jpg" class="attachment-thumbnail" alt="android-eclair-screen-3" title="android-eclair-screen-3" /></a>
<a href='http://androidandme.com/2009/10/news/android-2-0-screenshot-tour/attachment/android-eclair-screen-4/' title='android-eclair-screen-4'><img width="150" height="150" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/10/android-eclair-screen-4-150x150.jpg" class="attachment-thumbnail" alt="android-eclair-screen-4" title="android-eclair-screen-4" /></a>

]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2009/10/news/android-2-0-screenshot-tour/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Screenshots coming to Android Market (VIDEO)</title>
		<link>http://androidandme.com/2009/09/news/screenshots-coming-to-android-market/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=screenshots-coming-to-android-market</link>
		<comments>http://androidandme.com/2009/09/news/screenshots-coming-to-android-market/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 22:16:57 +0000</pubDate>
		<dc:creator>Taylor Wimberly</dc:creator>
				<category><![CDATA[Android OS News]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[android market]]></category>
		<category><![CDATA[bits]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://androidandme.com/?p=4789</guid>
		<description><![CDATA[<p>An often requested feature is finally ready to make its way to the Android Market. Developers now have the opportunity to upload two screenshots and one promotional graphic to their Market entry.</p> <p>The developer website gives the following note:</p> <p>Screenshots are visible only on the market.android.com website at this time and will not show on [...]]]></description>
			<content:encoded><![CDATA[<p>An often requested feature is finally ready to make its way to the Android Market. Developers now have the opportunity to upload two screenshots and one promotional graphic to their Market entry.</p>
<p>The developer website gives the following note:</p>
<blockquote><p>Screenshots are visible only on the market.android.com website at this time and will not show on the device.</p></blockquote>
<p>That message tells me two things. Feel free to disagree with my opinion.</p>
<ul>
<li>1. Screenshots are coming to the Android Market client in the next update.</li>
<li>2. Android Market will soon have a full website for all apps: <a href="http://market.android.com" target="_blank">http://market.android.com</a></li>
</ul>
<p>Check out the following screen for what the features look like.</p>
<div id="attachment_4791" class="wp-caption aligncenter" style="width: 550px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/09/newmarket_screens.png"><img class="size-full wp-image-4791" title="newmarket_screens" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/09/newmarket_screens.png" alt="Developers can finally upload screens of their apps." width="540" height="312" /></a><p class="wp-caption-text">Developers can finally upload screens of their apps.</p></div>
<p>Google has also uploaded a <a href="http://www.youtube.com/watch?v=8ma9Xh67Eyo" target="_blank">video</a> that previews the upcoming changes.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/8ma9Xh67Eyo&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/8ma9Xh67Eyo&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>[Thank you <a href="http://twitter.com/therealriley" target="_blank">therealriley</a> for the tip]</p>
]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2009/09/news/screenshots-coming-to-android-market/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Week 1 Winners For Android Home Screen Contest</title>
		<link>http://androidandme.com/2009/06/contests/week-1-winners-for-android-home-screen-contest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=week-1-winners-for-android-home-screen-contest</link>
		<comments>http://androidandme.com/2009/06/contests/week-1-winners-for-android-home-screen-contest/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 01:45:00 +0000</pubDate>
		<dc:creator>Taylor Wimberly</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android home screens]]></category>
		<category><![CDATA[android widgets]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://androidandme.com/?p=3492</guid>
		<description><![CDATA[<p>One week ago, we asked you to <a href="http://androidandme.com/2009/06/contests/show-me-your-android-home-screen-win-250-in-prizes/" target="_self">share your home screen</a> with us and we got quite a few entries.  I gathered all the images and uploaded them to <a href="http://www.flickr.com/photos/androidandme/sets/72157620495809943/" target="_blank">our Flickr page</a>.  Browse through the submissions and leave comments if you have any questions.  Most of them have notes describing the [...]]]></description>
			<content:encoded><![CDATA[<p>One week ago, we asked you to <a href="http://androidandme.com/2009/06/contests/show-me-your-android-home-screen-win-250-in-prizes/" target="_self">share your home screen</a> with us and we got quite a few entries.  I gathered all the images and uploaded them to <a href="http://www.flickr.com/photos/androidandme/sets/72157620495809943/" target="_blank">our Flickr page</a>.  Browse through the submissions and leave comments if you have any questions.  Most of them have notes describing the theme and widgets installed if you would like to experiment with your phone.</p>
<h2>The Winners</h2>
<p>Thank you to everyone who made a submission.  If you were not picked this week, you are still eligible for weeks 2-3 of the contest.  If you would like to submit additional screenshots, feel free to do so on the <a href="http://androidandme.com/2009/06/contests/show-me-your-android-home-screen-win-250-in-prizes/" target="_self">original contest page</a>.</p>
<ul>
<li><a href="http://www.flickr.com/photos/androidandme/3665627116/in/set-72157620495809943/" target="_blank">What time is it?</a> &#8211; Submitted by w cleveland</li>
<li><a href="http://www.flickr.com/photos/androidandme/3665929414/in/set-72157620495809943/" target="_blank">I wish I had an iPhone</a>. &#8211; Submitted by Jason Peinkofer</li>
<li><a href="http://www.flickr.com/photos/androidandme/3665168061/in/set-72157620495809943/" target="_blank">The power of kittens</a>. &#8211; Submitted by Maliek</li>
<li><a href="http://www.flickr.com/photos/androidandme/3665098779/in/set-72157620495809943/" target="_blank">Minimalist circles</a>. &#8211; Submitted by teagone</li>
<li><a href="http://www.flickr.com/photos/androidandme/3665059003/in/set-72157620495809943/" target="_blank">Win the contest</a>. &#8211; Submitted by foebea</li>
</ul>
<p>Winners were selected randomly.  Emails will be sent out shorty to confirm your address and country.  I can&#8217;t wait to see what new entries we have next week.  We will accept any type of home screen as a winner.  Even the most plain home screen has a chance to win.</p>
<p>If you would like to enter the contest, visit the original post:  <strong><a href="http://androidandme.com/2009/06/contests/show-me-your-android-home-screen-win-250-in-prizes/" target="_self">Show me your Android home screen</a></strong></p>
<div id="attachment_3496" class="wp-caption aligncenter" style="width: 550px"><a href="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/06/homecontest1.png"><img class="size-full wp-image-3496" title="homecontest1" src="http://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2009/06/homecontest1.png" alt="Two weeks left to enter.  Show us your home screen and win a prize." width="540" height="210" /></a><p class="wp-caption-text">Two weeks left to enter.  Show us your Android home screen and win a prize.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2009/06/contests/week-1-winners-for-android-home-screen-contest/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Show Me Your Android Home Screen &#8211; Win $375 In Prizes</title>
		<link>http://androidandme.com/2009/06/contests/show-me-your-android-home-screen-win-250-in-prizes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=show-me-your-android-home-screen-win-250-in-prizes</link>
		<comments>http://androidandme.com/2009/06/contests/show-me-your-android-home-screen-win-250-in-prizes/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 02:56:56 +0000</pubDate>
		<dc:creator>Taylor Wimberly</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[android capture screens]]></category>
		<category><![CDATA[android contest]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.androidandme.com/?p=3268</guid>
		<description><![CDATA[<p>We are way overdue for some <a href="http://www.androidandme.com/category/contests/" target="_self">contests</a>, so we decided to do a fun one to hold you over for our <a href="http://www.androidandme.com/2009/06/site-news/android-and-me-20-coming-soon/" target="_self">new site launch</a>.  From the day I started this blog, I wanted random contests to be a regular part of the site.  As the site traffic grows we will begin [...]]]></description>
			<content:encoded><![CDATA[<p>We are way overdue for some <a href="http://www.androidandme.com/category/contests/" target="_self">contests</a>, so we decided to do a fun one to hold you over for our <a href="http://www.androidandme.com/2009/06/site-news/android-and-me-20-coming-soon/" target="_self">new site launch</a>.  From the day I started this blog, I wanted random contests to be a regular part of the site.  As the site traffic grows we will begin offering better prizes.  Of course, you can always <a href="http://www.androidandme.com/contact-me/" target="_self">contact me</a> if you would like to sponsor a contest.</p>
<h2>Contest Details</h2>
<p>We want to see what your Android home screen looks like.  <strong><em>Yes, all you have to do to enter this contest is show us your home screen</em></strong>.  At the end of one week, we will select 5 winners.  The following week after that, we will select an additional 5 winners.</p>
<p><strong>Update</strong>: We have now added a 3rd week to the contest that will include 5 additional winners.</p>
<p>How do I take a screen shot of my Android phone?  If you have root access, you can <a href="http://www.androidandme.com/2009/02/guides/how-to-take-screen-shots-from-your-android-device/" target="_self">use the app Screenshot</a>.  For those without root access, you can <a href="http://www.androidandme.com/2009/06/guides/how-to-capture-android-screens-with-vista-x64/" target="_self">install the Android SDK and capture screens</a>.  If you have <a href="http://www.cyrket.com/package/com.betterandroid.openhome2" target="_blank">Open Home</a>, the latest version supports capturing screens.  If all else fails, ask a question and someone will try to help.</p>
<p>Now that Rogers launched Android phones in Canada, we wanted to do a contest for multiple countries.  For this contest, we will open it up to the US, UK, and Canada.  As time goes on, we will continue to expand.</p>
<h2>Contest Rules</h2>
<p>I realize it is probably impossible to prevent cheating, but we have several requirements in order to participate.  <strong><em>We ask that you place your phone into airplane mode so the icon appears in your notification bar</em></strong>.  This can easily be done by holding down the off button.  In addition, we are asking to include a second shot that shows the date and time.  All of this could be faked, but at least it might slow down some people.</p>
<p>You can upload your screen shots anywhere, as long as you post a link to them.  Once we begin to receive submissions, we will upload them to <a href="http://www.flickr.com/photos/androidandme" target="_blank">our Flickr account</a> so everyone can see them.  If possible, include a short description of what apps, widgets, themes, etc you have pictured in the shot.  Feel free to upload as many screen as you want, but we will only pick one as a winner.</p>
<ul>
<li>Open to residents of USA, UK, and Canada</li>
<li>Phone must be in Airplane mode and have the icon displayed in the notification area</li>
<li>Include a second screen shot that shows the date and time</li>
<li>Post a comment on this page that links to the screens (or email)</li>
<li>Include a short description of the theme, apps, and widget you have installed</li>
</ul>
<h2>How to Submit</h2>
<p>We are trying to be as flexible as possible with submitting your screens.  Feel free to place them anywhere we can access them. <strong><em>Please leave a comment on this page so that we can find them or you will not win a prize</em></strong>.</p>
<ul>
<li>Leave a comment on this page that links to the images</li>
</ul>
<h2>Prizes</h2>
<p>We will be giving out 15 $25 gift cards to Amazon.com(.ca, .co.uk).  What can you do with your $25?  Grab an extra battery for your G1, get a spare charger for home and the car, or honestly anything you want.  Look around in <a href="http://www.androidandme.com/store/" target="_self">our store</a> for G1 accessories.</p>
<ul>
<li>15x <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fgc%2Forder-email%3Fie%3DUTF8%26ref%255F%3Dg%255Fgc-dp%255Flp%255Femail&amp;tag=aamblogger1-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">$25 Amazon.com Gift Cards</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=aamblogger1-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://androidandme.com/2009/06/contests/week-1-winners-for-android-home-screen-contest/" target="_self">5 winners</a> announced on June 27th, 2009</li>
<li><a href="http://androidandme.com/2009/07/contests/week-1-winners-for-android-home-screen-contest-2/" target="_self">5 winners</a> announced on July 4th, 2009</li>
<li>5 winners announced on July 11th, 2009</li>
</ul>
<p><strong>Update</strong>: Check out the <a href="http://www.flickr.com/photos/androidandme/sets/72157620495809943/" target="_blank">Flickr gallery</a> for all week 1 submissions.</p>
]]></content:encoded>
			<wfw:commentRss>http://androidandme.com/2009/06/contests/show-me-your-android-home-screen-win-250-in-prizes/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		</item>
	</channel>
</rss>

