I was just able to use the manual rooting instructions for the Optimus S (rage, busybox, su) to gain root access. Rage did its thing. When I went back into the shell, I had root (# prompt). All following command executed without issue. Only slight weirdness was when I restarted the phone the first time after that. It fussed at my SD card - told me to replace it. I popped it out, pushed it back in, and it's been happy since. I installed Superuser and Titanium Backup without incident.
Yeah, I didn't type the exact commands because they are basically the same as the Optimus S.
Step by step for anyone else that wants them as well. Here is a link to the original instructions as a reference:
http://forum.androidcentral.com/lg-optimus-s-rooting-roms-hacks/43108-how-root-lg-optimus-s.html
There are several differences however.
First, use the superoneclick rootshell to get a temp adb root.
Then, do this at the cmd prompt (you should have a # prompt)
adb shell
mount -o remount,rw -t yaffs2 /system /system
exit
After that:
adb push su /system/bin
adb push busybox /system/bin
And then:
adb shell
cd /system/bin
chmod 4755 su
chmod 4755 busybox
exit
and reboot the phone. Download superuser and titaniumbackup. You should now have root access.
A little photographic proof for those that care:
![]()
The su comes from the original rageagainst the cage download. You shouldn't need to mess with su-v1 or su-v2. Grab the files from the original Optimus S root thread that I linked to originally.
http://forum.androidcentral.com/attachments/lg-optimus-s-rooting-roms-hacks/4305d1289345896-how-root-lg-optimus-s-optimusroot.zip
It contains special su and busybox files, and those are the ones you need to push.
Ok, when you run superoneclick do you see the ADB temp root message? If so, don't reboot your phone, leave the window open and open a separate cmd window and execute the adb commands. If you don't see the temp root message, try switching exploits with superoneclick and try again.
What happens when you download superuser and install it? Superuser should be installed first
Yes, that's what I ended up running with today. VM Rom as base, modified thunderom build.prop, and xionia kernel.
If I want to wait for a full VM based ROM, can I go ahead and flash the xionia kernel now so I can have those improvements?