Have pity on me, for I am a n00b.
So my wife's phone was eating battery like crazy. It would overheat, freeze, and just didn't work like we thought it would. My Blackberry was more stable and intuitive. Someone mentioned rooting it would help and I ended up here last night.
I followed all the instructions found http://forums.androidcentral.com/lg-optimus-s-rooting-roms-hacks/79208-how-rooting-ls670zvd-gingerbreak-no-reverting-ota-works-too.html to the letter.
I then installed the Xionia CWMA http://forums.androidcentral.com/lg-optimus-s-rooting-roms-hacks/59359-custom-recovery-xionia-clockwork-cwma-v1-2518-6-a.html
Then I flashed my first ROM: http://forums.androidcentral.com/lg-optimus-s-rooting-roms-hacks/78229-rom-reborn-rom-v2-2-2-6-28-11-a.html
I just wanted to say that everything worked out good. I had no major problems, phone didn't brick etc. GREAT JOB! And I left the phone on all night and it was still on this morning with the same amount of battery life. Also seems to be a lot faster.
With all that said, it took me 2.5 hours of n00bness to accomplish all of that. A lot of it was installing JDK and the ADK, plus two computer reboots (I think one I confused the instructions calling for a phone reboot, but I rebooted computer. HEH)
One Question: When I went through the original instructions to root my phone, using gingerbreak, the last step claims "14) You're done! You may now reboot and have fun with your rooted Optimus!" But when I rebooted phone and was moving on to Xionia, I noticed my adb shell only had the $ sign, not the # sign. So I did the following to get the #:
Are there a certain number of steps I need to perform each time I want to gain root status, or should it be a # everytime I adb shell?
2nd Question: All of her contacts seem to be gone. Will these come back after she syncs up her google stuff? (She didn't have gmail before the phone. Only signed up because of the phone)
Question 3: What exactly was backed up? Can I do selective restores? For instance, she had Angry Birds and some scrabble game, which are gone now. Could I restore those from backup of the stock system to use on the Reborn ROM?
Question 4: All the files I put on the root of the SD card..can I remove those? The card is only 2GB. It seems to me after I've installed them that the zip files don't need to be on the root anymore, right?
Thanks again!
So my wife's phone was eating battery like crazy. It would overheat, freeze, and just didn't work like we thought it would. My Blackberry was more stable and intuitive. Someone mentioned rooting it would help and I ended up here last night.
I followed all the instructions found http://forums.androidcentral.com/lg-optimus-s-rooting-roms-hacks/79208-how-rooting-ls670zvd-gingerbreak-no-reverting-ota-works-too.html to the letter.
I then installed the Xionia CWMA http://forums.androidcentral.com/lg-optimus-s-rooting-roms-hacks/59359-custom-recovery-xionia-clockwork-cwma-v1-2518-6-a.html
Then I flashed my first ROM: http://forums.androidcentral.com/lg-optimus-s-rooting-roms-hacks/78229-rom-reborn-rom-v2-2-2-6-28-11-a.html
I just wanted to say that everything worked out good. I had no major problems, phone didn't brick etc. GREAT JOB! And I left the phone on all night and it was still on this morning with the same amount of battery life. Also seems to be a lot faster.
With all that said, it took me 2.5 hours of n00bness to accomplish all of that. A lot of it was installing JDK and the ADK, plus two computer reboots (I think one I confused the instructions calling for a phone reboot, but I rebooted computer. HEH)
One Question: When I went through the original instructions to root my phone, using gingerbreak, the last step claims "14) You're done! You may now reboot and have fun with your rooted Optimus!" But when I rebooted phone and was moving on to Xionia, I noticed my adb shell only had the $ sign, not the # sign. So I did the following to get the #:
Code:
$ rm -r /data/local/tmp
rm -r /data/local/tmp
$ mkdir /data/local/tmp
mkdir /data/local/tmp
$ exit
exit
C:\optimusrootzvd>adb push gingerbreak /data/local/tmp/gingerbreak
1027 KB/s (16830 bytes in 0.016s)
C:\optimusrootzvd>adb push su /data/local/tmp/su
1709 KB/s (26264 bytes in 0.015s)
C:\optimusrootzvd>adb push busybox /data/local/tmp/busybox
1640 KB/s (1926944 bytes in 1.147s)
C:\optimusrootzvd>adb push superuser.apk /data/local/tmp/superuser.apk
925 KB/s (94728 bytes in 0.100s)
C:\optimusrootzvd>adb shell
$ cd /data/local/tmp
cd /data/local/tmp
$ chmod 777 /data/local/tmp/*
chmod 777 /data/local/tmp/*
$ ./gingerbreak
./gingerbreak
Are there a certain number of steps I need to perform each time I want to gain root status, or should it be a # everytime I adb shell?
2nd Question: All of her contacts seem to be gone. Will these come back after she syncs up her google stuff? (She didn't have gmail before the phone. Only signed up because of the phone)
Question 3: What exactly was backed up? Can I do selective restores? For instance, she had Angry Birds and some scrabble game, which are gone now. Could I restore those from backup of the stock system to use on the Reborn ROM?
Question 4: All the files I put on the root of the SD card..can I remove those? The card is only 2GB. It seems to me after I've installed them that the zip files don't need to be on the root anymore, right?
Thanks again!
Last edited: