<?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>Market 4 Android &#187; Samsung Epic</title>
	<atom:link href="http://www.market4android.com/android-phone/android-2-1-modifications/samsung-epic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.market4android.com</link>
	<description>Android Apps and Modifications</description>
	<lastBuildDate>Thu, 17 May 2012 15:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Root Samsung Epic</title>
		<link>http://www.market4android.com/how-to-root-samsung-epic.php</link>
		<comments>http://www.market4android.com/how-to-root-samsung-epic.php#comments</comments>
		<pubDate>Thu, 09 Sep 2010 21:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rooting Your Samsung Epic]]></category>
		<category><![CDATA[epic root apps]]></category>
		<category><![CDATA[epic root tool]]></category>
		<category><![CDATA[fully root samsung epic]]></category>
		<category><![CDATA[how access root data samsung epic]]></category>
		<category><![CDATA[how to root a samsung epic]]></category>
		<category><![CDATA[how to root epic]]></category>
		<category><![CDATA[how to root samsung epic]]></category>
		<category><![CDATA[list for root samsung epic]]></category>
		<category><![CDATA[reinstall swype root epic]]></category>
		<category><![CDATA[root epic]]></category>
		<category><![CDATA[root samsung epic]]></category>
		<category><![CDATA[rooting samsung epic]]></category>
		<category><![CDATA[rooting your epic]]></category>
		<category><![CDATA[samsung epic remove content]]></category>
		<category><![CDATA[samsung epic root apps]]></category>

		<guid isPermaLink="false">http://www.market4android.com/?p=882</guid>
		<description><![CDATA[This article will explain how to root the Samsung Epic, taking information found from around the web and explaining it in a way that will make even the newest of people feel comfortable with rooting their Samsung Epic. Before I get started with this guide, I want to point you towards our Disclaimer Page, which [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This article will explain <strong>how to root the Samsung Epic</strong>, taking information found from around the web and explaining it in a way that will make even the newest of people feel comfortable with rooting their Samsung Epic. Before I get started with this guide, I want to point you towards our <a title="Disclaimer" href="http://www.market4android.com/disclaimer" target="_blank">Disclaimer Page</a>, which in summary lets you know that we are not responsible for any problems that arise from modifications that you perform to your phone. This is for our safety only, in the very unlikely event that something very bad would happen.</p>
<p>Now that that&#8217;s out there, be aware that any mistake you make poses a potential risk of bricking your Samsung Epic, so be very careful, and follow the steps that are laid out here for you. Other than that, you should not have any issues. If for some reason there is an issue with flashing a file, please try re-downloading the file and re-attempting the process before panicking!</p>
<p>Assuming you already have your Samsung Epic nearby, and you know how to plug it into your computer using a USB cable, we won&#8217;t explain that! Samsung and Sprint decided to make this root process a little harder than for other Android phones, so the process is a little longer than for other phones, but you can still gain permanent root access for your Samsung Epic. This process will involve downloading a few files, and moving them around, as well as a few other steps which will give you that permanent root access we just mentioned. Here it goes:</p>
<ol>
<li>Follow the instruction guide on <a title="How to Install Android SDK" href="http://www.market4android.com/how-to-install-android-sdk.php" target="_blank">How to Install the Android SDK</a> if you haven&#8217;t already done so.</li>
<li>Download the following file:
<ul>
<li><a href="http://www.market4android.com/wp-content/uploads/2010/09/epic-root.zip">epic-root</a></li>
</ul>
</li>
<li>Extract that ZIP file, which should result in showing either one folder with 4 files inside of it, or just 4 files, period. Move those files to your <em>C:\Android\tools</em> folder. It&#8217;ll be much easier to do this now, than to try to find the paths to these files later.</li>
<li>Now, open a command prompt. Follow the guide on <a title="How to Open a Command Prompt" href="http://www.market4android.com/how-to-open-a-command-prompt.php" target="_blank">How to Open a Command Prompt</a> if you don&#8217;t know how to do that yet.</li>
<li>Plug your phone into your computer using the supplied USB cord. Make sure USB Debugging is on, and your phone is set to &#8220;Charge Only&#8221; if you have a menu open that asks you when you plug your phone in.</li>
<li>Inside that command prompt, if everything went correctly with your installation of the SDK, then type <em>adb devices</em>. This should now show up with some text, then your phone&#8217;s serial number, and say it&#8217;s online.</li>
<li>Enter the following commands, one per line, into the command prompt (you can copy and paste, one per line):<br />
<blockquote><p>cd C:\Android\tools<br />
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin<br />
adb push joeykrim-root.sh /sdcard/joeykrim-root.sh<br />
adb push jk-su /sdcard/jk-su<br />
adb push playlogo /sdcard/playlogo</p></blockquote>
</li>
<li>Once you&#8217;ve completed all of that, you need to enter the following commands, one per line (you can copy and paste one per line don&#8217;t type anything in RED):<br />
<blockquote><p>adb shell     <span style="color: #ff0000;">//NOTE: you should now see a $ symbol after this command//</span><br />
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin<br />
cd /data/local/tmp<br />
./rageagainstthecage-arm5.bin<br />
exit</p></blockquote>
</li>
<li>Typing <em>exit</em> makes you leave the shell. Now, re-enter the shell by typing<em> adb shell</em>. You should now see a # symbol after this command. <span style="color: #ff0000;">NOTE: If you do NOT see a # symbol after this command, please repeat the exploit, shown below:</span><br />
<blockquote><p>cd /data/local/tmp<br />
./rageagainstthecage-arm5.bin<br />
exit</p></blockquote>
<p><span style="color: #ff0000;">Type <em>adb shell</em> again, if it returns a #, continue with the guide. If it returns a $ again, repeat. This may take a few times to get it to work. </span></li>
<li>Now that you&#8217;ve gotten a # symbol after typing <em>adb shell</em> from Step 9, above, meaning you have temporary root exploit working, we will now execute commands to gain permanent root for your Samsung Epic. Enter the commands below, one per line (copy and paste is fine, but still, one line at a time):<br />
<blockquote><p>adb shell<br />
mount -t rfs -o remount,rw /dev/block/stl9 /system<br />
cat /sdcard/joeykrim-root.sh &gt; /system/bin/joeykrim-root.sh<br />
cat /sdcard/jk-su &gt; /system/bin/jk-su<br />
mv /system/bin/playlogo /system/bin/playlogo-orig<br />
cat /sdcard/playlogo &gt; /system/bin/playlogo<br />
chmod 755 /system/bin/playlogo<br />
chmod 755 /system/bin/joeykrim-root.sh</p></blockquote>
</li>
<li>Once you&#8217;ve entered all those commands, I want you to verify that you have permanent root access. Please reboot your phone. Once it fully reboots, go to your command prompt again, type the following commands:<br />
<blockquote><p>adb shell<br />
su</p></blockquote>
<p>The <em>su</em> command should change the $ to a # symbol. This means that you now have permanently rooted your phone! Don&#8217;t worry, though, if you need to un-root for any reason, please follow the guide on <a title="How to Unroot the Samsung Epic" href="http://www.market4android.com/how-to-unroot-samsung-epic.php" target="_blank">How to Unroot the Samsung Epic</a>.</li>
</ol>
<p>Congratulations! You&#8217;ve successfully rooted your Samsung Epic if you&#8217;ve reached this far! Leave me a comment and let me know how the process worked out for you! I am excited to hear from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.market4android.com/how-to-root-samsung-epic.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Unroot Samsung Epic</title>
		<link>http://www.market4android.com/how-to-unroot-samsung-epic.php</link>
		<comments>http://www.market4android.com/how-to-unroot-samsung-epic.php#comments</comments>
		<pubDate>Fri, 03 Sep 2010 21:03:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rooting Your Samsung Epic]]></category>
		<category><![CDATA[2.2 command prompt for samsung epic]]></category>
		<category><![CDATA[apk for samsung epic]]></category>
		<category><![CDATA[how to unroot my samsung epic]]></category>
		<category><![CDATA[how to unroot samsung epic]]></category>
		<category><![CDATA[how to unroot the samsung moment]]></category>
		<category><![CDATA[samsung epic unroot]]></category>
		<category><![CDATA[trouble unrooting samsung epic]]></category>
		<category><![CDATA[un-root samsung epic]]></category>
		<category><![CDATA[unroot android epic superuser]]></category>
		<category><![CDATA[unroot epic]]></category>
		<category><![CDATA[unroot joeykrim epic]]></category>
		<category><![CDATA[unroot samsung epic]]></category>
		<category><![CDATA[unroot samsung moment]]></category>
		<category><![CDATA[unroot smasung epic]]></category>
		<category><![CDATA[unroot your samsung epic]]></category>

		<guid isPermaLink="false">http://www.market4android.com/?p=896</guid>
		<description><![CDATA[This guide will explain to you how to unroot the Samsung Epic. This is a fairly simple process that will allow you to remove all traces of ever having rooted your Samsung Epic. Let&#8217;s get started. Open a command prompt. If you forget how, or don&#8217;t know how, follow the Command Prompt guide. Once the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This guide will explain to you how to unroot the Samsung Epic. This is a fairly simple process that will allow you to remove all traces of ever having rooted your Samsung Epic. Let&#8217;s get started.</p>
<p>Open a command prompt. If you forget how, or don&#8217;t know how, follow the <a title="How to Open a Command Prompt" href="http://www.market4android.com/how-to-open-a-command-prompt.php" target="_blank">Command Prompt guide</a>.</p>
<p>Once the prompt is open, please enter the following commands, one per line (you can copy and paste, but still only one command per line!):</p>
<blockquote><p>cd C:\Android\tools<br />
adb shell<br />
su<br />
mount -t rfs -o remount,rw /dev/block/stl9 /system<br />
rm /system/bin/joeykrim-root.sh<br />
rm /system/bin/jk-su<br />
rm /system/bin/playlogo<br />
rm /etc/passwd<br />
rm /etc/group<br />
mv /system/bin/playlogo-orig /system/bin/playlogo<br />
mount -t rfs -o remount,ro /dev/block/stl9 /system</p></blockquote>
<p>Reboot your phone! That&#8217;s it, you&#8217;ve unrooted your phone and removed existence of ever having the phone rooted in the first place. Congratulations!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.market4android.com/how-to-unroot-samsung-epic.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              2949a
Template:           index
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 34/37 queries in 0.025 seconds using memcached
Object Caching 655/655 objects using memcached

Served from: www.market4android.com @ 2012-05-18 14:41:02 -->
