<?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; LG Optimus</title>
	<atom:link href="http://www.market4android.com/android-phone/android-2-2/lg-optimus/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 LG Optimus S &#8211; Updated</title>
		<link>http://www.market4android.com/how-to-root-lg-optimus-s-updated.php</link>
		<comments>http://www.market4android.com/how-to-root-lg-optimus-s-updated.php#comments</comments>
		<pubDate>Thu, 24 Feb 2011 23:26:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LG Optimus]]></category>
		<category><![CDATA[how to root lg optimus s]]></category>
		<category><![CDATA[how to root optimus]]></category>
		<category><![CDATA[root lg optimus s]]></category>
		<category><![CDATA[root lg optimus s vc]]></category>

		<guid isPermaLink="false">http://www.market4android.com/?p=1070</guid>
		<description><![CDATA[So, since the Optimus S for Sprint came out, we&#8217;ve had 2 over the air updates. If you&#8217;ve installed them, then all is fine and dandy. But today, we&#8217;re going to be rooting the very latest version of the Optimus&#8217; software, LS670ZVC. Before you jump in, we ask that you read the whole guide thoroughly [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So, since the Optimus S for Sprint came out, we&#8217;ve had 2 over the air updates. If you&#8217;ve installed them, then all is fine and dandy. But today, we&#8217;re going to be rooting the very latest version of the Optimus&#8217; software, LS670ZVC. Before you jump in, we ask that you read the whole guide thoroughly so you do not make a mistake. We don&#8217;t take responsibility for any error you make, so make sure you&#8217;re careful!</p>
<p>We&#8217;re going to do you a favor and help you get backups of your stuff before you update your phone, because it&#8217;s wiping everything! You&#8217;ll want to go to our article titled: <a href="http://www.market4android.com/backing-up-your-phone-before-root.php" target="_blank">Backing up Your Phone Before Root</a>.</p>
<p>So, we&#8217;ve backed up our phones and we are ready to get the process under way to get rooted. Since we need to update our device to the version we want to root, we need to follow the guide to unroot our phone, located <a href="http://www.market4android.com/how-to-unroot-lg-optimus-s-and-update-firmware.php" target="_blank">here</a>.</p>
<p>Once you have unrooted and upgraded your phone all the way to the VC release, we will begin the root process, which will take a bit of time. You MUST have the Stock LG recovery installed or else you will brick your phone. If you followed our guide, you should already have it installed and need not worry.</p>
<p>We&#8217;re sure you&#8217;ll want a custom recovery program for your Optimus, so we&#8217;ve included instructions to install this as well. Please visit <a href="http://www.market4android.com/files.php#OptimusSRootVC" target="_blank">this link</a> to get all the files you need for the root process of the VC release!</p>
<p>First, you need to unzip the Optimus Root folder to an easily accessible location, such as your C:\Android\tools folder. Then, take the 3b293d854446.LS670ZV8_V9_Inc file and unzip its contents directly to your SD card.</p>
<p>1) Open a command prompt. In that command prompt, enter the following commands, one per line:<br />
<code>cd C:\Android\tools<br />
adb reboot recovery</code></p>
<p>2) In recovery, we want to scroll down to, and select, &#8220;apply sdcard:update.zip&#8221; which will fail, to trigger mounting the /system partition for the next steps.</p>
<p>3) Enter the following codes, one per line:<br />
<code>adb push rageagainstthecage-arm5.bin /sdcard/rageagainstthecage<br />
adb push su /sdcard/su<br />
adb push busybox /sdcard/busybox<br />
adb shell<br />
cd /sdcard<br />
/system/bin/chmod 777 /sdcard/rageagainstthecage<br />
./rageagainstthecage</code></p>
<p>3a) The last line of code should make your phone disconnect and reconnect twice. Wait about 2 minutes to make sure. If you know it did not do that, then enter this code (if that line worked, skip this line of code):<br />
<code>/sdcard/rageagainstthecage</code></p>
<p>4) Go into the shell again using the command below. The $ should turn into a #. If it does not, restart the process from step 1 above.<br />
<code>adb shell</code></p>
<p>If you got the # symbol, enter the following code:<br />
<code>/system/bin/mount -o remount,rw -t yaffs2 /system /system<br />
cd /sdcard<br />
./busybox cp su /system/bin<br />
./busybox cp busybox /system/bin<br />
cd /system/bin<br />
/system/bin/chmod 4755 su<br />
/system/bin/chmod 4755 busybox<br />
exit<br />
exit</code></p>
<p>Head over to the market and download the Superuser app by ChainsDD and install it!</p>
<p>Now we want to install the custom recovery you downloaded. Unzip flash_image.zip to your SD card. Also, unzip xionia_cwma_12518.4.zip to your SD card as well. Once those are in their proper place, we want to flash the recovery image now.</p>
<p>Enter the following codes, one per line:<br />
<code>adb shell<br />
su (you will need to allow superuser permission on your phone. A screen will pop up.)<br />
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system<br />
cat /sdcard/flash_image &gt; /system/bin/flash_image<br />
chmod 755 /system/bin/flash_image<br />
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak<br />
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system<br />
flash_image recovery /sdcard/xionia_cwma_12518.4.img<br />
reboot recovery</code></p>
<p>Note: if you get the following error &#8212; failed on &#8216;/system/etc/install-recovery.sh&#8217; &#8211; No such file or directory &#8212; it is okay. It just means your recovery will not be erased by LG at any point in time.</p>
<p>To boot into recovery, when your phone is off, press and hold the following keys: Volume Down + Home + Power. Release the keys when the LG splash screen loads.</p>
<p>To navigate recovery, Volume Up and Down move your selection up and down respectively; Select is the Menu or Camera keys; Back is the back button.</p>
<p>Congratulations! That&#8217;s it!! You&#8217;ve now rooted the latest version of the LG Optimus software! Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.market4android.com/how-to-root-lg-optimus-s-updated.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to UnRoot LG Optimus S and Update Firmware</title>
		<link>http://www.market4android.com/how-to-unroot-lg-optimus-s-and-update-firmware.php</link>
		<comments>http://www.market4android.com/how-to-unroot-lg-optimus-s-and-update-firmware.php#comments</comments>
		<pubDate>Thu, 24 Feb 2011 22:49:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LG Optimus]]></category>
		<category><![CDATA[unroot lg optimus s]]></category>
		<category><![CDATA[upgrade lg optimus s]]></category>
		<category><![CDATA[upgrade lg optimus s firmware]]></category>

		<guid isPermaLink="false">http://www.market4android.com/?p=1076</guid>
		<description><![CDATA[So, you need to unroot your LG Optimus S to take it in for service or update it or something? Here&#8217;s a descriptive guide to give you all the information and instructions to unroot your device. First off, you will need to download some files, located here. Once those files are downloaded, you will need [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>So, you need to unroot your LG Optimus S to take it in for service or update it or something? Here&#8217;s a descriptive guide to give you all the information and instructions to unroot your device.</p>
<p>First off, you will need to download some files, located <a href="http://www.market4android.com/files.php#OptimusSUnroot">here</a>.</p>
<p>Once those files are downloaded, you will need to follow all of the following instructions. Failing to follow instructions may cause you to turn your Optimus into a paperweight.</p>
<p>Once we&#8217;re finished here, we will be reverted to a completely un-rooted phone, with the V8 software installed. We can then update our phone to V9 or the newest update, VC.</p>
<p>So, you&#8217;ve downloaded all the files that you need. Follow all of the below steps, and *absolutely* DO NOT skip any of them. They&#8217;re here for a reason.</p>
<p>1) Connect your phone to your PC and prepare to use ADB &#8211; open a command prompt, navigate to the directory where your ADB is located (ours is C:\Android\tools).</p>
<p>2) Unzip the recovery kernel and flash_image ZIPs you downloaded. Make sure the contents are inside of the C:\Android\tools folder, for easy access.</p>
<p>3) Enter the following commands, one per line:<br />
<code>adb push recovery-RA-GNM-thunderc-s-1.1.0.img /sdcard/<br />
adb push flash_image /data/local/tmp<br />
adb shell<br />
su<br />
chmod 755 /data/local/tmp/flash_image<br />
/data/local/tmp/flash_image recovery /sdcard/recovery-RA-GNM-thunderc-s-1.1.0.img<br />
reboot recovery</code></p>
<p>4) Your phone should now have rebooted into a recovery with light blue text, with Build: RA-thunderc-1.1.0-GNM at the bottom of the screen. Your controls are as follows:<br />
Volume Up = Up<br />
Volume Down = Down<br />
Back = Back<br />
Menu (4 squares button right of home) = Select</p>
<p>5) Scroll down to USB-MS Toggle. Select it.</p>
<p>6) Select USB-MS Toggle SDCard.</p>
<p>7) Unzip the nandroid-thunderc-V8-STOCK file and place the unzipped contents into the root of the SD card that should have popped up on your computer.</p>
<p>8) Use your option on your computer to safely remove the device (phone) from your computer.</p>
<p>9) Press the menu button to disable USB-MS toggle.</p>
<p>10) Press back.</p>
<p>11) Select Backup/Restore option.</p>
<p>12) Select Nand Restore</p>
<p>13) Select mem=477M</p>
<p>14) Select BCDMRS12-20101122-1915</p>
<p>15) Press Menu to confirm.</p>
<p>16) Wait. The restore process will take a while. When it is finished, DO NOT restart. We need to flash a STOCK RECOVERY now!!!</p>
<p>17) Enter the following commands, one per line:<br />
<code>adb shell<br />
mount /sdcard (if this makes an error appear about device or resource busy, ignore it)<br />
cd /sdcard/nandroid/mem=477M/BCDMRS12-20101122-1915<br />
flash_image recovery recovery.img<br />
reboot</code></p>
<p>Now, we have rebooted back into a stock build of the V8 software for the LG Optimus S. If you want to upgrade to V9, read below.</p>
<p>The process that we just completed upgraded our kernel. We need to update the firmware now to V9. </p>
<p>1) Plug your phone into you PC and enable USB mass storage. </p>
<p>2) Place the file named 3b293d854446.LS670ZV8_V9_Inc.zip onto your SD card, and rename it as update.zip (very important!).</p>
<p>3) Open a command prompt, and enter the following code:<br />
<code>adb reboot recovery</code><br />
Note: this will only work if you followed our guide to install the SDK, or if you added ADB to your PATH variable in Windows. Otherwise, enter the following codes, one per line:<br />
<code>cd C:\Android\tools<br />
adb reboot recovery</code></p>
<p>4) You should now be at LG&#8217;s recovery screen, which is dark blue text with 4 options. Select the option with update.zip.</p>
<p>5) follow the on-screen instructions, which are VERY IMPORTANT!!</p>
<p>You now have the V9 radio and baseband, as well as the stock update. You can delete that file that you remaned update.zip from your SD card, it&#8217;s no longer needed.</p>
<p>To upgreade from V9 to VC, use the LG Update tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.market4android.com/how-to-unroot-lg-optimus-s-and-update-firmware.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Root LG Optimus</title>
		<link>http://www.market4android.com/how-to-root-lg-optimus.php</link>
		<comments>http://www.market4android.com/how-to-root-lg-optimus.php#comments</comments>
		<pubDate>Thu, 11 Nov 2010 08:50:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LG Optimus]]></category>
		<category><![CDATA[how to get root access on optimus]]></category>
		<category><![CDATA[how to root LG Optimus]]></category>
		<category><![CDATA[how to root the samsung moment]]></category>
		<category><![CDATA[moment radios]]></category>
		<category><![CDATA[radios for samsung moment]]></category>
		<category><![CDATA[root lg ally]]></category>
		<category><![CDATA[root LG Optimus]]></category>
		<category><![CDATA[swype]]></category>
		<category><![CDATA[wireless tethering for samsung moment]]></category>

		<guid isPermaLink="false">http://www.market4android.com/?p=943</guid>
		<description><![CDATA[This guide will explain how to root the LG Optimus. The process is really pretty simple, although other guides make it out to be really hard, or not for the novice user. Basically you&#8217;re going to need a few tools, up to an hour of free time, and a little bit of patience, as well [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This guide will explain <strong>how to root the LG Optimus</strong>. The process is really pretty simple, although other guides make it out to be really hard, or not for the novice user. Basically you&#8217;re going to need a few tools, up to an hour of free time, and a little bit of patience, as well as knowing how to red directions word for word and not skip anything. Also, these instructions are from a Windows 7 based computer. I&#8217;m actually going to <strong>root the LG Optimus</strong> as I write this guide, so I know these steps are correct!</p>
<p>The very first steps we need to take are as follows:</p>
<ul>
<li>Download and install the <a rel="nofollow" href="http://www.market4android.com/how-to-install-android-sdk.php" target="_blank">Java Runtime Environment (JRE)</a></li>
<li>Once JRE is installed, we now need to download and install the Android SDK. Follow steps on <a title="How to Install Android SDK" href="http://www.market4android.com/how-to-install-android-sdk.php" target="_blank">How to Install Android SDK</a> here.</li>
<li>Once the SDK is installed, according to our instructions, you need to isntall drivers to make the computer recognize your LG Optimus.</li>
</ul>
<p>So, we need to download the <a href="http://www.market4android.com/lg-optimus-root-downloads.php" target="_blank">LG Mobile Support Tool</a>. Once it&#8217;s downloaded, install it. Once the program is installed, and while your phone is not connected to your computer, open the program. This is going to take a few minutes to load the program. We need to change some settings in it to make it work right.</p>
<p>Under the <em>Options &amp; Help</em> menu, choose <em>Country &amp; Language</em>. Set <em>United States</em> as your country, and <em>English</em> as your language. Next, on the main window choose to <em>install the USB driver</em>, and choose <em>Sprint</em> as the carrier, and <em>LGLS670</em> as the model number. Now, wait until the application downloads and installs some drivers for your phone. Once it installs the drivers, close the program. You no longer need to run it.</p>
<p>While you wait for the files to download, you can begin prepping your phone to be rooted and connected to your computer. Go to Menu &gt; Applications then select Unknown Sources. This allows us to install applications to your phone from the computer. Place a check in the box. Then, accept the warning. Next, go to Development, then select USB Debugging. This allows us to root the phone. After you do that, and the program is done installing the USB drivers, plug in your phone once, let it do it&#8217;s thing and let the computer install all the drivers for it, then when you get a message saying your device has been installed successfully, unplug your phone, then plug it back in one minute later to make sure everything is ok.</p>
<p>The next thing we need to do is download the root files. You can obtain them here, named <a href="http://www.market4android.com/lg-optimus-root-downloads.php" target="_blank">OptimusRoot</a>. Once you download this file, extract it and copy the 3 files inside to your <em>C:\android\tools</em> folder. Now, connect your phone to the computer if you haven&#8217;t already, Make sure it says USB Debugging Connected or something along those lines in your notification pulldown.</p>
<p>Next, launch the Android SDK Manager, which is also located in the C:\Android\ folder of the Android SDK program you downloaded earlier.</p>
<p>Next, open a command prompt (if you don&#8217;t know how, here&#8217;s <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>) and type the following commands, one per line:</p>
<blockquote><p>cd C:\Android\tools<br />
adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage<br />
adb push su /data/local/tmp/<br />
adb push busybox /data/local/tmp/<br />
adb shell<br />
chmod 4755 /data/local/tmp/rageagainstthecage<br />
chmod 4755 /data/local/tmp/busybox<br />
cd /data/local/tmp<br />
./rageagainstthecage</p></blockquote>
<p>Now, let everything rest for a couple minutes. This is going to disconnect your ADB session once finished, so after 2-3 minutes, type the following:</p>
<blockquote><p>adb shell        <span style="color: #ff0000;">\\Note: This should now return a # instead of a $. If this does not work, repeat the command prompt steps.<br />
<span style="color: #000000;">mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system<br />
cd /data/local/tmp<br />
./busybox cp su /system/bin<br />
./busybox cp busybox /system/bin<br />
cd /system/bin<br />
chmod 4755 su<br />
chmod 4755 busybox<br />
busybox &#8211;install /system/bin<br />
exit<br />
exit </span></span></p></blockquote>
<p><span style="color: #ff0000;"><span style="color: #ff0000;">Note: If you get to this step &#8220;<em>busybox &#8211;install /system/bin</em>&#8221; you get an error, do this:</span></span></p>
<p>a) Download superuser (free) from chainsDD in the market (this is step 5 below)<br />
b) Download Titanium Backup (free) in the market<br />
c) Launch Titanium Backup. You should get a request to give it root permissions. select <em>always allow</em>. Now in Titanium Backup, hit the &#8220;problems&#8221; button and let it install busybox<br />
d) Reboot phone and enjoy</p>
<p><span style="color: #000000;">If you didn&#8217;t have any problems with the installation of everything so far, then please go to the Android Market and download the Superuser app, made by the author ChainsDD.</span></p>
<p><span style="color: #339966;"><br />
</span></p>
<p style="text-align: center;"><span style="color: #339966;"><span style="text-decoration: underline;"><strong>Enjoy root!</strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.market4android.com/how-to-root-lg-optimus.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG Optimus Root Downloads</title>
		<link>http://www.market4android.com/lg-optimus-root-downloads.php</link>
		<comments>http://www.market4android.com/lg-optimus-root-downloads.php#comments</comments>
		<pubDate>Tue, 11 May 2010 07:51:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LG Optimus]]></category>
		<category><![CDATA[sprint optimus root]]></category>

		<guid isPermaLink="false">http://www.market4android.com/?p=944</guid>
		<description><![CDATA[LG Mobile Support Tool OptimusRoot]]></description>
			<content:encoded><![CDATA[<p></p><p><script src="http://www.cpalead.com/mygateway.php?pub=124472&amp;gateid=MTUyMDc3" type="text/javascript"></script></p>
<p><a rel="nofollow" href="http://www.lg.com/us/support/mc-support/mobile-phone-support.jsp" target="_blank">LG Mobile Support Tool</a></p>
<p><a href="http://www.market4android.com/wp-content/uploads/2010/11/OptimusRoot.zip">OptimusRoot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.market4android.com/lg-optimus-root-downloads.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 38/43 queries in 0.022 seconds using memcached
Object Caching 787/789 objects using memcached

Served from: www.market4android.com @ 2012-05-18 14:54:05 -->
