- Oct 30, 2009
- 939
- 34
- 28
If you don't have a Sprint Optimus S do not flash this. You run a big risk of bricking your phone if you do.
Also, I'm not responsible if you mess up your phone, I'll do what I can to help though.
Ok, I've been working on porting CyanogenMod ROM to the Optimus S. My first step is Clockwork Mod.
To use copy flash_image and CWM0.5.img to the root of your sdcard.
To flash: via adb shell or terminal type this from root # shell
Key combo to boot custom recovery from powered off is vol_down + home + power and release keys at LG splash.
Recovery Features:
ADB as root user
USB-MS Toggle :mounts sdcard as mass storage
Backup/Restore:
Nand Backup : runs a nandroid backup of data, cache, boot, system
Nand Restore : browse to and select nandroid backup to restore
Flash Zip From Sdcard: Update.zip must be in root of sdcard
Wipe Menu:
Wipe data/factory reset: wipes data & cache
Wipe cache
Wipe Dalvik cache : Wipes Dalvik cache in all possible locations if moved by apps2sd
Wipe SD:ext : Wipes Apps2sd ext partition (still working on this)
Wipe Battery Stats
Wipe rotate settings
Partition Sdcard:
Partition SD: Partition's sdcard for apps2sd (this formats card so all non backed-up data is lost)
Repair Sd:ext permissions
Mounts:
Gui mounts to avoid typing in terminal to mount and cd into a dir to mount system, data, cache, sd-ext (if exists), sdcard
Other:
Move recovery log to SD
Key Test : Output keycodes for debugging recovery
Recovery Key mapping:
Up & down : vol-up and vol-down
Select : Camera
Backup : Back
I am still working on proper sd:ext support.
Links
http://smccloud.com/android/flash_image
http://smccloud.com/android/CWM0.5.img
I want to thank the following
drellisdee - for his post text that I borrowed & modified
everyone that voted in my CM thread
Beezy - for letting me know that I don't have sd:ext support
mrinehart93 - for working on ASOP while i'm doing this, his work will probably help me
any one else I forgot.
Also, I'm not responsible if you mess up your phone, I'll do what I can to help though.
Ok, I've been working on porting CyanogenMod ROM to the Optimus S. My first step is Clockwork Mod.
To use copy flash_image and CWM0.5.img to the root of your sdcard.
To flash: via adb shell or terminal type this from root # shell
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
# cat /sdcard/flash_image > /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
# flash_image recovery /sdcard/CWM0.5.img
Key combo to boot custom recovery from powered off is vol_down + home + power and release keys at LG splash.
Recovery Features:
ADB as root user
USB-MS Toggle :mounts sdcard as mass storage
Backup/Restore:
Nand Backup : runs a nandroid backup of data, cache, boot, system
Nand Restore : browse to and select nandroid backup to restore
Flash Zip From Sdcard: Update.zip must be in root of sdcard
Wipe Menu:
Wipe data/factory reset: wipes data & cache
Wipe cache
Wipe Dalvik cache : Wipes Dalvik cache in all possible locations if moved by apps2sd
Wipe SD:ext : Wipes Apps2sd ext partition (still working on this)
Wipe Battery Stats
Wipe rotate settings
Partition Sdcard:
Partition SD: Partition's sdcard for apps2sd (this formats card so all non backed-up data is lost)
Repair Sd:ext permissions
Mounts:
Gui mounts to avoid typing in terminal to mount and cd into a dir to mount system, data, cache, sd-ext (if exists), sdcard
Other:
Move recovery log to SD
Key Test : Output keycodes for debugging recovery
Recovery Key mapping:
Up & down : vol-up and vol-down
Select : Camera
Backup : Back
I am still working on proper sd:ext support.
Links
http://smccloud.com/android/flash_image
http://smccloud.com/android/CWM0.5.img
I want to thank the following
drellisdee - for his post text that I borrowed & modified
everyone that voted in my CM thread
Beezy - for letting me know that I don't have sd:ext support
mrinehart93 - for working on ASOP while i'm doing this, his work will probably help me
any one else I forgot.
Last edited: