<?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: Root Samsung Behold 2</title>
	<atom:link href="http://bygriz.com/blog/root-samsung-behold-2/feed" rel="self" type="application/rss+xml" />
	<link>http://bygriz.com/blog/root-samsung-behold-2</link>
	<description></description>
	<lastBuildDate>Wed, 10 Aug 2011 20:04:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: shaul</title>
		<link>http://bygriz.com/blog/root-samsung-behold-2/comment-page-1#comment-5131</link>
		<dc:creator>shaul</dc:creator>
		<pubDate>Sun, 12 Sep 2010 17:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://bygriz.com/blog/?p=1030#comment-5131</guid>
		<description>I keep getting a &quot;no such file or directory found&quot; error when running the &quot;cat/sdcard/su.dat &gt;/system/bin/su1&quot; command - any thoughts/suggestions?</description>
		<content:encoded><![CDATA[<p>I keep getting a &#8220;no such file or directory found&#8221; error when running the &#8220;cat/sdcard/su.dat &gt;/system/bin/su1&#8243; command &#8211; any thoughts/suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://bygriz.com/blog/root-samsung-behold-2/comment-page-1#comment-857</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://bygriz.com/blog/?p=1030#comment-857</guid>
		<description>Hey Jags

The full path is repeating the path to the file after calling &quot;adb command&quot;
so in my case I am on a mac snow leopard 10.6.3 using terminal. When ever I open terminal
my USER folder is the default path it opens to. My androidsdk folder is located in my USER folder, 
so every time I refer to the file in that folder I use the full path androidsdk/adb command.
so instead of simple writing adb push try3
I would write
my-macbook:~ USER$ androidsdk/tools/adb push androidsdk/tools/try3 /data/local

If you don&#039;t want you type the full path to your tools directory every time. You will need to edit your .bash_profile.
To do that open up terminal if you are on a mac and type &quot; nano ~/.bash_profile &quot;
then type export PATH=${PATH}:/tools. In my case it was &quot;export PATH=${PATH}:androidsdk/tools&quot;
then hit &quot;control O&quot; to write out which saves it.
Type in a name to save it as. confirm
Then hit &quot;control X&quot; to exit. Once back in terminal you can issue commands to the &quot;adb&quot; tool without having to navigate to the
&quot;tools&quot;directory.</description>
		<content:encoded><![CDATA[<p>Hey Jags</p>
<p>The full path is repeating the path to the file after calling &#8220;adb command&#8221;<br />
so in my case I am on a mac snow leopard 10.6.3 using terminal. When ever I open terminal<br />
my USER folder is the default path it opens to. My androidsdk folder is located in my USER folder,<br />
so every time I refer to the file in that folder I use the full path androidsdk/adb command.<br />
so instead of simple writing adb push try3<br />
I would write<br />
my-macbook:~ USER$ androidsdk/tools/adb push androidsdk/tools/try3 /data/local</p>
<p>If you don&#8217;t want you type the full path to your tools directory every time. You will need to edit your .bash_profile.<br />
To do that open up terminal if you are on a mac and type &#8221; nano ~/.bash_profile &#8221;<br />
then type export PATH=${PATH}:/tools. In my case it was &#8220;export PATH=${PATH}:androidsdk/tools&#8221;<br />
then hit &#8220;control O&#8221; to write out which saves it.<br />
Type in a name to save it as. confirm<br />
Then hit &#8220;control X&#8221; to exit. Once back in terminal you can issue commands to the &#8220;adb&#8221; tool without having to navigate to the<br />
&#8220;tools&#8221;directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jags</title>
		<link>http://bygriz.com/blog/root-samsung-behold-2/comment-page-1#comment-822</link>
		<dc:creator>jags</dc:creator>
		<pubDate>Fri, 23 Apr 2010 05:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://bygriz.com/blog/?p=1030#comment-822</guid>
		<description>what do you mean with full path?
</description>
		<content:encoded><![CDATA[<p>what do you mean with full path?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://bygriz.com/blog/root-samsung-behold-2/comment-page-1#comment-580</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 25 Mar 2010 07:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://bygriz.com/blog/?p=1030#comment-580</guid>
		<description>The step by step is &lt;a href=&quot;http://theunlockr.com/2009/12/02/how-to-root-the-samsung-behold-2-samsung-galaxy/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, the only difference is to use your full path &quot;adb push try3 /data/local&quot; it would be &quot;YOUR FULL PATH/tools/adb push desktop/androidsdk/tools/try3 /data/local&quot;</description>
		<content:encoded><![CDATA[<p>The step by step is <a href="http://theunlockr.com/2009/12/02/how-to-root-the-samsung-behold-2-samsung-galaxy/" rel="nofollow">here</a>, the only difference is to use your full path &#8220;adb push try3 /data/local&#8221; it would be &#8220;YOUR FULL PATH/tools/adb push desktop/androidsdk/tools/try3 /data/local&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://bygriz.com/blog/root-samsung-behold-2/comment-page-1#comment-573</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Wed, 24 Mar 2010 12:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://bygriz.com/blog/?p=1030#comment-573</guid>
		<description>Could you provide a tutorial on how to do this step by step? I&#039;m trying to root my Behold but can&#039;t seem to figure it out... Thanks!</description>
		<content:encoded><![CDATA[<p>Could you provide a tutorial on how to do this step by step? I&#8217;m trying to root my Behold but can&#8217;t seem to figure it out&#8230; Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

