<?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: Requesting root access in your app</title>
	<atom:link href="http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:08:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Diario de un androide &#187; Como hacer que una aplicación solicite permisos de superusuario</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-6718</link>
		<dc:creator>Diario de un androide &#187; Como hacer que una aplicación solicite permisos de superusuario</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-6718</guid>
		<description>[...] Inspirado en el c&#243;digo de ésta web. [...]</description>
		<content:encoded><![CDATA[<p>[...] Inspirado en el c&oacute;digo de ésta web. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-6141</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 25 Oct 2011 21:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-6141</guid>
		<description>Is there also a way to make the app detect when superuser permissions have been denied?  Currently this code doesn&#039;t seem to test that possibility.</description>
		<content:encoded><![CDATA[<p>Is there also a way to make the app detect when superuser permissions have been denied?  Currently this code doesn&#8217;t seem to test that possibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juwon</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-5732</link>
		<dc:creator>juwon</dc:creator>
		<pubDate>Mon, 12 Sep 2011 04:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-5732</guid>
		<description>I have an huawei ascending 2 and it says I don&#039;t have root access what app can I install dat. allows this. permission my email is juwon377@Gmail.com contact me if u have any information</description>
		<content:encoded><![CDATA[<p>I have an huawei ascending 2 and it says I don&#8217;t have root access what app can I install dat. allows this. permission my email is <a href="mailto:juwon377@Gmail.com">juwon377@Gmail.com</a> contact me if u have any information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocker</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-5232</link>
		<dc:creator>Rocker</dc:creator>
		<pubDate>Sat, 02 Jul 2011 12:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-5232</guid>
		<description>Thank you Mat. I tried to modify the hosts file but not success.

String cmd = String.format(&quot;echo %s &gt;&gt; /etc/hosts\n&quot;, entry);
os.writeBytes(cmd);

Do you have any idea?
Thanks,</description>
		<content:encoded><![CDATA[<p>Thank you Mat. I tried to modify the hosts file but not success.</p>
<p>String cmd = String.format(&#8220;echo %s &gt;&gt; /etc/hosts\n&#8221;, entry);<br />
os.writeBytes(cmd);</p>
<p>Do you have any idea?<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-3724</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Fri, 03 Sep 2010 14:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-3724</guid>
		<description>&lt;a href=&quot;#comment-3633&quot; rel=&quot;nofollow&quot;&gt;@WeldFire &lt;/a&gt; Sorry I missed your comment, I&#039;ve been quite busy lately. I don&#039;t know an incredible amount about this as I never really ended up using it, but I imagine there is a way to use FileOutputStream, maybe even if you just need to turn it into a byte array (which you could then use with os.writebytes())

&lt;em&gt;Deleted your comment on other post as I&#039;ve answered here&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-3633" rel="nofollow">@WeldFire </a> Sorry I missed your comment, I&#8217;ve been quite busy lately. I don&#8217;t know an incredible amount about this as I never really ended up using it, but I imagine there is a way to use FileOutputStream, maybe even if you just need to turn it into a byte array (which you could then use with os.writebytes())</p>
<p><em>Deleted your comment on other post as I&#8217;ve answered here</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WeldFire</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-3633</link>
		<dc:creator>WeldFire</dc:creator>
		<pubDate>Fri, 27 Aug 2010 03:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-3633</guid>
		<description>Hello Mat,
You say you can use this method to &quot;write a file into a place we do not have permission to access usually&quot; do you have to try and copy files using os.writebytes()? or just a FileOutputStream?</description>
		<content:encoded><![CDATA[<p>Hello Mat,<br />
You say you can use this method to &#8220;write a file into a place we do not have permission to access usually&#8221; do you have to try and copy files using os.writebytes()? or just a FileOutputStream?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-1824</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 10 May 2010 19:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-1824</guid>
		<description>How can I use this to access another applications database?</description>
		<content:encoded><![CDATA[<p>How can I use this to access another applications database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-1670</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Tue, 04 May 2010 23:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-1670</guid>
		<description>No, I think your getting confused. Mount has nothing to do with this. 

A routed phone is one that has been hacked to allow root access. Your application will only work on phones that have been rooted by the user. This is obvious for security reasons.</description>
		<content:encoded><![CDATA[<p>No, I think your getting confused. Mount has nothing to do with this. </p>
<p>A routed phone is one that has been hacked to allow root access. Your application will only work on phones that have been rooted by the user. This is obvious for security reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rndmania</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-1628</link>
		<dc:creator>rndmania</dc:creator>
		<pubDate>Mon, 03 May 2010 03:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-1628</guid>
		<description>Thanks,
&#039;rooted&#039; gets using shell command &#039;mount&#039; ?</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
&#8216;rooted&#8217; gets using shell command &#8216;mount&#8217; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-1617</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Sun, 02 May 2010 19:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-1617</guid>
		<description>The root access dialog is part of the android system, but its is only avaliable if you have &quot;rooted&quot; the phone it is running on otherwise permission is simply denied.</description>
		<content:encoded><![CDATA[<p>The root access dialog is part of the android system, but its is only avaliable if you have &#8220;rooted&#8221; the phone it is running on otherwise permission is simply denied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rndmania</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-1616</link>
		<dc:creator>rndmania</dc:creator>
		<pubDate>Sun, 02 May 2010 19:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-1616</guid>
		<description>hi~!
&#039;root access dialog&#039; is made by you?
or, made by android system?
if app requires root permissions
then automatically show up &#039;root access dialog&#039;?
IOException raised when write a file into a place we do not have permission(ex : /system/sd/)
and app finished..
not show &#039;root access dialog&#039;
i want make app writing a file into /system/
help me..</description>
		<content:encoded><![CDATA[<p>hi~!<br />
&#8216;root access dialog&#8217; is made by you?<br />
or, made by android system?<br />
if app requires root permissions<br />
then automatically show up &#8216;root access dialog&#8217;?<br />
IOException raised when write a file into a place we do not have permission(ex : /system/sd/)<br />
and app finished..<br />
not show &#8216;root access dialog&#8217;<br />
i want make app writing a file into /system/<br />
help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elviento0891</title>
		<link>http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/comment-page-1/#comment-358</link>
		<dc:creator>elviento0891</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=457#comment-358</guid>
		<description>This was a great help, I appreciate this post!</description>
		<content:encoded><![CDATA[<p>This was a great help, I appreciate this post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

