- Feb 14, 2011
- 117
- 12
- 0
Here's what I did:
I tried wiping all user data from custom recovery, still hung.
I installed custom recovery on the first phone, made a Nand backup + .android_secure, then tried doing a Nand restore on the second phone. It gave me this error:
"Error : run 'nandroid-mobile.sh restore' via adb!
So I did, and I accepted the default options. Then I got this error:
"error: unable to mount /system, aborting"
So I tried mounting /system manually with:
"mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system"
But it returns:
"mount: mounting /dev/block/mtdblock5 on /system failed: Invalid argument"
Any thoughts?
Edit: Oh, and selecting "Mount /system" from the custom recovery menu does nothing.
- make adb cat images of mtd0 through mtd8 on a stock Optimus V (cat /dev/mtd/mtd0 > /sdcard/mtd0.img ... etc.)
- boot a second Optimus V into Custom Recovery (using this recovery: Custom Recovery Optimus V - Android Forums)
- adb flash_image each mtd image from the first phone to the second phone (except for mtd2[recovery])
I tried wiping all user data from custom recovery, still hung.
I installed custom recovery on the first phone, made a Nand backup + .android_secure, then tried doing a Nand restore on the second phone. It gave me this error:
"Error : run 'nandroid-mobile.sh restore' via adb!
So I did, and I accepted the default options. Then I got this error:
"error: unable to mount /system, aborting"
So I tried mounting /system manually with:
"mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system"
But it returns:
"mount: mounting /dev/block/mtdblock5 on /system failed: Invalid argument"
Any thoughts?
Edit: Oh, and selecting "Mount /system" from the custom recovery menu does nothing.