<?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>Horatio Caine&#039;s Blog &#187; folder</title>
	<atom:link href="http://hxcaine.com/blog/tag/folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://hxcaine.com/blog</link>
	<description>A blog of life, ideas and code</description>
	<lastBuildDate>Thu, 19 Jun 2014 00:46:16 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>ADB &#8216;Push: Permission Denied&#8217; on Android adb shell push</title>
		<link>http://hxcaine.com/blog/2010/09/11/push-permission-denied-on-android-adb-shell-push/</link>
		<comments>http://hxcaine.com/blog/2010/09/11/push-permission-denied-on-android-adb-shell-push/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 23:28:10 +0000</pubDate>
		<dc:creator><![CDATA[Horatio Caine]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[permission denied]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://hxcaine.wordpress.com/?p=48</guid>
		<description><![CDATA[I just spent a little while trying to figure out why I was getting &#8216;push: permission denied&#8217; when running: [crayon-6a082e58cff86910776615/] I did some googling to no avail. Then I remembered that pushing and pulling is not done in the shell, it&#8217;s just done with adb. Thus, it should have been: [crayon-6a082e58cff8e827644404/] Which succeeds. I know [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I just spent a little while trying to figure out why I was getting &#8216;push: permission denied&#8217; when running:</p>
<p></p><pre class="crayon-plain-tag">adb shell push c:/file.txt /sdcard/file.txt</pre><p></p>
<p>I did some googling to no avail.</p>
<p>Then I remembered that pushing and pulling is not done in the shell, it&#8217;s just done with adb.</p>
<p>Thus, it should have been:</p>
<p></p><pre class="crayon-plain-tag">adb push c:/file.txt /sdcard/file.txt</pre><p></p>
<p>Which succeeds. I know it&#8217;s a silly error to make, but I thought I&#8217;d share this in case anybody else uses the adb shell push instead of regular adb push and can&#8217;t figure out why permission is denied.</p>
]]></content:encoded>
			<wfw:commentRss>http://hxcaine.com/blog/2010/09/11/push-permission-denied-on-android-adb-shell-push/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
