Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I haven't used the terminal emulator (or done much with linux at all). What would the commands be to run giantpune's installer in the terminal emulator? Thanks.
Hey Pune in not seeing the MSL file where you said it would be, is this something that's requires your program?
I downloaded the installer, how do I use it?
While that kernel is running (ie while you are in the recovery), do "adb shell" and enter "cat /sys/devices/virtual/lg_fw_diagclass/lg_fw_diagcmd/msl"
adb push c:\path\to\the\installer\lgoe_cwn /data/local/tmp
adb shell
chmod 0777 /data/local/tmp/lgoe_cwn
su
/data/local/tmp/lgoe_cwn cwm
quick question. would it harm sprint users if this version were pushed to their optimus elite? same phone, different network. just curious because I didnt want to give bad info to anyone if asked.
Then how does it backup and restore the boot.img?Okay, tests on the rom have finished.
It errors out when it tries to copy to the boot.img onto the boot partition. I double checked the installer against several other roms, it's correct. Everything else in the installer works (at least it appears to).
I suspect the recovery doesn't know where "boot" is located.
A few pages ago, I posted links to some partitions (before we even had the cwm showing images on the screen). One of the partitions I linked to was a boot partition with a modified kernel in it. If you flash that image to your boot partition (not the recovery one!), then you will have this virtual file on your phone while it runs in "normal mode". From there, you can access it with a text editor and terminal app or something like that.
EDIT: It looks like the restore doesn't overwrite the boot partition. So for now, we can assume the backup doesn't back it up either.