Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
One thing i have also noticed is if i do a fastboot -w command and then try to
load the boot.img and system.img after, they both fail. If i reboot the phone
and do not run the -w command, i have no problem flashing the image files...
Original comment by laser...@gmail.com
on 14 Jan 2011 at 2:48
You can try reflashing an official firmware with lg tools, and then retrying
with openetna. It's possible tha the error is somewhere we can't reach with
fastboot... you could probably get more help in the forum though.
Original comment by GiorgioM...@gmail.com
on 14 Jan 2011 at 10:18
I got it working late last night. The Amon RA recovery might have fixed it, i
found the below solution that worked for me.
fastboot phone
fastboot boot everecovery01a.img
adb shell
cat /dev/zero > /dev/mtd1
cat /dev/zero > /dev/mtd2
cat /dev/zero > /dev/mtd3
cat /dev/zero > /dev/mtd4
cat /dev/zero > /dev/mtd6
reboot phone into fastboot
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cache clean.img (i got the clean.img from another post.)
After that process the phone sat at the Cyanogen(mod) screen for over 30
minutes. I powered it off.
Powered the phone back into fastboot
fastboot erase cache
fastboot -w
rebooted the phone and it boot up without any errors or issues.
Original comment by laser...@gmail.com
on 14 Jan 2011 at 1:58
Original comment by GiorgioM...@gmail.com
on 14 Jan 2011 at 5:26
Original issue reported on code.google.com by
laser...@gmail.com
on 14 Jan 2011 at 1:56