if you just need boot.img in android format pull it from the sprint V9 update http://files.mysticmidnight.net/zefie/files/cell/LG670/roms/stock/3b293d854446.LS670ZV8_V9_Inc.zip
Nope, I got that. Problem is, one of the programs the Clockwork recovery build process needs won't run.
andunpackbootimg not found. Is your android build environment set up and have the host tools been built?
is supposed to fix said isue, but its not for me.make -j4 out/host/linux-x86/bin/unpackbootimg
of http://www.koushikdutta.com/2010/10/porting-clockwork-recovery-to-new.htmlbuild/tools/device/mkvendor.sh device_manufacturer_name device_name /your/path/to/the/boot.img
oh I thought you meant something wasn't running on the phone >.< I have no idea about the Android build process >.>
working. Now to getbuild/tools/device/mkvendor.sh device_manufacturer_name device_name /your/path/to/the/boot.img
working (i.e. I cannot find the lunch command for the life of me).lunch generic_device_name-eng
btw I set up that irc channel that was requested
serv: irc.irchighway.net
port: 6667
chan: #OptimusSDev
Ok, got past the lunch command, I was just running envsetup.sh when you need to do export envsetup.sh. Now to figure out what partition is the /data directory
And I have a working Clockwork Mod recovery
To bad it doesn't stick![]()
drellisdee said:Also if you have a file named install-recovery.sh in system/etc you will need to rename it to install-recovery.sh.bak prior to flashing a recovery.
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
flash_image recovery /sdcard/recovery.img
Also if you have a file named install-recovery.sh in system/etc you will need to rename it to install-recovery.sh.bak prior to flashing a recovery.
http://android.smccloud.com/Optimus_S/smccloud_clockworkdmod.zip
http://android.smccloud.com/Optimus_S/flash_image.zip
Extract both files to the root of your sdcard
Keep in mind that its not my fault it this bricks your phone.
Camera button selects a menu item in the recovery.
I want this for the t.I'm so jealous that the s is getting all the love.
Sent from my Optimus T
To bad it doesn't stick![]()